List applicable projections for a raster.

GET /api/v4/rasters/ee72e4aa-cd5f-4d39-9f1d-1c4ff28fdbfc/projections/?format=api&page=39
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 382,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/rasters/ee72e4aa-cd5f-4d39-9f1d-1c4ff28fdbfc/projections/?format=api&page=38",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9068/?format=api",
            "name": "ETRF2005",
            "code": "EPSG:9068",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9069/?format=api",
            "name": "ETRF2014",
            "code": "EPSG:9069",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        }
    ]
}