List applicable projections for a raster.

GET /api/v4/rasters/1b6c03df-2ad1-4f17-89f6-319ea797b357/projections/?format=api&page=37
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 431,
    "next": "https://demo.lizard.net/api/v4/rasters/1b6c03df-2ad1-4f17-89f6-319ea797b357/projections/?format=api&page=38",
    "previous": "https://demo.lizard.net/api/v4/rasters/1b6c03df-2ad1-4f17-89f6-319ea797b357/projections/?format=api&page=36",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8029/?format=api",
            "name": "GDA2020 / LCG2020",
            "code": "EPSG:8029",
            "extent": {
                "south": -31.49,
                "west": 115.15,
                "north": -30.71,
                "east": 115.62
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8030/?format=api",
            "name": "GDA2020 / MRCG2020",
            "code": "EPSG:8030",
            "extent": {
                "south": -34.42,
                "west": 114.96,
                "north": -33.51,
                "east": 115.24
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8031/?format=api",
            "name": "GDA2020 / PCG2020",
            "code": "EPSG:8031",
            "extent": {
                "south": -33.42,
                "west": 115.44,
                "north": -31.33,
                "east": 116.09
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8032/?format=api",
            "name": "GDA2020 / PHG2020",
            "code": "EPSG:8032",
            "extent": {
                "south": -20.79,
                "west": 118.25,
                "north": -20.1,
                "east": 118.97
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8050/?format=api",
            "name": "MSL height (ft)",
            "code": "EPSG:8050",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8051/?format=api",
            "name": "MSL depth (ft)",
            "code": "EPSG:8051",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8058/?format=api",
            "name": "GDA2020 / NSW Lambert",
            "code": "EPSG:8058",
            "extent": {
                "south": -37.53,
                "west": 140.99,
                "north": -28.15,
                "east": 153.69
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8059/?format=api",
            "name": "GDA2020 / SA Lambert",
            "code": "EPSG:8059",
            "extent": {
                "south": -38.13,
                "west": 128.99,
                "north": -25.99,
                "east": 141.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8227/?format=api",
            "name": "IGS14",
            "code": "EPSG:8227",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8377/?format=api",
            "name": "EPSG example wellbore local horizontal CRS - true north",
            "code": "EPSG:8377",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}