List applicable projections for a raster.

GET /api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=658
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=659",
    "previous": "https://demo.lizard.net/api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=657",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8544/?format=api",
            "name": "NAD83(HARN Corrected)",
            "code": "EPSG:8544",
            "extent": {
                "south": 17.62,
                "west": -67.97,
                "north": 18.57,
                "east": -64.51
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8545/?format=api",
            "name": "NAD83(HARN Corrected)",
            "code": "EPSG:8545",
            "extent": {
                "south": 17.62,
                "west": -67.97,
                "north": 18.57,
                "east": -64.51
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8675/?format=api",
            "name": "N43 height",
            "code": "EPSG:8675",
            "extent": {
                "south": 59.75,
                "west": 20.95,
                "north": 66.73,
                "east": 31.59
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8677/?format=api",
            "name": "MGI 1901 / Balkans zone 5",
            "code": "EPSG:8677",
            "extent": {
                "south": 42.95,
                "west": 13.38,
                "north": 46.88,
                "east": 16.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8678/?format=api",
            "name": "MGI 1901 / Balkans zone 6",
            "code": "EPSG:8678",
            "extent": {
                "south": 41.79,
                "west": 16.5,
                "north": 46.55,
                "east": 19.51
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8679/?format=api",
            "name": "MGI 1901 / Balkans zone 8",
            "code": "EPSG:8679",
            "extent": {
                "south": 41.11,
                "west": 22.5,
                "north": 44.7,
                "east": 23.04
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8682/?format=api",
            "name": "SRB_ETRS89 / UTM zone 34N",
            "code": "EPSG:8682",
            "extent": {
                "south": 42.23,
                "west": 18.81,
                "north": 46.19,
                "east": 23.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8683/?format=api",
            "name": "SRB_ETRS89",
            "code": "EPSG:8683",
            "extent": {
                "south": 42.23,
                "west": 18.81,
                "north": 46.19,
                "east": 23.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8684/?format=api",
            "name": "SRB_ETRS89",
            "code": "EPSG:8684",
            "extent": {
                "south": 42.23,
                "west": 18.81,
                "north": 46.19,
                "east": 23.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8685/?format=api",
            "name": "SRB_ETRS89",
            "code": "EPSG:8685",
            "extent": {
                "south": 42.23,
                "west": 18.81,
                "north": 46.19,
                "east": 23.01
            }
        }
    ]
}