List applicable projections for a raster.

GET /api/v4/rasters/68e44d66-04d2-480b-a772-997ae0365137/projections/?format=api&page=17
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 349,
    "next": "https://demo.lizard.net/api/v4/rasters/68e44d66-04d2-480b-a772-997ae0365137/projections/?format=api&page=18",
    "previous": "https://demo.lizard.net/api/v4/rasters/68e44d66-04d2-480b-a772-997ae0365137/projections/?format=api&page=16",
    "results": [
        {
            "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
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5829/?format=api",
            "name": "Instantaneous Water Level height",
            "code": "EPSG:5829",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5831/?format=api",
            "name": "Instantaneous Water Level depth",
            "code": "EPSG:5831",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5861/?format=api",
            "name": "LAT depth",
            "code": "EPSG:5861",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5862/?format=api",
            "name": "LLWLT depth",
            "code": "EPSG:5862",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5863/?format=api",
            "name": "ISLW depth",
            "code": "EPSG:5863",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}