List applicable projections for a raster.

GET /api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=15
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6888,
    "next": "https://demo.lizard.net/api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=16",
    "previous": "https://demo.lizard.net/api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=14",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2050/?format=api",
            "name": "Hartebeesthoek94 / Lo23",
            "code": "EPSG:2050",
            "extent": {
                "south": -34.26,
                "west": 22.0,
                "north": -25.26,
                "east": 24.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2051/?format=api",
            "name": "Hartebeesthoek94 / Lo25",
            "code": "EPSG:2051",
            "extent": {
                "south": -34.26,
                "west": 24.0,
                "north": -24.71,
                "east": 26.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2052/?format=api",
            "name": "Hartebeesthoek94 / Lo27",
            "code": "EPSG:2052",
            "extent": {
                "south": -33.83,
                "west": 26.0,
                "north": -22.92,
                "east": 28.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2053/?format=api",
            "name": "Hartebeesthoek94 / Lo29",
            "code": "EPSG:2053",
            "extent": {
                "south": -33.03,
                "west": 27.99,
                "north": -22.13,
                "east": 30.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20538/?format=api",
            "name": "Afgooye / UTM zone 38N",
            "code": "EPSG:20538",
            "extent": {
                "south": 0.0,
                "west": 42.0,
                "north": 11.52,
                "east": 48.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20539/?format=api",
            "name": "Afgooye / UTM zone 39N",
            "code": "EPSG:20539",
            "extent": {
                "south": 4.44,
                "west": 48.0,
                "north": 12.03,
                "east": 51.47
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2054/?format=api",
            "name": "Hartebeesthoek94 / Lo31",
            "code": "EPSG:2054",
            "extent": {
                "south": -31.38,
                "west": 29.99,
                "north": -22.22,
                "east": 32.02
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2055/?format=api",
            "name": "Hartebeesthoek94 / Lo33",
            "code": "EPSG:2055",
            "extent": {
                "south": -28.94,
                "west": 31.95,
                "north": -26.8,
                "east": 32.95
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2056/?format=api",
            "name": "CH1903+ / LV95",
            "code": "EPSG:2056",
            "extent": {
                "south": 45.82,
                "west": 5.96,
                "north": 47.81,
                "east": 10.49
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2057/?format=api",
            "name": "Rassadiran / Nakhl e Taqi",
            "code": "EPSG:2057",
            "extent": {
                "south": 27.39,
                "west": 52.5,
                "north": 27.61,
                "east": 52.71
            }
        }
    ]
}