List applicable projections for a raster.

GET /api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=22
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=23",
    "previous": "https://demo.lizard.net/api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=21",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2107/?format=api",
            "name": "NZGD2000 / Poverty Bay 2000",
            "code": "EPSG:2107",
            "extent": {
                "south": -39.04,
                "west": 176.73,
                "north": -37.49,
                "east": 178.63
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2108/?format=api",
            "name": "NZGD2000 / Hawkes Bay 2000",
            "code": "EPSG:2108",
            "extent": {
                "south": -40.57,
                "west": 175.8,
                "north": -38.87,
                "east": 178.07
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2109/?format=api",
            "name": "NZGD2000 / Taranaki 2000",
            "code": "EPSG:2109",
            "extent": {
                "south": -39.78,
                "west": 173.68,
                "north": -38.4,
                "east": 175.44
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21095/?format=api",
            "name": "Arc 1960 / UTM zone 35N",
            "code": "EPSG:21095",
            "extent": {
                "south": 0.0,
                "west": 29.71,
                "north": 0.86,
                "east": 30.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21096/?format=api",
            "name": "Arc 1960 / UTM zone 36N",
            "code": "EPSG:21096",
            "extent": {
                "south": 0.0,
                "west": 29.99,
                "north": 4.63,
                "east": 36.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21097/?format=api",
            "name": "Arc 1960 / UTM zone 37N",
            "code": "EPSG:21097",
            "extent": {
                "south": 0.0,
                "west": 36.0,
                "north": 4.49,
                "east": 41.91
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2110/?format=api",
            "name": "NZGD2000 / Tuhirangi 2000",
            "code": "EPSG:2110",
            "extent": {
                "south": -39.55,
                "west": 174.88,
                "north": -38.87,
                "east": 176.33
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21100/?format=api",
            "name": "Batavia (Jakarta) / NEIEZ",
            "code": "EPSG:21100",
            "extent": {
                "south": -8.91,
                "west": 105.06,
                "north": -5.83,
                "east": 115.77
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2111/?format=api",
            "name": "NZGD2000 / Wanganui 2000",
            "code": "EPSG:2111",
            "extent": {
                "south": -40.97,
                "west": 174.4,
                "north": -39.46,
                "east": 176.27
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2112/?format=api",
            "name": "NZGD2000 / Wairarapa 2000",
            "code": "EPSG:2112",
            "extent": {
                "south": -41.67,
                "west": 175.01,
                "north": -40.29,
                "east": 176.55
            }
        }
    ]
}