List applicable projections for a raster.

GET /api/v4/rasters/62bb4a86-2a13-414c-a111-486c1dd9b0af/projections/?format=api&page=7
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 327,
    "next": "https://demo.lizard.net/api/v4/rasters/62bb4a86-2a13-414c-a111-486c1dd9b0af/projections/?format=api&page=8",
    "previous": "https://demo.lizard.net/api/v4/rasters/62bb4a86-2a13-414c-a111-486c1dd9b0af/projections/?format=api&page=6",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4034/?format=api",
            "name": "Unknown datum based upon the Clarke 1880 ellipsoid",
            "code": "EPSG:4034",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4035/?format=api",
            "name": "Unknown datum based upon the Authalic Sphere",
            "code": "EPSG:4035",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4036/?format=api",
            "name": "Unknown datum based upon the GRS 1967 ellipsoid",
            "code": "EPSG:4036",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4041/?format=api",
            "name": "Unknown datum based upon the Average Terrestrial System 1977 ellipsoid",
            "code": "EPSG:4041",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4042/?format=api",
            "name": "Unknown datum based upon the Everest (1830 Definition) ellipsoid",
            "code": "EPSG:4042",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4043/?format=api",
            "name": "Unknown datum based upon the WGS 72 ellipsoid",
            "code": "EPSG:4043",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4044/?format=api",
            "name": "Unknown datum based upon the Everest 1830 (1962 Definition) ellipsoid",
            "code": "EPSG:4044",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4045/?format=api",
            "name": "Unknown datum based upon the Everest 1830 (1975 Definition) ellipsoid",
            "code": "EPSG:4045",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4047/?format=api",
            "name": "Unspecified datum based upon the GRS 1980 Authalic Sphere",
            "code": "EPSG:4047",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4052/?format=api",
            "name": "Unspecified datum based upon the Clarke 1866 Authalic Sphere",
            "code": "EPSG:4052",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}