List applicable projections for a raster.

GET /api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=12
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6888,
    "next": "https://demo.lizard.net/api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=13",
    "previous": "https://demo.lizard.net/api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=11",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2035/?format=api",
            "name": "NAD27(CGQ77) / UTM zone 21N",
            "code": "EPSG:2035",
            "extent": {
                "south": 50.2,
                "west": -60.0,
                "north": 52.01,
                "east": -57.1
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20350/?format=api",
            "name": "AGD84 / AMG zone 50",
            "code": "EPSG:20350",
            "extent": {
                "south": -38.53,
                "west": 114.0,
                "north": -12.61,
                "east": 120.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20351/?format=api",
            "name": "AGD84 / AMG zone 51",
            "code": "EPSG:20351",
            "extent": {
                "south": -38.07,
                "west": 120.0,
                "north": -10.46,
                "east": 126.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20352/?format=api",
            "name": "AGD84 / AMG zone 52",
            "code": "EPSG:20352",
            "extent": {
                "south": -37.05,
                "west": 125.99,
                "north": -9.37,
                "east": 132.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20353/?format=api",
            "name": "AGD84 / AMG zone 53",
            "code": "EPSG:20353",
            "extent": {
                "south": -36.14,
                "west": 132.0,
                "north": -25.99,
                "east": 138.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20354/?format=api",
            "name": "AGD84 / AMG zone 54",
            "code": "EPSG:20354",
            "extent": {
                "south": -38.13,
                "west": 138.0,
                "north": -9.86,
                "east": 144.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20355/?format=api",
            "name": "AGD84 / AMG zone 55",
            "code": "EPSG:20355",
            "extent": {
                "south": -29.01,
                "west": 144.0,
                "north": -14.01,
                "east": 150.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20356/?format=api",
            "name": "AGD84 / AMG zone 56",
            "code": "EPSG:20356",
            "extent": {
                "south": -29.19,
                "west": 150.0,
                "north": -22.0,
                "east": 153.61
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20357/?format=api",
            "name": "AGD84 / AMG zone 57",
            "code": "EPSG:20357",
            "extent": {
                "south": -35.13,
                "west": 156.0,
                "north": -14.08,
                "east": 162.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20358/?format=api",
            "name": "AGD84 / AMG zone 58",
            "code": "EPSG:20358",
            "extent": {
                "south": -34.22,
                "west": 162.0,
                "north": -27.25,
                "east": 163.2
            }
        }
    ]
}