List applicable projections for a raster.

GET /api/v4/rasters/1b6c03df-2ad1-4f17-89f6-319ea797b357/projections/?format=api&page=2
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=3",
    "previous": "https://demo.lizard.net/api/v4/rasters/1b6c03df-2ad1-4f17-89f6-319ea797b357/projections/?format=api",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20351/?format=api",
            "name": "AGD84 / AMG zone 51",
            "code": "EPSG:20351",
            "extent": {
                "south": -38.07,
                "west": 120.0,
                "north": -10.46,
                "east": 126.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20352/?format=api",
            "name": "AGD84 / AMG zone 52",
            "code": "EPSG:20352",
            "extent": {
                "south": -37.05,
                "west": 125.99,
                "north": -9.37,
                "east": 132.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20353/?format=api",
            "name": "AGD84 / AMG zone 53",
            "code": "EPSG:20353",
            "extent": {
                "south": -36.14,
                "west": 132.0,
                "north": -25.99,
                "east": 138.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20354/?format=api",
            "name": "AGD84 / AMG zone 54",
            "code": "EPSG:20354",
            "extent": {
                "south": -38.13,
                "west": 138.0,
                "north": -9.86,
                "east": 144.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20355/?format=api",
            "name": "AGD84 / AMG zone 55",
            "code": "EPSG:20355",
            "extent": {
                "south": -29.01,
                "west": 144.0,
                "north": -14.01,
                "east": 150.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20356/?format=api",
            "name": "AGD84 / AMG zone 56",
            "code": "EPSG:20356",
            "extent": {
                "south": -29.19,
                "west": 150.0,
                "north": -22.0,
                "east": 153.61
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21100/?format=api",
            "name": "Batavia (Jakarta) / NEIEZ",
            "code": "EPSG:21100",
            "extent": {
                "south": -8.91,
                "west": 105.06,
                "north": -5.83,
                "east": 115.77
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21149/?format=api",
            "name": "Batavia / UTM zone 49S",
            "code": "EPSG:21149",
            "extent": {
                "south": -8.67,
                "west": 108.0,
                "north": -4.27,
                "east": 114.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21150/?format=api",
            "name": "Batavia / UTM zone 50S",
            "code": "EPSG:21150",
            "extent": {
                "south": -8.91,
                "west": 114.0,
                "north": -5.33,
                "east": 117.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2309/?format=api",
            "name": "WGS 84 / TM 116 SE",
            "code": "EPSG:2309",
            "extent": {
                "south": -8.46,
                "west": 112.8,
                "north": -6.8,
                "east": 117.01
            }
        }
    ]
}