List applicable projections for a raster.

GET /api/v4/rasters/5b6ced8e-0cec-403b-b96b-47a4155e0537/projections/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 304,
    "next": "https://demo.lizard.net/api/v4/rasters/5b6ced8e-0cec-403b-b96b-47a4155e0537/projections/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "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: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
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3124/?format=api",
            "name": "PRS92 / Philippines zone 4",
            "code": "EPSG:3124",
            "extent": {
                "south": 3.44,
                "west": 121.74,
                "north": 22.18,
                "east": 124.29
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32251/?format=api",
            "name": "WGS 72 / UTM zone 51N",
            "code": "EPSG:32251",
            "extent": {
                "south": 0.0,
                "west": 120.0,
                "north": 84.0,
                "east": 126.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32451/?format=api",
            "name": "WGS 72BE / UTM zone 51N",
            "code": "EPSG:32451",
            "extent": {
                "south": 0.0,
                "west": 120.0,
                "north": 84.0,
                "east": 126.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32600/?format=api",
            "name": "WGS 84 / UTM grid system (northern hemisphere)",
            "code": "EPSG:32600",
            "extent": {
                "south": 0.0,
                "west": -180.0,
                "north": 84.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32651/?format=api",
            "name": "WGS 84 / UTM zone 51N",
            "code": "EPSG:32651",
            "extent": {
                "south": 0.0,
                "west": 120.0,
                "north": 84.0,
                "east": 126.0
            }
        }
    ]
}