List applicable projections for a raster.

GET /api/v4/rasters/61f2ea9a-325f-4b7a-956c-3cd5660013dc/projections/?format=api&page=43
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 421,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/rasters/61f2ea9a-325f-4b7a-956c-3cd5660013dc/projections/?format=api&page=42",
    "results": [
        {
            "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
            }
        }
    ]
}