List applicable projections for a raster.

GET /api/v4/rasters/f2e6fbe0-4a1f-4bcb-b75a-d057f3c88631/projections/?format=api&page=8
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 349,
    "next": "https://demo.lizard.net/api/v4/rasters/f2e6fbe0-4a1f-4bcb-b75a-d057f3c88631/projections/?format=api&page=9",
    "previous": "https://demo.lizard.net/api/v4/rasters/f2e6fbe0-4a1f-4bcb-b75a-d057f3c88631/projections/?format=api&page=7",
    "results": [
        {
            "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
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4053/?format=api",
            "name": "Unspecified datum based upon the International 1924 Authalic Sphere",
            "code": "EPSG:4053",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4054/?format=api",
            "name": "Unspecified datum based upon the Hughes 1980 ellipsoid",
            "code": "EPSG:4054",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}