List applicable projections for a raster.

GET /api/v4/rasters/20df58c1-9513-48b9-9e3c-b6257f2b8874/projections/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 349,
    "next": "https://demo.lizard.net/api/v4/rasters/20df58c1-9513-48b9-9e3c-b6257f2b8874/projections/?format=api&page=4",
    "previous": "https://demo.lizard.net/api/v4/rasters/20df58c1-9513-48b9-9e3c-b6257f2b8874/projections/?format=api&page=2",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3395/?format=api",
            "name": "WGS 84 / World Mercator",
            "code": "EPSG:3395",
            "extent": {
                "south": -80.0,
                "west": -180.0,
                "north": 84.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3408/?format=api",
            "name": "NSIDC EASE-Grid North",
            "code": "EPSG:3408",
            "extent": {
                "south": 0.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3410/?format=api",
            "name": "NSIDC EASE-Grid Global",
            "code": "EPSG:3410",
            "extent": {
                "south": -86.0,
                "west": -180.0,
                "north": 86.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3467/?format=api",
            "name": "NAD83(NSRS2007) / Alaska Albers",
            "code": "EPSG:3467",
            "extent": {
                "south": 51.3,
                "west": -129.99,
                "north": 71.4,
                "east": 172.42
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3477/?format=api",
            "name": "NAD83(NSRS2007) / Alaska zone 10",
            "code": "EPSG:3477",
            "extent": {
                "south": 51.3,
                "west": -164.84,
                "north": 54.34,
                "east": 172.42
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3571/?format=api",
            "name": "WGS 84 / North Pole LAEA Bering Sea",
            "code": "EPSG:3571",
            "extent": {
                "south": 45.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3572/?format=api",
            "name": "WGS 84 / North Pole LAEA Alaska",
            "code": "EPSG:3572",
            "extent": {
                "south": 45.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3573/?format=api",
            "name": "WGS 84 / North Pole LAEA Canada",
            "code": "EPSG:3573",
            "extent": {
                "south": 45.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3574/?format=api",
            "name": "WGS 84 / North Pole LAEA Atlantic",
            "code": "EPSG:3574",
            "extent": {
                "south": 45.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3575/?format=api",
            "name": "WGS 84 / North Pole LAEA Europe",
            "code": "EPSG:3575",
            "extent": {
                "south": 45.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}