List applicable projections for a raster.

GET /api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=23
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=24",
    "previous": "https://demo.lizard.net/api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=22",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2113/?format=api",
            "name": "NZGD2000 / Wellington 2000",
            "code": "EPSG:2113",
            "extent": {
                "south": -41.5,
                "west": 174.52,
                "north": -40.91,
                "east": 175.36
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2114/?format=api",
            "name": "NZGD2000 / Collingwood 2000",
            "code": "EPSG:2114",
            "extent": {
                "south": -41.22,
                "west": 172.16,
                "north": -40.44,
                "east": 173.13
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21148/?format=api",
            "name": "Batavia / UTM zone 48S",
            "code": "EPSG:21148",
            "extent": {
                "south": -7.79,
                "west": 105.06,
                "north": -4.07,
                "east": 108.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21149/?format=api",
            "name": "Batavia / UTM zone 49S",
            "code": "EPSG:21149",
            "extent": {
                "south": -8.67,
                "west": 108.0,
                "north": -4.27,
                "east": 114.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2115/?format=api",
            "name": "NZGD2000 / Nelson 2000",
            "code": "EPSG:2115",
            "extent": {
                "south": -42.18,
                "west": 172.4,
                "north": -40.66,
                "east": 174.08
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21150/?format=api",
            "name": "Batavia / UTM zone 50S",
            "code": "EPSG:21150",
            "extent": {
                "south": -8.91,
                "west": 114.0,
                "north": -5.33,
                "east": 117.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2116/?format=api",
            "name": "NZGD2000 / Karamea 2000",
            "code": "EPSG:2116",
            "extent": {
                "south": -41.49,
                "west": 171.96,
                "north": -40.75,
                "east": 172.7
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2117/?format=api",
            "name": "NZGD2000 / Buller 2000",
            "code": "EPSG:2117",
            "extent": {
                "south": -42.19,
                "west": 171.27,
                "north": -41.42,
                "east": 172.41
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2118/?format=api",
            "name": "NZGD2000 / Grey 2000",
            "code": "EPSG:2118",
            "extent": {
                "south": -42.74,
                "west": 171.15,
                "north": -41.5,
                "east": 172.75
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2119/?format=api",
            "name": "NZGD2000 / Amuri 2000",
            "code": "EPSG:2119",
            "extent": {
                "south": -42.95,
                "west": 171.88,
                "north": -42.09,
                "east": 173.55
            }
        }
    ]
}