List applicable projections for a raster.

GET /api/v4/rasters/1b6c03df-2ad1-4f17-89f6-319ea797b357/projections/?format=api&page=33
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=34",
    "previous": "https://demo.lizard.net/api/v4/rasters/1b6c03df-2ad1-4f17-89f6-319ea797b357/projections/?format=api&page=32",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7842/?format=api",
            "name": "GDA2020",
            "code": "EPSG:7842",
            "extent": {
                "south": -60.56,
                "west": 93.41,
                "north": -8.47,
                "east": 173.35
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7843/?format=api",
            "name": "GDA2020",
            "code": "EPSG:7843",
            "extent": {
                "south": -60.56,
                "west": 93.41,
                "north": -8.47,
                "east": 173.35
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7844/?format=api",
            "name": "GDA2020",
            "code": "EPSG:7844",
            "extent": {
                "south": -60.56,
                "west": 93.41,
                "north": -8.47,
                "east": 173.35
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7845/?format=api",
            "name": "GDA2020 / GA LCC",
            "code": "EPSG:7845",
            "extent": {
                "south": -43.7,
                "west": 112.85,
                "north": -9.86,
                "east": 153.69
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7849/?format=api",
            "name": "GDA2020 / MGA zone 49",
            "code": "EPSG:7849",
            "extent": {
                "south": -37.84,
                "west": 108.0,
                "north": -10.72,
                "east": 114.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7850/?format=api",
            "name": "GDA2020 / MGA zone 50",
            "code": "EPSG:7850",
            "extent": {
                "south": -38.53,
                "west": 114.0,
                "north": -12.06,
                "east": 120.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7851/?format=api",
            "name": "GDA2020 / MGA zone 51",
            "code": "EPSG:7851",
            "extent": {
                "south": -38.07,
                "west": 120.0,
                "north": -10.46,
                "east": 126.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7852/?format=api",
            "name": "GDA2020 / MGA zone 52",
            "code": "EPSG:7852",
            "extent": {
                "south": -37.38,
                "west": 125.99,
                "north": -9.1,
                "east": 132.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7853/?format=api",
            "name": "GDA2020 / MGA zone 53",
            "code": "EPSG:7853",
            "extent": {
                "south": -40.71,
                "west": 132.0,
                "north": -8.88,
                "east": 138.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7854/?format=api",
            "name": "GDA2020 / MGA zone 54",
            "code": "EPSG:7854",
            "extent": {
                "south": -48.19,
                "west": 138.0,
                "north": -9.08,
                "east": 144.01
            }
        }
    ]
}