List applicable projections for a raster.

GET /api/v4/rasters/6de18ab2-4658-4aee-a691-059af10cfd7a/projections/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 327,
    "next": "https://demo.lizard.net/api/v4/rasters/6de18ab2-4658-4aee-a691-059af10cfd7a/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:23946/?format=api",
            "name": "Indian 1954 / UTM zone 46N",
            "code": "EPSG:23946",
            "extent": {
                "south": 15.66,
                "west": 92.2,
                "north": 27.14,
                "east": 96.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:24305/?format=api",
            "name": "Kalianpur 1937 / UTM zone 45N",
            "code": "EPSG:24305",
            "extent": {
                "south": 21.59,
                "west": 88.01,
                "north": 26.64,
                "east": 90.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:24306/?format=api",
            "name": "Kalianpur 1937 / UTM zone 46N",
            "code": "EPSG:24306",
            "extent": {
                "south": 20.52,
                "west": 90.0,
                "north": 25.29,
                "east": 92.67
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:24345/?format=api",
            "name": "Kalianpur 1975 / UTM zone 45N",
            "code": "EPSG:24345",
            "extent": {
                "south": 18.18,
                "west": 84.0,
                "north": 28.14,
                "east": 90.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:24346/?format=api",
            "name": "Kalianpur 1975 / UTM zone 46N",
            "code": "EPSG:24346",
            "extent": {
                "south": 21.94,
                "west": 90.0,
                "north": 29.42,
                "east": 96.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:24375/?format=api",
            "name": "Kalianpur 1937 / India zone IIb",
            "code": "EPSG:24375",
            "extent": {
                "south": 20.52,
                "west": 88.01,
                "north": 26.64,
                "east": 92.67
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:24380/?format=api",
            "name": "Kalianpur 1975 / India zone IIb",
            "code": "EPSG:24380",
            "extent": {
                "south": 21.0,
                "west": 82.0,
                "north": 29.47,
                "east": 97.42
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:24382/?format=api",
            "name": "Kalianpur 1880 / India zone IIb",
            "code": "EPSG:24382",
            "extent": {
                "south": 21.0,
                "west": 82.0,
                "north": 29.47,
                "east": 101.17
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3106/?format=api",
            "name": "Gulshan 303 / Bangladesh Transverse Mercator",
            "code": "EPSG:3106",
            "extent": {
                "south": 18.56,
                "west": 88.01,
                "north": 26.64,
                "east": 92.67
            }
        }
    ]
}