List applicable projections for a raster.

GET /api/v4/rasters/b199d730-4efd-4b08-9531-88b7d0542bc6/projections/?format=api&page=38
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 373,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/rasters/b199d730-4efd-4b08-9531-88b7d0542bc6/projections/?format=api&page=37",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9067/?format=api",
            "name": "ETRF2000",
            "code": "EPSG:9067",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "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
            }
        }
    ]
}