List applicable projections for a raster.

GET /api/v4/rasters/68e44d66-04d2-480b-a772-997ae0365137/projections/?format=api&page=7
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 349,
    "next": "https://demo.lizard.net/api/v4/rasters/68e44d66-04d2-480b-a772-997ae0365137/projections/?format=api&page=8",
    "previous": "https://demo.lizard.net/api/v4/rasters/68e44d66-04d2-480b-a772-997ae0365137/projections/?format=api&page=6",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4025/?format=api",
            "name": "Unknown datum based upon the NWL 9D ellipsoid",
            "code": "EPSG:4025",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4027/?format=api",
            "name": "Unknown datum based upon the Plessis 1817 ellipsoid",
            "code": "EPSG:4027",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4028/?format=api",
            "name": "Unknown datum based upon the Struve 1860 ellipsoid",
            "code": "EPSG:4028",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4029/?format=api",
            "name": "Unknown datum based upon the War Office ellipsoid",
            "code": "EPSG:4029",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4030/?format=api",
            "name": "Unknown datum based upon the WGS 84 ellipsoid",
            "code": "EPSG:4030",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4031/?format=api",
            "name": "Unknown datum based upon the GEM 10C ellipsoid",
            "code": "EPSG:4031",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4032/?format=api",
            "name": "Unknown datum based upon the OSU86F ellipsoid",
            "code": "EPSG:4032",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4033/?format=api",
            "name": "Unknown datum based upon the OSU91A ellipsoid",
            "code": "EPSG:4033",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "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
            }
        }
    ]
}