List applicable projections for a raster.

GET /api/v4/rasters/cba7325a-9434-48f7-bfa0-a9a64664902b/projections/?format=api&page=27
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 366,
    "next": "https://demo.lizard.net/api/v4/rasters/cba7325a-9434-48f7-bfa0-a9a64664902b/projections/?format=api&page=28",
    "previous": "https://demo.lizard.net/api/v4/rasters/cba7325a-9434-48f7-bfa0-a9a64664902b/projections/?format=api&page=26",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7683/?format=api",
            "name": "GSK-2011",
            "code": "EPSG:7683",
            "extent": {
                "south": 39.87,
                "west": -168.97,
                "north": 85.2,
                "east": 18.92
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7699/?format=api",
            "name": "DHHN12 height",
            "code": "EPSG:7699",
            "extent": {
                "south": 47.27,
                "west": 5.86,
                "north": 55.09,
                "east": 15.04
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7706/?format=api",
            "name": "EPSG moving platform example",
            "code": "EPSG:7706",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7789/?format=api",
            "name": "ITRF2014",
            "code": "EPSG:7789",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7815/?format=api",
            "name": "WGS 84 (Transit)",
            "code": "EPSG:7815",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7816/?format=api",
            "name": "WGS 84 (Transit)",
            "code": "EPSG:7816",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7837/?format=api",
            "name": "DHHN2016 height",
            "code": "EPSG:7837",
            "extent": {
                "south": 47.27,
                "west": 5.86,
                "north": 55.09,
                "east": 15.04
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7900/?format=api",
            "name": "ITRF88",
            "code": "EPSG:7900",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7901/?format=api",
            "name": "ITRF89",
            "code": "EPSG:7901",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7902/?format=api",
            "name": "ITRF90",
            "code": "EPSG:7902",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}