List applicable projections for a raster.

GET /api/v4/rasters/6c75e804-4e1d-4129-b578-cb5ce9e4343a/projections/?format=api&page=17
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 382,
    "next": "https://demo.lizard.net/api/v4/rasters/6c75e804-4e1d-4129-b578-cb5ce9e4343a/projections/?format=api&page=18",
    "previous": "https://demo.lizard.net/api/v4/rasters/6c75e804-4e1d-4129-b578-cb5ce9e4343a/projections/?format=api&page=16",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4986/?format=api",
            "name": "WGS 72BE",
            "code": "EPSG:4986",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4987/?format=api",
            "name": "WGS 72BE",
            "code": "EPSG:4987",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5332/?format=api",
            "name": "ITRF2008",
            "code": "EPSG:5332",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5612/?format=api",
            "name": "Baltic 1977 depth",
            "code": "EPSG:5612",
            "extent": {
                "south": 35.14,
                "west": -168.97,
                "north": 81.91,
                "east": 19.57
            }
        },
        {
            "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: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
            }
        }
    ]
}