List applicable projections for a raster.

GET /api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=687
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=688",
    "previous": "https://demo.lizard.net/api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=686",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9152/?format=api",
            "name": "SIRGAS-Chile 2016",
            "code": "EPSG:9152",
            "extent": {
                "south": -59.87,
                "west": -113.21,
                "north": -17.5,
                "east": -65.72
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9153/?format=api",
            "name": "SIRGAS-Chile 2016",
            "code": "EPSG:9153",
            "extent": {
                "south": -59.87,
                "west": -113.21,
                "north": -17.5,
                "east": -65.72
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9154/?format=api",
            "name": "SIRGAS-Chile 2016 / UTM zone 18S",
            "code": "EPSG:9154",
            "extent": {
                "south": -59.36,
                "west": -78.0,
                "north": -18.35,
                "east": -71.99
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9155/?format=api",
            "name": "SIRGAS-Chile 2016 / UTM zone 19S",
            "code": "EPSG:9155",
            "extent": {
                "south": -59.87,
                "west": -72.0,
                "north": -17.5,
                "east": -66.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9156/?format=api",
            "name": "RSAO13 / UTM zone 32S",
            "code": "EPSG:9156",
            "extent": {
                "south": -17.28,
                "west": 8.2,
                "north": -5.03,
                "east": 12.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9157/?format=api",
            "name": "RSAO13 / UTM zone 33S",
            "code": "EPSG:9157",
            "extent": {
                "south": -17.44,
                "west": 12.0,
                "north": -4.38,
                "east": 18.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9158/?format=api",
            "name": "RSAO13 / UTM zone 34S",
            "code": "EPSG:9158",
            "extent": {
                "south": -18.02,
                "west": 17.99,
                "north": -6.91,
                "east": 24.09
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9159/?format=api",
            "name": "RSAO13 / TM 12 SE",
            "code": "EPSG:9159",
            "extent": {
                "south": -17.26,
                "west": 8.2,
                "north": -6.01,
                "east": 13.86
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9182/?format=api",
            "name": "SIRGAS-Chile",
            "code": "EPSG:9182",
            "extent": {
                "south": -59.87,
                "west": -113.21,
                "north": -17.5,
                "east": -65.72
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9183/?format=api",
            "name": "SIRGAS-Chile",
            "code": "EPSG:9183",
            "extent": {
                "south": -59.87,
                "west": -113.21,
                "north": -17.5,
                "east": -65.72
            }
        }
    ]
}