List applicable projections for a raster.

GET /api/v4/rasters/612bab2d-9454-4d1f-b14f-bd7d25d574b4/projections/?format=api&page=9
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=10",
    "previous": "https://demo.lizard.net/api/v4/rasters/612bab2d-9454-4d1f-b14f-bd7d25d574b4/projections/?format=api&page=8",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32753/?format=api",
            "name": "WGS 84 / UTM zone 53S",
            "code": "EPSG:32753",
            "extent": {
                "south": -80.0,
                "west": 132.0,
                "north": 0.0,
                "east": 138.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32754/?format=api",
            "name": "WGS 84 / UTM zone 54S",
            "code": "EPSG:32754",
            "extent": {
                "south": -80.0,
                "west": 138.0,
                "north": 0.0,
                "east": 144.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32755/?format=api",
            "name": "WGS 84 / UTM zone 55S",
            "code": "EPSG:32755",
            "extent": {
                "south": -80.0,
                "west": 144.0,
                "north": 0.0,
                "east": 150.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32756/?format=api",
            "name": "WGS 84 / UTM zone 56S",
            "code": "EPSG:32756",
            "extent": {
                "south": -80.0,
                "west": 150.0,
                "north": 0.0,
                "east": 156.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3308/?format=api",
            "name": "GDA94 / NSW Lambert",
            "code": "EPSG:3308",
            "extent": {
                "south": -37.53,
                "west": 140.99,
                "north": -28.15,
                "east": 153.69
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3395/?format=api",
            "name": "WGS 84 / World Mercator",
            "code": "EPSG:3395",
            "extent": {
                "south": -80.0,
                "west": -180.0,
                "north": 84.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3409/?format=api",
            "name": "NSIDC EASE-Grid South",
            "code": "EPSG:3409",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 0.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3410/?format=api",
            "name": "NSIDC EASE-Grid Global",
            "code": "EPSG:3410",
            "extent": {
                "south": -86.0,
                "west": -180.0,
                "north": 86.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3460/?format=api",
            "name": "Fiji 1986 / Fiji Map Grid",
            "code": "EPSG:3460",
            "extent": {
                "south": -20.81,
                "west": -178.15,
                "north": -12.42,
                "east": 176.81
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3577/?format=api",
            "name": "GDA94 / Australian Albers",
            "code": "EPSG:3577",
            "extent": {
                "south": -43.7,
                "west": 112.85,
                "north": -9.86,
                "east": 153.69
            }
        }
    ]
}