List applicable projections for a raster.

GET /api/v4/rasters/1b6c03df-2ad1-4f17-89f6-319ea797b357/projections/?format=api&page=4
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 431,
    "next": "https://demo.lizard.net/api/v4/rasters/1b6c03df-2ad1-4f17-89f6-319ea797b357/projections/?format=api&page=5",
    "previous": "https://demo.lizard.net/api/v4/rasters/1b6c03df-2ad1-4f17-89f6-319ea797b357/projections/?format=api&page=3",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:23880/?format=api",
            "name": "DGN95 / UTM zone 50S",
            "code": "EPSG:23880",
            "extent": {
                "south": -13.06,
                "west": 114.0,
                "north": 0.0,
                "east": 120.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:23881/?format=api",
            "name": "DGN95 / UTM zone 51S",
            "code": "EPSG:23881",
            "extent": {
                "south": -13.95,
                "west": 120.0,
                "north": 0.01,
                "east": 126.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:23882/?format=api",
            "name": "DGN95 / UTM zone 52S",
            "code": "EPSG:23882",
            "extent": {
                "south": -9.45,
                "west": 126.0,
                "north": 0.0,
                "east": 132.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:23883/?format=api",
            "name": "DGN95 / UTM zone 53S",
            "code": "EPSG:23883",
            "extent": {
                "south": -10.06,
                "west": 132.0,
                "north": 0.0,
                "east": 138.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:23884/?format=api",
            "name": "DGN95 / UTM zone 54S",
            "code": "EPSG:23884",
            "extent": {
                "south": -10.84,
                "west": 138.0,
                "north": 0.0,
                "east": 141.46
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:23889/?format=api",
            "name": "ID74 / UTM zone 49S",
            "code": "EPSG:23889",
            "extent": {
                "south": -8.67,
                "west": 108.0,
                "north": 0.0,
                "east": 114.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:23890/?format=api",
            "name": "ID74 / UTM zone 50S",
            "code": "EPSG:23890",
            "extent": {
                "south": -10.15,
                "west": 114.0,
                "north": 0.0,
                "east": 120.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:23891/?format=api",
            "name": "ID74 / UTM zone 51S",
            "code": "EPSG:23891",
            "extent": {
                "south": -10.98,
                "west": 120.0,
                "north": 0.0,
                "east": 126.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:23892/?format=api",
            "name": "ID74 / UTM zone 52S",
            "code": "EPSG:23892",
            "extent": {
                "south": -8.41,
                "west": 126.0,
                "north": 0.0,
                "east": 132.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:23893/?format=api",
            "name": "ID74 / UTM zone 53S",
            "code": "EPSG:23893",
            "extent": {
                "south": -8.49,
                "west": 132.0,
                "north": -0.29,
                "east": 138.0
            }
        }
    ]
}