List applicable projections for a raster.

GET /api/v4/rasters/99890703-fbd6-4420-83e5-b1f46954301f/projections/?format=api&page=23
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 426,
    "next": "https://demo.lizard.net/api/v4/rasters/99890703-fbd6-4420-83e5-b1f46954301f/projections/?format=api&page=24",
    "previous": "https://demo.lizard.net/api/v4/rasters/99890703-fbd6-4420-83e5-b1f46954301f/projections/?format=api&page=22",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5828/?format=api",
            "name": "DB_REF",
            "code": "EPSG:5828",
            "extent": {
                "south": 47.27,
                "west": 5.86,
                "north": 55.09,
                "east": 15.04
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5829/?format=api",
            "name": "Instantaneous Water Level height",
            "code": "EPSG:5829",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5830/?format=api",
            "name": "DB_REF",
            "code": "EPSG:5830",
            "extent": {
                "south": 47.27,
                "west": 5.86,
                "north": 55.09,
                "east": 15.04
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5831/?format=api",
            "name": "Instantaneous Water Level depth",
            "code": "EPSG:5831",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5832/?format=api",
            "name": "DB_REF / 3-degree Gauss-Kruger zone 2 (E-N) + DHHN92 height",
            "code": "EPSG:5832",
            "extent": {
                "south": 49.11,
                "west": 5.86,
                "north": 53.81,
                "east": 7.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5833/?format=api",
            "name": "DB_REF / 3-degree Gauss-Kruger zone 3 (E-N) + DHHN92 height",
            "code": "EPSG:5833",
            "extent": {
                "south": 47.27,
                "west": 7.5,
                "north": 55.09,
                "east": 10.51
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5861/?format=api",
            "name": "LAT depth",
            "code": "EPSG:5861",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5862/?format=api",
            "name": "LLWLT depth",
            "code": "EPSG:5862",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5863/?format=api",
            "name": "ISLW depth",
            "code": "EPSG:5863",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5864/?format=api",
            "name": "MLLWS depth",
            "code": "EPSG:5864",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}