List applicable projections for a raster.

GET /api/v4/rasters/478499fd-7a88-4fed-8987-4d711ccc312f/projections/?format=api&page=18
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 349,
    "next": "https://demo.lizard.net/api/v4/rasters/478499fd-7a88-4fed-8987-4d711ccc312f/projections/?format=api&page=19",
    "previous": "https://demo.lizard.net/api/v4/rasters/478499fd-7a88-4fed-8987-4d711ccc312f/projections/?format=api&page=17",
    "results": [
        {
            "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
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5871/?format=api",
            "name": "HHWLT height",
            "code": "EPSG:5871",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5872/?format=api",
            "name": "HAT height",
            "code": "EPSG:5872",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5873/?format=api",
            "name": "Low Water depth",
            "code": "EPSG:5873",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}