List applicable projections for a raster.

GET /api/v4/rasters/20611028-a122-4ccd-b053-302962b4b7f2/projections/?format=api&page=21
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 420,
    "next": "https://demo.lizard.net/api/v4/rasters/20611028-a122-4ccd-b053-302962b4b7f2/projections/?format=api&page=22",
    "previous": "https://demo.lizard.net/api/v4/rasters/20611028-a122-4ccd-b053-302962b4b7f2/projections/?format=api&page=20",
    "results": [
        {
            "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:5719/?format=api",
            "name": "NGF Lallemand height",
            "code": "EPSG:5719",
            "extent": {
                "south": 42.33,
                "west": -4.87,
                "north": 51.14,
                "east": 8.23
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5720/?format=api",
            "name": "NGF-IGN69 height",
            "code": "EPSG:5720",
            "extent": {
                "south": 42.33,
                "west": -4.87,
                "north": 51.14,
                "east": 8.23
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5730/?format=api",
            "name": "EVRF2000 height",
            "code": "EPSG:5730",
            "extent": {
                "south": 35.95,
                "west": -9.56,
                "north": 71.21,
                "east": 31.59
            }
        },
        {
            "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:5783/?format=api",
            "name": "DHHN92 height",
            "code": "EPSG:5783",
            "extent": {
                "south": 47.27,
                "west": 5.86,
                "north": 55.09,
                "east": 15.04
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5784/?format=api",
            "name": "DHHN85 height",
            "code": "EPSG:5784",
            "extent": {
                "south": 47.27,
                "west": 5.87,
                "north": 55.09,
                "east": 13.84
            }
        },
        {
            "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
            }
        }
    ]
}