List applicable projections for a raster.

GET /api/v4/rasters/c6e1d5c7-e7ca-4122-95b8-bb7637d76013/projections/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 271,
    "next": "https://demo.lizard.net/api/v4/rasters/c6e1d5c7-e7ca-4122-95b8-bb7637d76013/projections/?format=api&page=3",
    "previous": "https://demo.lizard.net/api/v4/rasters/c6e1d5c7-e7ca-4122-95b8-bb7637d76013/projections/?format=api",
    "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:3409/?format=api",
            "name": "NSIDC EASE-Grid South",
            "code": "EPSG:3409",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 0.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:3577/?format=api",
            "name": "GDA94 / Australian Albers",
            "code": "EPSG:3577",
            "extent": {
                "south": -43.7,
                "west": 112.85,
                "north": -9.86,
                "east": 153.69
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3752/?format=api",
            "name": "WGS 84 / Mercator 41",
            "code": "EPSG:3752",
            "extent": {
                "south": -60.0,
                "west": -170.0,
                "north": -25.0,
                "east": 155.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3785/?format=api",
            "name": "Popular Visualisation CRS / Mercator",
            "code": "EPSG:3785",
            "extent": {
                "south": -85.06,
                "west": -180.0,
                "north": 85.06,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3786/?format=api",
            "name": "World Equidistant Cylindrical (Sphere)",
            "code": "EPSG:3786",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3851/?format=api",
            "name": "NZGD2000 / NZCS2000",
            "code": "EPSG:3851",
            "extent": {
                "south": -55.95,
                "west": -171.2,
                "north": -25.88,
                "east": 160.6
            }
        },
        {
            "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
            }
        }
    ]
}