List applicable projections for a raster.

GET /api/v4/rasters/2cf2d27c-914c-44f1-9885-97ded7f3e6eb/projections/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 285,
    "next": "https://demo.lizard.net/api/v4/rasters/2cf2d27c-914c-44f1-9885-97ded7f3e6eb/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:23240/?format=api",
            "name": "Fahud / UTM zone 40N",
            "code": "EPSG:23240",
            "extent": {
                "south": 16.89,
                "west": 54.0,
                "north": 26.42,
                "east": 59.91
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32240/?format=api",
            "name": "WGS 72 / UTM zone 40N",
            "code": "EPSG:32240",
            "extent": {
                "south": 0.0,
                "west": 54.0,
                "north": 84.0,
                "east": 60.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32440/?format=api",
            "name": "WGS 72BE / UTM zone 40N",
            "code": "EPSG:32440",
            "extent": {
                "south": 0.0,
                "west": 54.0,
                "north": 84.0,
                "east": 60.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:32640/?format=api",
            "name": "WGS 84 / UTM zone 40N",
            "code": "EPSG:32640",
            "extent": {
                "south": 0.0,
                "west": 54.0,
                "north": 84.0,
                "east": 60.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32662/?format=api",
            "name": "WGS 84 / Plate Carree",
            "code": "EPSG:32662",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32663/?format=api",
            "name": "WGS 84 / World Equidistant Cylindrical",
            "code": "EPSG:32663",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3349/?format=api",
            "name": "WGS 84 / PDC Mercator",
            "code": "EPSG:3349",
            "extent": {
                "south": -60.0,
                "west": -68.0,
                "north": 66.67,
                "east": 98.69
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3395/?format=api",
            "name": "WGS 84 / World Mercator",
            "code": "EPSG:3395",
            "extent": {
                "south": -80.0,
                "west": -180.0,
                "north": 84.0,
                "east": 180.0
            }
        }
    ]
}