List applicable projections for a raster.

GET /api/v4/rasters/e3a67479-945a-41c1-ac73-8c2d4cf219e4/projections/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 317,
    "next": "https://demo.lizard.net/api/v4/rasters/e3a67479-945a-41c1-ac73-8c2d4cf219e4/projections/?format=api&page=6",
    "previous": "https://demo.lizard.net/api/v4/rasters/e3a67479-945a-41c1-ac73-8c2d4cf219e4/projections/?format=api&page=4",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4004/?format=api",
            "name": "Unknown datum based upon the Bessel 1841 ellipsoid",
            "code": "EPSG:4004",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4005/?format=api",
            "name": "Unknown datum based upon the Bessel Modified ellipsoid",
            "code": "EPSG:4005",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4006/?format=api",
            "name": "Unknown datum based upon the Bessel Namibia ellipsoid",
            "code": "EPSG:4006",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4007/?format=api",
            "name": "Unknown datum based upon the Clarke 1858 ellipsoid",
            "code": "EPSG:4007",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4008/?format=api",
            "name": "Unknown datum based upon the Clarke 1866 ellipsoid",
            "code": "EPSG:4008",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4009/?format=api",
            "name": "Unknown datum based upon the Clarke 1866 Michigan ellipsoid",
            "code": "EPSG:4009",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4010/?format=api",
            "name": "Unknown datum based upon the Clarke 1880 (Benoit) ellipsoid",
            "code": "EPSG:4010",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "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
            }
        }
    ]
}