List applicable projections for a raster.

GET /api/v4/rasters/5f8e7866-8aee-40a8-901a-b0c1a3205bf7/projections/?format=api&page=22
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 426,
    "next": "https://demo.lizard.net/api/v4/rasters/5f8e7866-8aee-40a8-901a-b0c1a3205bf7/projections/?format=api&page=23",
    "previous": "https://demo.lizard.net/api/v4/rasters/5f8e7866-8aee-40a8-901a-b0c1a3205bf7/projections/?format=api&page=21",
    "results": [
        {
            "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
            }
        },
        {
            "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
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5819/?format=api",
            "name": "EPSG topocentric example A",
            "code": "EPSG:5819",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5820/?format=api",
            "name": "EPSG topocentric example B",
            "code": "EPSG:5820",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5821/?format=api",
            "name": "EPSG vertical perspective example",
            "code": "EPSG:5821",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}