List applicable projections for a raster.

GET /api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=21
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=22",
    "previous": "https://demo.lizard.net/api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=20",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2100/?format=api",
            "name": "GGRS87 / Greek Grid",
            "code": "EPSG:2100",
            "extent": {
                "south": 34.88,
                "west": 19.57,
                "north": 41.75,
                "east": 28.3
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2101/?format=api",
            "name": "Lake / Maracaibo Grid M1",
            "code": "EPSG:2101",
            "extent": {
                "south": 10.0,
                "west": -72.25,
                "north": 11.0,
                "east": -71.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2102/?format=api",
            "name": "Lake / Maracaibo Grid",
            "code": "EPSG:2102",
            "extent": {
                "south": 10.0,
                "west": -72.25,
                "north": 11.0,
                "east": -71.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2103/?format=api",
            "name": "Lake / Maracaibo Grid M3",
            "code": "EPSG:2103",
            "extent": {
                "south": 10.0,
                "west": -72.25,
                "north": 11.0,
                "east": -71.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21035/?format=api",
            "name": "Arc 1960 / UTM zone 35S",
            "code": "EPSG:21035",
            "extent": {
                "south": -6.81,
                "west": 29.34,
                "north": 0.0,
                "east": 30.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21036/?format=api",
            "name": "Arc 1960 / UTM zone 36S",
            "code": "EPSG:21036",
            "extent": {
                "south": -11.61,
                "west": 29.99,
                "north": 0.01,
                "east": 36.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21037/?format=api",
            "name": "Arc 1960 / UTM zone 37S",
            "code": "EPSG:21037",
            "extent": {
                "south": -11.75,
                "west": 36.0,
                "north": 0.0,
                "east": 41.6
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2104/?format=api",
            "name": "Lake / Maracaibo La Rosa Grid",
            "code": "EPSG:2104",
            "extent": {
                "south": 10.0,
                "west": -71.5,
                "north": 10.51,
                "east": -71.17
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2105/?format=api",
            "name": "NZGD2000 / Mount Eden 2000",
            "code": "EPSG:2105",
            "extent": {
                "south": -39.01,
                "west": 171.99,
                "north": -34.1,
                "east": 176.12
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2106/?format=api",
            "name": "NZGD2000 / Bay of Plenty 2000",
            "code": "EPSG:2106",
            "extent": {
                "south": -39.13,
                "west": 175.75,
                "north": -37.22,
                "east": 177.23
            }
        }
    ]
}