List applicable projections for a raster.

GET /api/v4/rasters/89ba2efc-2671-4228-9fc7-cc899a0321e6/projections/?format=api&page=17
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 373,
    "next": "https://demo.lizard.net/api/v4/rasters/89ba2efc-2671-4228-9fc7-cc899a0321e6/projections/?format=api&page=18",
    "previous": "https://demo.lizard.net/api/v4/rasters/89ba2efc-2671-4228-9fc7-cc899a0321e6/projections/?format=api&page=16",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5621/?format=api",
            "name": "EVRF2007 height",
            "code": "EPSG:5621",
            "extent": {
                "south": 35.95,
                "west": -9.56,
                "north": 71.21,
                "east": 31.59
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5643/?format=api",
            "name": "ED50 / SPBA LCC",
            "code": "EPSG:5643",
            "extent": {
                "south": 50.5,
                "west": -1.67,
                "north": 56.0,
                "east": 22.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5649/?format=api",
            "name": "ETRS89 / UTM zone 31N (zE-N)",
            "code": "EPSG:5649",
            "extent": {
                "south": 50.97,
                "west": 3.34,
                "north": 55.92,
                "east": 6.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5651/?format=api",
            "name": "ETRS89 / UTM zone 31N (N-zE)",
            "code": "EPSG:5651",
            "extent": {
                "south": 50.97,
                "west": 3.34,
                "north": 55.92,
                "east": 6.0
            }
        },
        {
            "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: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
            }
        }
    ]
}