List applicable projections for a raster.

GET /api/v4/rasters/5f8e7866-8aee-40a8-901a-b0c1a3205bf7/projections/?format=api&page=27
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 426,
    "next": "https://demo.lizard.net/api/v4/rasters/5f8e7866-8aee-40a8-901a-b0c1a3205bf7/projections/?format=api&page=28",
    "previous": "https://demo.lizard.net/api/v4/rasters/5f8e7866-8aee-40a8-901a-b0c1a3205bf7/projections/?format=api&page=26",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6319/?format=api",
            "name": "NAD83(2011)",
            "code": "EPSG:6319",
            "extent": {
                "south": 14.92,
                "west": -63.88,
                "north": 74.71,
                "east": 167.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63226405/?format=api",
            "name": "WGS 72 (deg)",
            "code": "EPSG:63226405",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63246405/?format=api",
            "name": "WGS 72BE (deg)",
            "code": "EPSG:63246405",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266405/?format=api",
            "name": "WGS 84 (deg)",
            "code": "EPSG:63266405",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266406/?format=api",
            "name": "WGS 84 (degH)",
            "code": "EPSG:63266406",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266407/?format=api",
            "name": "WGS 84 (Hdeg)",
            "code": "EPSG:63266407",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266408/?format=api",
            "name": "WGS 84 (DM)",
            "code": "EPSG:63266408",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266409/?format=api",
            "name": "WGS 84 (DMH)",
            "code": "EPSG:63266409",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266410/?format=api",
            "name": "WGS 84 (HDM)",
            "code": "EPSG:63266410",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266411/?format=api",
            "name": "WGS 84 (DMS)",
            "code": "EPSG:63266411",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}