List applicable projections for a raster.

GET /api/v4/rasters/6c75e804-4e1d-4129-b578-cb5ce9e4343a/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/6c75e804-4e1d-4129-b578-cb5ce9e4343a/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
            }
        }
    ]
}