List applicable projections for a raster.

GET /api/v4/rasters/68d1840a-1b64-41e8-8af2-6e604e255977/projections/?format=api&page=23
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 420,
    "next": "https://demo.lizard.net/api/v4/rasters/68d1840a-1b64-41e8-8af2-6e604e255977/projections/?format=api&page=24",
    "previous": "https://demo.lizard.net/api/v4/rasters/68d1840a-1b64-41e8-8af2-6e604e255977/projections/?format=api&page=22",
    "results": [
        {
            "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
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5864/?format=api",
            "name": "MLLWS depth",
            "code": "EPSG:5864",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5865/?format=api",
            "name": "MLWS depth",
            "code": "EPSG:5865",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5866/?format=api",
            "name": "MLLW depth",
            "code": "EPSG:5866",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5867/?format=api",
            "name": "MLW depth",
            "code": "EPSG:5867",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5868/?format=api",
            "name": "MHW height",
            "code": "EPSG:5868",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5869/?format=api",
            "name": "MHHW height",
            "code": "EPSG:5869",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5870/?format=api",
            "name": "MHWS height",
            "code": "EPSG:5870",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}