List applicable projections for a raster.

GET /api/v4/rasters/ac5dab19-06fc-4581-887d-80c5ac1b0678/projections/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 304,
    "next": "https://demo.lizard.net/api/v4/rasters/ac5dab19-06fc-4581-887d-80c5ac1b0678/projections/?format=api&page=3",
    "previous": "https://demo.lizard.net/api/v4/rasters/ac5dab19-06fc-4581-887d-80c5ac1b0678/projections/?format=api",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32662/?format=api",
            "name": "WGS 84 / Plate Carree",
            "code": "EPSG:32662",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32663/?format=api",
            "name": "WGS 84 / World Equidistant Cylindrical",
            "code": "EPSG:32663",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "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: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:3821/?format=api",
            "name": "TWD67",
            "code": "EPSG:3821",
            "extent": {
                "south": 21.87,
                "west": 119.25,
                "north": 25.34,
                "east": 122.06
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3822/?format=api",
            "name": "TWD97",
            "code": "EPSG:3822",
            "extent": {
                "south": 17.36,
                "west": 114.32,
                "north": 26.96,
                "east": 123.61
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3823/?format=api",
            "name": "TWD97",
            "code": "EPSG:3823",
            "extent": {
                "south": 17.36,
                "west": 114.32,
                "north": 26.96,
                "east": 123.61
            }
        }
    ]
}