List applicable projections for a raster.

GET /api/v4/rasters/f965cb23-e634-410a-81cb-6788bfe799bf/projections/?format=api&page=679
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6785,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/rasters/f965cb23-e634-410a-81cb-6788bfe799bf/projections/?format=api&page=678",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9216/?format=api",
            "name": "VN-2000 / TM-3 107-30",
            "code": "EPSG:9216",
            "extent": {
                "south": 13.92,
                "west": 107.33,
                "north": 15.42,
                "east": 108.55
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9217/?format=api",
            "name": "VN-2000 / TM-3 108-15",
            "code": "EPSG:9217",
            "extent": {
                "south": 11.25,
                "west": 108.55,
                "north": 14.71,
                "east": 109.53
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9218/?format=api",
            "name": "VN-2000 / TM-3 108-30",
            "code": "EPSG:9218",
            "extent": {
                "south": 10.43,
                "west": 107.2,
                "north": 14.61,
                "east": 109.52
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9221/?format=api",
            "name": "Hartebeesthoek94 / ZAF BSU Albers 25E",
            "code": "EPSG:9221",
            "extent": {
                "south": -38.17,
                "west": 13.33,
                "north": -22.13,
                "east": 36.54
            }
        },
        {
            "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
            }
        }
    ]
}