List applicable projections for a raster.

GET /api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=14
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=15",
    "previous": "https://demo.lizard.net/api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=13",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20438/?format=api",
            "name": "Ain el Abd / UTM zone 38N",
            "code": "EPSG:20438",
            "extent": {
                "south": 15.61,
                "west": 42.0,
                "north": 31.15,
                "east": 48.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20439/?format=api",
            "name": "Ain el Abd / UTM zone 39N",
            "code": "EPSG:20439",
            "extent": {
                "south": 17.43,
                "west": 48.0,
                "north": 30.04,
                "east": 54.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2044/?format=api",
            "name": "Hanoi 1972 / Gauss-Kruger zone 18",
            "code": "EPSG:2044",
            "extent": {
                "south": 8.5,
                "west": 102.14,
                "north": 23.33,
                "east": 108.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20440/?format=api",
            "name": "Ain el Abd / UTM zone 40N",
            "code": "EPSG:20440",
            "extent": {
                "south": 19.66,
                "west": 54.0,
                "north": 22.77,
                "east": 55.67
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2045/?format=api",
            "name": "Hanoi 1972 / Gauss-Kruger zone 19",
            "code": "EPSG:2045",
            "extent": {
                "south": 10.42,
                "west": 108.0,
                "north": 21.56,
                "east": 109.52
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2046/?format=api",
            "name": "Hartebeesthoek94 / Lo15",
            "code": "EPSG:2046",
            "extent": {
                "south": -23.15,
                "west": 14.35,
                "north": -22.68,
                "east": 14.6
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2047/?format=api",
            "name": "Hartebeesthoek94 / Lo17",
            "code": "EPSG:2047",
            "extent": {
                "south": -33.1,
                "west": 16.45,
                "north": -28.03,
                "east": 18.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2048/?format=api",
            "name": "Hartebeesthoek94 / Lo19",
            "code": "EPSG:2048",
            "extent": {
                "south": -34.88,
                "west": 17.99,
                "north": -28.38,
                "east": 20.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2049/?format=api",
            "name": "Hartebeesthoek94 / Lo21",
            "code": "EPSG:2049",
            "extent": {
                "south": -34.88,
                "west": 19.99,
                "north": -24.76,
                "east": 22.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20499/?format=api",
            "name": "Ain el Abd / Bahrain Grid",
            "code": "EPSG:20499",
            "extent": {
                "south": 25.53,
                "west": 50.39,
                "north": 26.34,
                "east": 50.85
            }
        }
    ]
}