List applicable projections for a raster.

GET /api/v4/rasters/4854a342-0ee1-442c-9f1f-8a3d7256af75/projections/?format=api&page=690
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6891,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/rasters/4854a342-0ee1-442c-9f1f-8a3d7256af75/projections/?format=api&page=689",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9222/?format=api",
            "name": "Hartebeesthoek94 / ZAF BSU Albers 44E",
            "code": "EPSG:9222",
            "extent": {
                "south": -50.32,
                "west": 32.71,
                "north": -43.26,
                "east": 42.85
            }
        }
    ]
}