List applicable projections for a raster.

GET /api/v4/rasters/e3a67479-945a-41c1-ac73-8c2d4cf219e4/projections/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 317,
    "next": "https://demo.lizard.net/api/v4/rasters/e3a67479-945a-41c1-ac73-8c2d4cf219e4/projections/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21420/?format=api",
            "name": "Beijing 1954 / Gauss-Kruger zone 20",
            "code": "EPSG:21420",
            "extent": {
                "south": 22.14,
                "west": 114.0,
                "north": 51.52,
                "east": 120.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21460/?format=api",
            "name": "Beijing 1954 / Gauss-Kruger CM 117E",
            "code": "EPSG:21460",
            "extent": {
                "south": 22.14,
                "west": 114.0,
                "north": 51.52,
                "east": 120.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21480/?format=api",
            "name": "Beijing 1954 / Gauss-Kruger 20N",
            "code": "EPSG:21480",
            "extent": {
                "south": 22.14,
                "west": 114.0,
                "north": 51.52,
                "east": 120.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2163/?format=api",
            "name": "US National Atlas Equal Area",
            "code": "EPSG:2163",
            "extent": {
                "south": 15.56,
                "west": -65.69,
                "north": 74.71,
                "east": 167.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2334/?format=api",
            "name": "Xian 1980 / Gauss-Kruger zone 20",
            "code": "EPSG:2334",
            "extent": {
                "south": 22.14,
                "west": 114.0,
                "north": 51.52,
                "east": 120.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2345/?format=api",
            "name": "Xian 1980 / Gauss-Kruger CM 117E",
            "code": "EPSG:2345",
            "extent": {
                "south": 22.14,
                "west": 114.0,
                "north": 51.52,
                "east": 120.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2364/?format=api",
            "name": "Xian 1980 / 3-degree Gauss-Kruger zone 40",
            "code": "EPSG:2364",
            "extent": {
                "south": 24.43,
                "west": 118.5,
                "north": 53.33,
                "east": 121.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2385/?format=api",
            "name": "Xian 1980 / 3-degree Gauss-Kruger CM 120E",
            "code": "EPSG:2385",
            "extent": {
                "south": 24.43,
                "west": 118.5,
                "north": 53.33,
                "east": 121.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2416/?format=api",
            "name": "Beijing 1954 / 3-degree Gauss-Kruger zone 40",
            "code": "EPSG:2416",
            "extent": {
                "south": 24.43,
                "west": 118.5,
                "north": 53.33,
                "east": 121.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2437/?format=api",
            "name": "Beijing 1954 / 3-degree Gauss-Kruger CM 120E",
            "code": "EPSG:2437",
            "extent": {
                "south": 24.43,
                "west": 118.5,
                "north": 53.33,
                "east": 121.5
            }
        }
    ]
}