List applicable projections for a raster.

GET /api/v4/rasters/371856d5-f02e-40f5-bc2b-0e62b5129e6d/projections/?format=api&page=28
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 271,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/rasters/371856d5-f02e-40f5-bc2b-0e62b5129e6d/projections/?format=api&page=27",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9191/?format=api",
            "name": "WGS 84 / NIWA Albers",
            "code": "EPSG:9191",
            "extent": {
                "south": -60.0,
                "west": -170.0,
                "north": -25.0,
                "east": 155.0
            }
        }
    ]
}