List applicable projections for a raster.

GET /api/v4/rasters/89ba2efc-2671-4228-9fc7-cc899a0321e6/projections/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 373,
    "next": "https://demo.lizard.net/api/v4/rasters/89ba2efc-2671-4228-9fc7-cc899a0321e6/projections/?format=api&page=6",
    "previous": "https://demo.lizard.net/api/v4/rasters/89ba2efc-2671-4228-9fc7-cc899a0321e6/projections/?format=api&page=4",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3855/?format=api",
            "name": "EGM2008 height",
            "code": "EPSG:3855",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3857/?format=api",
            "name": "WGS 84 / Pseudo-Mercator",
            "code": "EPSG:3857",
            "extent": {
                "south": -85.06,
                "west": -180.0,
                "north": 85.06,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3973/?format=api",
            "name": "WGS 84 / NSIDC EASE-Grid North",
            "code": "EPSG:3973",
            "extent": {
                "south": 0.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3975/?format=api",
            "name": "WGS 84 / NSIDC EASE-Grid Global",
            "code": "EPSG:3975",
            "extent": {
                "south": -86.0,
                "west": -180.0,
                "north": 86.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4001/?format=api",
            "name": "Unknown datum based upon the Airy 1830 ellipsoid",
            "code": "EPSG:4001",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4002/?format=api",
            "name": "Unknown datum based upon the Airy Modified 1849 ellipsoid",
            "code": "EPSG:4002",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4003/?format=api",
            "name": "Unknown datum based upon the Australian National Spheroid",
            "code": "EPSG:4003",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "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
            }
        }
    ]
}