List applicable projections for a raster.

GET /api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=654
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6888,
    "next": "https://demo.lizard.net/api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=655",
    "previous": "https://demo.lizard.net/api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=653",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8397/?format=api",
            "name": "ETRF2005",
            "code": "EPSG:8397",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8399/?format=api",
            "name": "ETRF2005",
            "code": "EPSG:8399",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8401/?format=api",
            "name": "ETRF2014",
            "code": "EPSG:8401",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8403/?format=api",
            "name": "ETRF2014",
            "code": "EPSG:8403",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8425/?format=api",
            "name": "Hong Kong Geodetic CS",
            "code": "EPSG:8425",
            "extent": {
                "south": 22.13,
                "west": 113.76,
                "north": 22.58,
                "east": 114.51
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8426/?format=api",
            "name": "Hong Kong Geodetic CS",
            "code": "EPSG:8426",
            "extent": {
                "south": 22.13,
                "west": 113.76,
                "north": 22.58,
                "east": 114.51
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8427/?format=api",
            "name": "Hong Kong Geodetic CS",
            "code": "EPSG:8427",
            "extent": {
                "south": 22.13,
                "west": 113.76,
                "north": 22.58,
                "east": 114.51
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8428/?format=api",
            "name": "Macao 1920",
            "code": "EPSG:8428",
            "extent": {
                "south": 22.06,
                "west": 113.52,
                "north": 22.23,
                "east": 113.68
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8429/?format=api",
            "name": "Macao 2008",
            "code": "EPSG:8429",
            "extent": {
                "south": 22.06,
                "west": 113.52,
                "north": 22.23,
                "east": 113.68
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8430/?format=api",
            "name": "Macao 2008",
            "code": "EPSG:8430",
            "extent": {
                "south": 22.06,
                "west": 113.52,
                "north": 22.23,
                "east": 113.68
            }
        }
    ]
}