List applicable projections for a raster.

GET /api/v4/rasters/1b6c03df-2ad1-4f17-89f6-319ea797b357/projections/?format=api
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=2",
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20249/?format=api",
            "name": "AGD66 / AMG zone 49",
            "code": "EPSG:20249",
            "extent": {
                "south": -37.84,
                "west": 109.23,
                "north": -17.19,
                "east": 114.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20250/?format=api",
            "name": "AGD66 / AMG zone 50",
            "code": "EPSG:20250",
            "extent": {
                "south": -38.53,
                "west": 114.0,
                "north": -12.61,
                "east": 120.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20251/?format=api",
            "name": "AGD66 / AMG zone 51",
            "code": "EPSG:20251",
            "extent": {
                "south": -38.07,
                "west": 120.0,
                "north": -10.46,
                "east": 126.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20252/?format=api",
            "name": "AGD66 / AMG zone 52",
            "code": "EPSG:20252",
            "extent": {
                "south": -37.38,
                "west": 125.99,
                "north": -9.1,
                "east": 132.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20253/?format=api",
            "name": "AGD66 / AMG zone 53",
            "code": "EPSG:20253",
            "extent": {
                "south": -40.71,
                "west": 132.0,
                "north": -8.88,
                "east": 138.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20254/?format=api",
            "name": "AGD66 / AMG zone 54",
            "code": "EPSG:20254",
            "extent": {
                "south": -46.63,
                "west": 138.0,
                "north": -2.53,
                "east": 144.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20255/?format=api",
            "name": "AGD66 / AMG zone 55",
            "code": "EPSG:20255",
            "extent": {
                "south": -47.2,
                "west": 144.0,
                "north": -1.3,
                "east": 150.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20256/?format=api",
            "name": "AGD66 / AMG zone 56",
            "code": "EPSG:20256",
            "extent": {
                "south": -46.44,
                "west": 150.0,
                "north": -2.32,
                "east": 156.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20349/?format=api",
            "name": "AGD84 / AMG zone 49",
            "code": "EPSG:20349",
            "extent": {
                "south": -37.84,
                "west": 109.23,
                "north": -17.19,
                "east": 114.0
            }
        },
        {
            "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
            }
        }
    ]
}