List applicable projections for a raster.

GET /api/v4/rasters/cbcb087d-0f11-4a46-a552-1387555bd89f/projections/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 327,
    "next": "https://demo.lizard.net/api/v4/rasters/cbcb087d-0f11-4a46-a552-1387555bd89f/projections/?format=api&page=6",
    "previous": "https://demo.lizard.net/api/v4/rasters/cbcb087d-0f11-4a46-a552-1387555bd89f/projections/?format=api&page=4",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4011/?format=api",
            "name": "Unknown datum based upon the Clarke 1880 (IGN) ellipsoid",
            "code": "EPSG:4011",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4012/?format=api",
            "name": "Unknown datum based upon the Clarke 1880 (RGS) ellipsoid",
            "code": "EPSG:4012",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4013/?format=api",
            "name": "Unknown datum based upon the Clarke 1880 (Arc) ellipsoid",
            "code": "EPSG:4013",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4014/?format=api",
            "name": "Unknown datum based upon the Clarke 1880 (SGA 1922) ellipsoid",
            "code": "EPSG:4014",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4015/?format=api",
            "name": "Unknown datum based upon the Everest 1830 (1937 Adjustment) ellipsoid",
            "code": "EPSG:4015",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4016/?format=api",
            "name": "Unknown datum based upon the Everest 1830 (1967 Definition) ellipsoid",
            "code": "EPSG:4016",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4018/?format=api",
            "name": "Unknown datum based upon the Everest 1830 Modified ellipsoid",
            "code": "EPSG:4018",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4019/?format=api",
            "name": "Unknown datum based upon the GRS 1980 ellipsoid",
            "code": "EPSG:4019",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4020/?format=api",
            "name": "Unknown datum based upon the Helmert 1906 ellipsoid",
            "code": "EPSG:4020",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4021/?format=api",
            "name": "Unknown datum based upon the Indonesian National Spheroid",
            "code": "EPSG:4021",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}