List applicable projections for a raster.

GET /api/v4/rasters/612bab2d-9454-4d1f-b14f-bd7d25d574b4/projections/?format=api&page=8
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=9",
    "previous": "https://demo.lizard.net/api/v4/rasters/612bab2d-9454-4d1f-b14f-bd7d25d574b4/projections/?format=api&page=7",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32554/?format=api",
            "name": "WGS 72BE / UTM zone 54S",
            "code": "EPSG:32554",
            "extent": {
                "south": -80.0,
                "west": 138.0,
                "north": 0.0,
                "east": 144.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32555/?format=api",
            "name": "WGS 72BE / UTM zone 55S",
            "code": "EPSG:32555",
            "extent": {
                "south": -80.0,
                "west": 144.0,
                "north": 0.0,
                "east": 150.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32556/?format=api",
            "name": "WGS 72BE / UTM zone 56S",
            "code": "EPSG:32556",
            "extent": {
                "south": -80.0,
                "west": 150.0,
                "north": 0.0,
                "east": 156.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32662/?format=api",
            "name": "WGS 84 / Plate Carree",
            "code": "EPSG:32662",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32663/?format=api",
            "name": "WGS 84 / World Equidistant Cylindrical",
            "code": "EPSG:32663",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32700/?format=api",
            "name": "WGS 84 / UTM grid system (southern hemisphere)",
            "code": "EPSG:32700",
            "extent": {
                "south": -80.0,
                "west": -180.0,
                "north": 0.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32749/?format=api",
            "name": "WGS 84 / UTM zone 49S",
            "code": "EPSG:32749",
            "extent": {
                "south": -80.0,
                "west": 108.0,
                "north": 0.0,
                "east": 114.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32750/?format=api",
            "name": "WGS 84 / UTM zone 50S",
            "code": "EPSG:32750",
            "extent": {
                "south": -80.0,
                "west": 114.0,
                "north": 0.0,
                "east": 120.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32751/?format=api",
            "name": "WGS 84 / UTM zone 51S",
            "code": "EPSG:32751",
            "extent": {
                "south": -80.0,
                "west": 120.0,
                "north": 0.0,
                "east": 126.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32752/?format=api",
            "name": "WGS 84 / UTM zone 52S",
            "code": "EPSG:32752",
            "extent": {
                "south": -80.0,
                "west": 126.0,
                "north": 0.0,
                "east": 132.0
            }
        }
    ]
}