List applicable projections for a raster.

GET /api/v4/rasters/612bab2d-9454-4d1f-b14f-bd7d25d574b4/projections/?format=api&page=6
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=7",
    "previous": "https://demo.lizard.net/api/v4/rasters/612bab2d-9454-4d1f-b14f-bd7d25d574b4/projections/?format=api&page=5",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3107/?format=api",
            "name": "GDA94 / SA Lambert",
            "code": "EPSG:3107",
            "extent": {
                "south": -38.13,
                "west": 128.99,
                "north": -25.99,
                "east": 141.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3110/?format=api",
            "name": "AGD66 / Vicgrid66",
            "code": "EPSG:3110",
            "extent": {
                "south": -39.2,
                "west": 140.96,
                "north": -33.98,
                "east": 150.04
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3111/?format=api",
            "name": "GDA94 / Vicgrid",
            "code": "EPSG:3111",
            "extent": {
                "south": -39.2,
                "west": 140.96,
                "north": -33.98,
                "east": 150.04
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3112/?format=api",
            "name": "GDA94 / Geoscience Australia Lambert",
            "code": "EPSG:3112",
            "extent": {
                "south": -43.7,
                "west": 112.85,
                "north": -9.86,
                "east": 153.69
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3113/?format=api",
            "name": "GDA94 / BCSG02",
            "code": "EPSG:3113",
            "extent": {
                "south": -29.88,
                "west": 151.19,
                "north": -24.64,
                "east": 153.69
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3139/?format=api",
            "name": "Vanua Levu 1915 / Vanua Levu Grid",
            "code": "EPSG:3139",
            "extent": {
                "south": -17.07,
                "west": -179.77,
                "north": -16.1,
                "east": 178.42
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3143/?format=api",
            "name": "Fiji 1986 / Fiji Map Grid",
            "code": "EPSG:3143",
            "extent": {
                "south": -20.81,
                "west": -178.15,
                "north": -12.42,
                "east": 176.81
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32349/?format=api",
            "name": "WGS 72 / UTM zone 49S",
            "code": "EPSG:32349",
            "extent": {
                "south": -80.0,
                "west": 108.0,
                "north": 0.0,
                "east": 114.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32350/?format=api",
            "name": "WGS 72 / UTM zone 50S",
            "code": "EPSG:32350",
            "extent": {
                "south": -80.0,
                "west": 114.0,
                "north": 0.0,
                "east": 120.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32351/?format=api",
            "name": "WGS 72 / UTM zone 51S",
            "code": "EPSG:32351",
            "extent": {
                "south": -80.0,
                "west": 120.0,
                "north": 0.0,
                "east": 126.0
            }
        }
    ]
}