List applicable projections for a raster.

GET /api/v4/rasters/612bab2d-9454-4d1f-b14f-bd7d25d574b4/projections/?format=api&page=7
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=8",
    "previous": "https://demo.lizard.net/api/v4/rasters/612bab2d-9454-4d1f-b14f-bd7d25d574b4/projections/?format=api&page=6",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32352/?format=api",
            "name": "WGS 72 / UTM zone 52S",
            "code": "EPSG:32352",
            "extent": {
                "south": -80.0,
                "west": 126.0,
                "north": 0.0,
                "east": 132.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32353/?format=api",
            "name": "WGS 72 / UTM zone 53S",
            "code": "EPSG:32353",
            "extent": {
                "south": -80.0,
                "west": 132.0,
                "north": 0.0,
                "east": 138.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32354/?format=api",
            "name": "WGS 72 / UTM zone 54S",
            "code": "EPSG:32354",
            "extent": {
                "south": -80.0,
                "west": 138.0,
                "north": 0.0,
                "east": 144.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32355/?format=api",
            "name": "WGS 72 / UTM zone 55S",
            "code": "EPSG:32355",
            "extent": {
                "south": -80.0,
                "west": 144.0,
                "north": 0.0,
                "east": 150.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32356/?format=api",
            "name": "WGS 72 / UTM zone 56S",
            "code": "EPSG:32356",
            "extent": {
                "south": -80.0,
                "west": 150.0,
                "north": 0.0,
                "east": 156.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32549/?format=api",
            "name": "WGS 72BE / UTM zone 49S",
            "code": "EPSG:32549",
            "extent": {
                "south": -80.0,
                "west": 108.0,
                "north": 0.0,
                "east": 114.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32550/?format=api",
            "name": "WGS 72BE / UTM zone 50S",
            "code": "EPSG:32550",
            "extent": {
                "south": -80.0,
                "west": 114.0,
                "north": 0.0,
                "east": 120.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32551/?format=api",
            "name": "WGS 72BE / UTM zone 51S",
            "code": "EPSG:32551",
            "extent": {
                "south": -80.0,
                "west": 120.0,
                "north": 0.0,
                "east": 126.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32552/?format=api",
            "name": "WGS 72BE / UTM zone 52S",
            "code": "EPSG:32552",
            "extent": {
                "south": -80.0,
                "west": 126.0,
                "north": 0.0,
                "east": 132.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32553/?format=api",
            "name": "WGS 72BE / UTM zone 53S",
            "code": "EPSG:32553",
            "extent": {
                "south": -80.0,
                "west": 132.0,
                "north": 0.0,
                "east": 138.0
            }
        }
    ]
}