List applicable projections for a raster.

GET /api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=16
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=17",
    "previous": "https://demo.lizard.net/api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=15",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2058/?format=api",
            "name": "ED50(ED77) / UTM zone 38N",
            "code": "EPSG:2058",
            "extent": {
                "south": 30.99,
                "west": 44.03,
                "north": 39.78,
                "east": 48.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2059/?format=api",
            "name": "ED50(ED77) / UTM zone 39N",
            "code": "EPSG:2059",
            "extent": {
                "south": 25.47,
                "west": 48.0,
                "north": 39.71,
                "east": 54.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2060/?format=api",
            "name": "ED50(ED77) / UTM zone 40N",
            "code": "EPSG:2060",
            "extent": {
                "south": 25.32,
                "west": 54.0,
                "north": 38.29,
                "east": 60.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2061/?format=api",
            "name": "ED50(ED77) / UTM zone 41N",
            "code": "EPSG:2061",
            "extent": {
                "south": 25.02,
                "west": 60.0,
                "north": 37.06,
                "east": 63.34
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2062/?format=api",
            "name": "Madrid 1870 (Madrid) / Spain",
            "code": "EPSG:2062",
            "extent": {
                "south": 35.95,
                "west": -9.37,
                "north": 43.82,
                "east": 3.39
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2063/?format=api",
            "name": "Dabola 1981 / UTM zone 28N",
            "code": "EPSG:2063",
            "extent": {
                "south": 9.01,
                "west": -15.13,
                "north": 12.68,
                "east": -12.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2064/?format=api",
            "name": "Dabola 1981 / UTM zone 29N",
            "code": "EPSG:2064",
            "extent": {
                "south": 7.19,
                "west": -12.0,
                "north": 12.51,
                "east": -7.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2065/?format=api",
            "name": "S-JTSK (Ferro) / Krovak",
            "code": "EPSG:2065",
            "extent": {
                "south": 47.73,
                "west": 12.09,
                "north": 51.06,
                "east": 22.56
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2066/?format=api",
            "name": "Mount Dillon / Tobago Grid",
            "code": "EPSG:2066",
            "extent": {
                "south": 11.08,
                "west": -60.9,
                "north": 11.41,
                "east": -60.44
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2067/?format=api",
            "name": "Naparima 1955 / UTM zone 20N",
            "code": "EPSG:2067",
            "extent": {
                "south": 9.99,
                "west": -61.98,
                "north": 10.9,
                "east": -60.85
            }
        }
    ]
}