List applicable projections for a raster.

GET /api/v4/rasters/1b6c03df-2ad1-4f17-89f6-319ea797b357/projections/?format=api&page=44
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 431,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/rasters/1b6c03df-2ad1-4f17-89f6-319ea797b357/projections/?format=api&page=43",
    "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
            }
        }
    ]
}