List applicable projections for a raster.

GET /api/v4/rasters/1a2fba2a-5f97-4bc9-9af4-1f102a755730/projections/?format=api&page=4
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 349,
    "next": "https://demo.lizard.net/api/v4/rasters/1a2fba2a-5f97-4bc9-9af4-1f102a755730/projections/?format=api&page=5",
    "previous": "https://demo.lizard.net/api/v4/rasters/1a2fba2a-5f97-4bc9-9af4-1f102a755730/projections/?format=api&page=3",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3576/?format=api",
            "name": "WGS 84 / North Pole LAEA Russia",
            "code": "EPSG:3576",
            "extent": {
                "south": 45.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.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:3832/?format=api",
            "name": "WGS 84 / PDC Mercator",
            "code": "EPSG:3832",
            "extent": {
                "south": -60.0,
                "west": -68.0,
                "north": 66.67,
                "east": 98.69
            }
        },
        {
            "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
            }
        }
    ]
}