List applicable projections for a raster.

GET /api/v4/rasters/4f5bf3ad-7fab-435e-8765-7c80e3f4e797/projections/?format=api&page=36
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=37",
    "previous": "https://demo.lizard.net/api/v4/rasters/4f5bf3ad-7fab-435e-8765-7c80e3f4e797/projections/?format=api&page=35",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7925/?format=api",
            "name": "ETRF94",
            "code": "EPSG:7925",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7926/?format=api",
            "name": "ETRF96",
            "code": "EPSG:7926",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7927/?format=api",
            "name": "ETRF96",
            "code": "EPSG:7927",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7928/?format=api",
            "name": "ETRF97",
            "code": "EPSG:7928",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7929/?format=api",
            "name": "ETRF97",
            "code": "EPSG:7929",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7930/?format=api",
            "name": "ETRF2000",
            "code": "EPSG:7930",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7931/?format=api",
            "name": "ETRF2000",
            "code": "EPSG:7931",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8050/?format=api",
            "name": "MSL height (ft)",
            "code": "EPSG:8050",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8051/?format=api",
            "name": "MSL depth (ft)",
            "code": "EPSG:8051",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8052/?format=api",
            "name": "MSL height (ftUS)",
            "code": "EPSG:8052",
            "extent": {
                "south": 15.56,
                "west": -65.69,
                "north": 74.71,
                "east": 167.65
            }
        }
    ]
}