List applicable projections for a raster.

GET /api/v4/rasters/4f5bf3ad-7fab-435e-8765-7c80e3f4e797/projections/?format=api&page=33
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=34",
    "previous": "https://demo.lizard.net/api/v4/rasters/4f5bf3ad-7fab-435e-8765-7c80e3f4e797/projections/?format=api&page=32",
    "results": [
        {
            "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
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7903/?format=api",
            "name": "ITRF91",
            "code": "EPSG:7903",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}