List applicable projections for a raster.

GET /api/v4/rasters/68e44d66-04d2-480b-a772-997ae0365137/projections/?format=api&page=16
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 349,
    "next": "https://demo.lizard.net/api/v4/rasters/68e44d66-04d2-480b-a772-997ae0365137/projections/?format=api&page=17",
    "previous": "https://demo.lizard.net/api/v4/rasters/68e44d66-04d2-480b-a772-997ae0365137/projections/?format=api&page=15",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5703/?format=api",
            "name": "NAVD88 height",
            "code": "EPSG:5703",
            "extent": {
                "south": 14.51,
                "west": -66.91,
                "north": 71.4,
                "east": 172.42
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5705/?format=api",
            "name": "Baltic 1977 height",
            "code": "EPSG:5705",
            "extent": {
                "south": 35.14,
                "west": -168.97,
                "north": 81.91,
                "east": 19.57
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5709/?format=api",
            "name": "NAP height",
            "code": "EPSG:5709",
            "extent": {
                "south": 50.75,
                "west": 3.2,
                "north": 53.7,
                "east": 7.22
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5714/?format=api",
            "name": "MSL height",
            "code": "EPSG:5714",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5715/?format=api",
            "name": "MSL depth",
            "code": "EPSG:5715",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5730/?format=api",
            "name": "EVRF2000 height",
            "code": "EPSG:5730",
            "extent": {
                "south": 35.95,
                "west": -9.56,
                "north": 71.21,
                "east": 31.59
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5773/?format=api",
            "name": "EGM96 height",
            "code": "EPSG:5773",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5798/?format=api",
            "name": "EGM84 height",
            "code": "EPSG:5798",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5804/?format=api",
            "name": "EPSG seismic bin grid example A",
            "code": "EPSG:5804",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5805/?format=api",
            "name": "EPSG seismic bin grid example B",
            "code": "EPSG:5805",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}