List applicable projections for a raster.

GET /api/v4/rasters/612bab2d-9454-4d1f-b14f-bd7d25d574b4/projections/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 431,
    "next": "https://demo.lizard.net/api/v4/rasters/612bab2d-9454-4d1f-b14f-bd7d25d574b4/projections/?format=api&page=6",
    "previous": "https://demo.lizard.net/api/v4/rasters/612bab2d-9454-4d1f-b14f-bd7d25d574b4/projections/?format=api&page=4",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:23894/?format=api",
            "name": "ID74 / UTM zone 54S",
            "code": "EPSG:23894",
            "extent": {
                "south": -9.19,
                "west": 138.0,
                "north": -1.49,
                "east": 141.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:28349/?format=api",
            "name": "GDA94 / MGA zone 49",
            "code": "EPSG:28349",
            "extent": {
                "south": -37.84,
                "west": 108.0,
                "north": -10.72,
                "east": 114.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:28350/?format=api",
            "name": "GDA94 / MGA zone 50",
            "code": "EPSG:28350",
            "extent": {
                "south": -38.53,
                "west": 114.0,
                "north": -12.06,
                "east": 120.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:28351/?format=api",
            "name": "GDA94 / MGA zone 51",
            "code": "EPSG:28351",
            "extent": {
                "south": -38.07,
                "west": 120.0,
                "north": -10.46,
                "east": 126.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:28352/?format=api",
            "name": "GDA94 / MGA zone 52",
            "code": "EPSG:28352",
            "extent": {
                "south": -37.38,
                "west": 125.99,
                "north": -9.1,
                "east": 132.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:28353/?format=api",
            "name": "GDA94 / MGA zone 53",
            "code": "EPSG:28353",
            "extent": {
                "south": -40.71,
                "west": 132.0,
                "north": -8.88,
                "east": 138.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:28354/?format=api",
            "name": "GDA94 / MGA zone 54",
            "code": "EPSG:28354",
            "extent": {
                "south": -48.19,
                "west": 138.0,
                "north": -9.08,
                "east": 144.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:28355/?format=api",
            "name": "GDA94 / MGA zone 55",
            "code": "EPSG:28355",
            "extent": {
                "south": -50.89,
                "west": 144.0,
                "north": -9.23,
                "east": 150.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:28356/?format=api",
            "name": "GDA94 / MGA zone 56",
            "code": "EPSG:28356",
            "extent": {
                "south": -58.96,
                "west": 150.0,
                "north": -13.87,
                "east": 156.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3001/?format=api",
            "name": "Batavia / NEIEZ",
            "code": "EPSG:3001",
            "extent": {
                "south": -8.91,
                "west": 105.06,
                "north": -5.83,
                "east": 115.77
            }
        }
    ]
}