List applicable projections for a raster.

GET /api/v4/rasters/f284fcd9-84ef-4b5a-ad32-d20f6f8978c5/projections/?format=api&page=29
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 421,
    "next": "https://demo.lizard.net/api/v4/rasters/f284fcd9-84ef-4b5a-ad32-d20f6f8978c5/projections/?format=api&page=30",
    "previous": "https://demo.lizard.net/api/v4/rasters/f284fcd9-84ef-4b5a-ad32-d20f6f8978c5/projections/?format=api&page=28",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:68096405/?format=api",
            "name": "Belge 1950 (Brussels) (deg)",
            "code": "EPSG:68096405",
            "extent": {
                "south": 49.5,
                "west": 2.5,
                "north": 51.51,
                "east": 6.4
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6871/?format=api",
            "name": "WGS 84 / Pseudo-Mercator +  EGM2008 geoid height",
            "code": "EPSG:6871",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6893/?format=api",
            "name": "WGS 84 / World Mercator +  EGM2008 height",
            "code": "EPSG:6893",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6931/?format=api",
            "name": "WGS 84 / NSIDC EASE-Grid 2.0 North",
            "code": "EPSG:6931",
            "extent": {
                "south": 0.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6933/?format=api",
            "name": "WGS 84 / NSIDC EASE-Grid 2.0 Global",
            "code": "EPSG:6933",
            "extent": {
                "south": -86.0,
                "west": -180.0,
                "north": 86.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6934/?format=api",
            "name": "IGS08",
            "code": "EPSG:6934",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7042/?format=api",
            "name": "RGF93 (lon-lat)",
            "code": "EPSG:7042",
            "extent": {
                "south": 41.15,
                "west": -9.86,
                "north": 51.56,
                "east": 10.38
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7084/?format=api",
            "name": "RGF93 (lon-lat)",
            "code": "EPSG:7084",
            "extent": {
                "south": 41.15,
                "west": -9.86,
                "north": 51.56,
                "east": 10.38
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7400/?format=api",
            "name": "NTF (Paris) + NGF IGN69 height",
            "code": "EPSG:7400",
            "extent": {
                "south": 42.33,
                "west": -4.87,
                "north": 51.14,
                "east": 8.23
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7401/?format=api",
            "name": "NTF (Paris) / France II + NGF Lallemand",
            "code": "EPSG:7401",
            "extent": {
                "south": 42.33,
                "west": -4.87,
                "north": 51.14,
                "east": 8.23
            }
        }
    ]
}