List applicable projections for a raster.

GET /api/v4/rasters/5f8e7866-8aee-40a8-901a-b0c1a3205bf7/projections/?format=api&page=21
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=22",
    "previous": "https://demo.lizard.net/api/v4/rasters/5f8e7866-8aee-40a8-901a-b0c1a3205bf7/projections/?format=api&page=20",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5705/?format=api",
            "name": "Baltic 1977 height",
            "code": "EPSG:5705",
            "extent": {
                "south": 35.14,
                "west": -168.97,
                "north": 81.91,
                "east": 19.57
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5707/?format=api",
            "name": "NTF (Paris) / Lambert zone I + NGF-IGN69 height",
            "code": "EPSG:5707",
            "extent": {
                "south": 48.14,
                "west": -4.87,
                "north": 51.14,
                "east": 8.23
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5709/?format=api",
            "name": "NAP height",
            "code": "EPSG:5709",
            "extent": {
                "south": 50.75,
                "west": 3.2,
                "north": 53.7,
                "east": 7.22
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5710/?format=api",
            "name": "Ostend height",
            "code": "EPSG:5710",
            "extent": {
                "south": 49.5,
                "west": 2.5,
                "north": 51.51,
                "east": 6.4
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5714/?format=api",
            "name": "MSL height",
            "code": "EPSG:5714",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "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
            }
        }
    ]
}