List applicable projections for a raster.

GET /api/v4/rasters/4f5bf3ad-7fab-435e-8765-7c80e3f4e797/projections/?format=api&page=28
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 426,
    "next": "https://demo.lizard.net/api/v4/rasters/4f5bf3ad-7fab-435e-8765-7c80e3f4e797/projections/?format=api&page=29",
    "previous": "https://demo.lizard.net/api/v4/rasters/4f5bf3ad-7fab-435e-8765-7c80e3f4e797/projections/?format=api&page=27",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266412/?format=api",
            "name": "WGS 84 (HDMS)",
            "code": "EPSG:63266412",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266413/?format=api",
            "name": "WGS 84 (3D deg)",
            "code": "EPSG:63266413",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "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:6357/?format=api",
            "name": "NAVD88 depth",
            "code": "EPSG:6357",
            "extent": {
                "south": 14.51,
                "west": -66.91,
                "north": 71.4,
                "east": 172.42
            }
        }
    ]
}