List applicable projections for a raster.

GET /api/v4/rasters/ac5dab19-06fc-4581-887d-80c5ac1b0678/projections/?format=api&page=31
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 304,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/rasters/ac5dab19-06fc-4581-887d-80c5ac1b0678/projections/?format=api&page=30",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9057/?format=api",
            "name": "WGS 84 (G1762)",
            "code": "EPSG:9057",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9073/?format=api",
            "name": "NAD83(PACP00)",
            "code": "EPSG:9073",
            "extent": {
                "south": -17.56,
                "west": -151.27,
                "north": 31.8,
                "east": 157.47
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9074/?format=api",
            "name": "NAD83(PACP00)",
            "code": "EPSG:9074",
            "extent": {
                "south": -17.56,
                "west": -151.27,
                "north": 31.8,
                "east": 157.47
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9075/?format=api",
            "name": "NAD83(PACP00)",
            "code": "EPSG:9075",
            "extent": {
                "south": -17.56,
                "west": -151.27,
                "north": 31.8,
                "east": 157.47
            }
        }
    ]
}