List applicable projections for a raster.

GET /api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=25
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6888,
    "next": "https://demo.lizard.net/api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=26",
    "previous": "https://demo.lizard.net/api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=24",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21291/?format=api",
            "name": "Barbados 1938 / British West Indies Grid",
            "code": "EPSG:21291",
            "extent": {
                "south": 13.0,
                "west": -59.71,
                "north": 13.39,
                "east": -59.37
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21292/?format=api",
            "name": "Barbados 1938 / Barbados National Grid",
            "code": "EPSG:21292",
            "extent": {
                "south": 13.0,
                "west": -59.71,
                "north": 13.39,
                "east": -59.37
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2130/?format=api",
            "name": "NZGD2000 / Observation Point 2000",
            "code": "EPSG:2130",
            "extent": {
                "south": -45.82,
                "west": 169.77,
                "north": -44.61,
                "east": 171.24
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2131/?format=api",
            "name": "NZGD2000 / North Taieri 2000",
            "code": "EPSG:2131",
            "extent": {
                "south": -46.73,
                "west": 168.64,
                "north": -45.23,
                "east": 170.87
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2132/?format=api",
            "name": "NZGD2000 / Bluff 2000",
            "code": "EPSG:2132",
            "extent": {
                "south": -47.33,
                "west": 167.29,
                "north": -45.33,
                "east": 168.97
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2133/?format=api",
            "name": "NZGD2000 / UTM zone 58S",
            "code": "EPSG:2133",
            "extent": {
                "south": -55.89,
                "west": 162.0,
                "north": -39.68,
                "east": 168.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2134/?format=api",
            "name": "NZGD2000 / UTM zone 59S",
            "code": "EPSG:2134",
            "extent": {
                "south": -55.95,
                "west": 168.0,
                "north": -30.78,
                "east": 174.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2135/?format=api",
            "name": "NZGD2000 / UTM zone 60S",
            "code": "EPSG:2135",
            "extent": {
                "south": -54.32,
                "west": 174.0,
                "north": -26.42,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2136/?format=api",
            "name": "Accra / Ghana National Grid",
            "code": "EPSG:2136",
            "extent": {
                "south": 4.67,
                "west": -3.25,
                "north": 11.16,
                "east": 1.23
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2137/?format=api",
            "name": "Accra / TM 1 NW",
            "code": "EPSG:2137",
            "extent": {
                "south": 1.4,
                "west": -3.79,
                "north": 6.06,
                "east": 2.1
            }
        }
    ]
}