List applicable projections for a raster.

GET /api/v4/rasters/c6e1d5c7-e7ca-4122-95b8-bb7637d76013/projections/?format=api&page=18
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=19",
    "previous": "https://demo.lizard.net/api/v4/rasters/c6e1d5c7-e7ca-4122-95b8-bb7637d76013/projections/?format=api&page=17",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266414/?format=api",
            "name": "WGS 84 (3D degH)",
            "code": "EPSG:63266414",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266415/?format=api",
            "name": "WGS 84 (3D Hdeg)",
            "code": "EPSG:63266415",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266416/?format=api",
            "name": "WGS 84 (3D DM)",
            "code": "EPSG:63266416",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266417/?format=api",
            "name": "WGS 84 (3D DMH)",
            "code": "EPSG:63266417",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266418/?format=api",
            "name": "WGS 84 (3D HDM)",
            "code": "EPSG:63266418",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266419/?format=api",
            "name": "WGS 84 (3D DMS)",
            "code": "EPSG:63266419",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266420/?format=api",
            "name": "WGS 84 (3D HDMS)",
            "code": "EPSG:63266420",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6871/?format=api",
            "name": "WGS 84 / Pseudo-Mercator +  EGM2008 geoid height",
            "code": "EPSG:6871",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6893/?format=api",
            "name": "WGS 84 / World Mercator +  EGM2008 height",
            "code": "EPSG:6893",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6932/?format=api",
            "name": "WGS 84 / NSIDC EASE-Grid 2.0 South",
            "code": "EPSG:6932",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 0.0,
                "east": 180.0
            }
        }
    ]
}