List applicable projections for a raster.

GET /api/v4/rasters/5f8e7866-8aee-40a8-901a-b0c1a3205bf7/projections/?format=api&page=30
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=31",
    "previous": "https://demo.lizard.net/api/v4/rasters/5f8e7866-8aee-40a8-901a-b0c1a3205bf7/projections/?format=api&page=29",
    "results": [
        {
            "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
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7402/?format=api",
            "name": "NTF (Paris) / France II + NGF IGN69",
            "code": "EPSG:7402",
            "extent": {
                "south": 42.33,
                "west": -4.87,
                "north": 51.14,
                "east": 8.23
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7408/?format=api",
            "name": "RD/NAP",
            "code": "EPSG:7408",
            "extent": {
                "south": 50.75,
                "west": 3.2,
                "north": 53.7,
                "east": 7.22
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7409/?format=api",
            "name": "ETRS89 + EVRF2000 height",
            "code": "EPSG:7409",
            "extent": {
                "south": 35.95,
                "west": -9.56,
                "north": 71.21,
                "east": 31.59
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7411/?format=api",
            "name": "NTF (Paris) / Lambert zone II + NGF Lallemand height",
            "code": "EPSG:7411",
            "extent": {
                "south": 42.33,
                "west": -4.87,
                "north": 51.14,
                "east": 8.23
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7412/?format=api",
            "name": "NTF (Paris) / Lambert zone II + NGF IGN69",
            "code": "EPSG:7412",
            "extent": {
                "south": 42.33,
                "west": -4.87,
                "north": 51.14,
                "east": 8.23
            }
        }
    ]
}