List applicable projections for a raster.

GET /api/v4/rasters/9087d64c-3def-4ab8-860a-e6bf477a734f/projections/?format=api&page=16
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 271,
    "next": "https://demo.lizard.net/api/v4/rasters/9087d64c-3def-4ab8-860a-e6bf477a734f/projections/?format=api&page=17",
    "previous": "https://demo.lizard.net/api/v4/rasters/9087d64c-3def-4ab8-860a-e6bf477a734f/projections/?format=api&page=15",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5874/?format=api",
            "name": "High Water height",
            "code": "EPSG:5874",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:61676405/?format=api",
            "name": "NZGD2000 (deg)",
            "code": "EPSG:61676405",
            "extent": {
                "south": -55.95,
                "west": -171.2,
                "north": -25.88,
                "east": 160.6
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:61676413/?format=api",
            "name": "NZGD2000 (3D deg)",
            "code": "EPSG:61676413",
            "extent": {
                "south": -55.95,
                "west": -171.2,
                "north": -25.88,
                "east": 160.6
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:62026405/?format=api",
            "name": "AGD66 (deg)",
            "code": "EPSG:62026405",
            "extent": {
                "south": -47.2,
                "west": 109.23,
                "north": -1.3,
                "east": 163.2
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:62036405/?format=api",
            "name": "AGD84 (deg)",
            "code": "EPSG:62036405",
            "extent": {
                "south": -38.53,
                "west": 109.23,
                "north": -9.37,
                "east": 153.61
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:62726405/?format=api",
            "name": "NZGD49 (deg)",
            "code": "EPSG:62726405",
            "extent": {
                "south": -55.95,
                "west": -171.2,
                "north": -25.88,
                "east": 160.6
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:62766405/?format=api",
            "name": "NSWC 9Z-2 (deg)",
            "code": "EPSG:62766405",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:62836405/?format=api",
            "name": "GDA94 (deg)",
            "code": "EPSG:62836405",
            "extent": {
                "south": -47.2,
                "west": 109.23,
                "north": -8.88,
                "east": 163.2
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:62836413/?format=api",
            "name": "GDA94 (3D deg)",
            "code": "EPSG:62836413",
            "extent": {
                "south": -47.2,
                "west": 109.23,
                "north": -8.88,
                "east": 163.2
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63226405/?format=api",
            "name": "WGS 72 (deg)",
            "code": "EPSG:63226405",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}