List applicable projections for a raster.

GET /api/v4/rasters/4c7a9e53-9497-44d6-9327-29df92ab46e8/projections/?format=api&page=9
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 426,
    "next": "https://demo.lizard.net/api/v4/rasters/4c7a9e53-9497-44d6-9327-29df92ab46e8/projections/?format=api&page=10",
    "previous": "https://demo.lizard.net/api/v4/rasters/4c7a9e53-9497-44d6-9327-29df92ab46e8/projections/?format=api&page=8",
    "results": [
        {
            "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
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4022/?format=api",
            "name": "Unknown datum based upon the International 1924 ellipsoid",
            "code": "EPSG:4022",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4024/?format=api",
            "name": "Unknown datum based upon the Krassowsky 1940 ellipsoid",
            "code": "EPSG:4024",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "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
            }
        }
    ]
}