List applicable projections for a raster.

GET /api/v4/rasters/cbcb087d-0f11-4a46-a552-1387555bd89f/projections/?format=api&page=16
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 327,
    "next": "https://demo.lizard.net/api/v4/rasters/cbcb087d-0f11-4a46-a552-1387555bd89f/projections/?format=api&page=17",
    "previous": "https://demo.lizard.net/api/v4/rasters/cbcb087d-0f11-4a46-a552-1387555bd89f/projections/?format=api&page=15",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5714/?format=api",
            "name": "MSL height",
            "code": "EPSG:5714",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5715/?format=api",
            "name": "MSL depth",
            "code": "EPSG:5715",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5736/?format=api",
            "name": "Yellow Sea 1956 height",
            "code": "EPSG:5736",
            "extent": {
                "south": 18.11,
                "west": 73.62,
                "north": 53.56,
                "east": 134.77
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5737/?format=api",
            "name": "Yellow Sea 1985 height",
            "code": "EPSG:5737",
            "extent": {
                "south": 18.11,
                "west": 73.62,
                "north": 53.56,
                "east": 134.77
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5773/?format=api",
            "name": "EGM96 height",
            "code": "EPSG:5773",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5798/?format=api",
            "name": "EGM84 height",
            "code": "EPSG:5798",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5804/?format=api",
            "name": "EPSG seismic bin grid example A",
            "code": "EPSG:5804",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5805/?format=api",
            "name": "EPSG seismic bin grid example B",
            "code": "EPSG:5805",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5806/?format=api",
            "name": "EPSG local engineering grid example A",
            "code": "EPSG:5806",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5807/?format=api",
            "name": "EPSG local engineering grid example B",
            "code": "EPSG:5807",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}