List applicable projections for a raster.

GET /api/v4/rasters/2ea223f9-c51e-46f0-bfbb-3c6c12a7399a/projections/?format=api&page=20
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 420,
    "next": "https://demo.lizard.net/api/v4/rasters/2ea223f9-c51e-46f0-bfbb-3c6c12a7399a/projections/?format=api&page=21",
    "previous": "https://demo.lizard.net/api/v4/rasters/2ea223f9-c51e-46f0-bfbb-3c6c12a7399a/projections/?format=api&page=19",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5676/?format=api",
            "name": "DHDN / 3-degree Gauss-Kruger zone 2 (E-N)",
            "code": "EPSG:5676",
            "extent": {
                "south": 49.11,
                "west": 5.86,
                "north": 53.81,
                "east": 7.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5681/?format=api",
            "name": "DB_REF",
            "code": "EPSG:5681",
            "extent": {
                "south": 47.27,
                "west": 5.86,
                "north": 55.09,
                "east": 15.04
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5682/?format=api",
            "name": "DB_REF / 3-degree Gauss-Kruger zone 2 (E-N)",
            "code": "EPSG:5682",
            "extent": {
                "south": 49.11,
                "west": 5.86,
                "north": 53.81,
                "east": 7.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5698/?format=api",
            "name": "RGF93 / Lambert-93 + NGF-IGN69 height",
            "code": "EPSG:5698",
            "extent": {
                "south": 42.33,
                "west": -4.87,
                "north": 51.14,
                "east": 8.23
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5703/?format=api",
            "name": "NAVD88 height",
            "code": "EPSG:5703",
            "extent": {
                "south": 14.51,
                "west": -66.91,
                "north": 71.4,
                "east": 172.42
            }
        },
        {
            "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
            }
        }
    ]
}