List applicable projections for a raster.

GET /api/v4/rasters/79585579-bb69-4969-b89c-8c65c7d533a3/projections/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 325,
    "next": "https://demo.lizard.net/api/v4/rasters/79585579-bb69-4969-b89c-8c65c7d533a3/projections/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21893/?format=api",
            "name": "Bogota 1975 / Colombia East Central zone",
            "code": "EPSG:21893",
            "extent": {
                "south": -4.23,
                "west": -72.59,
                "north": 12.52,
                "east": -69.58
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21898/?format=api",
            "name": "Bogota 1975 / Colombia East Central zone",
            "code": "EPSG:21898",
            "extent": {
                "south": -4.23,
                "west": -72.59,
                "north": 12.52,
                "east": -69.58
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2202/?format=api",
            "name": "REGVEN / UTM zone 19N",
            "code": "EPSG:2202",
            "extent": {
                "south": 0.73,
                "west": -72.0,
                "north": 15.64,
                "east": -66.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:24819/?format=api",
            "name": "PSAD56 / UTM zone 19N",
            "code": "EPSG:24819",
            "extent": {
                "south": 0.73,
                "west": -72.0,
                "north": 12.68,
                "east": -66.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:29169/?format=api",
            "name": "SAD69 / UTM zone 19N",
            "code": "EPSG:29169",
            "extent": {
                "south": 0.0,
                "west": -72.0,
                "north": 12.52,
                "east": -66.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3117/?format=api",
            "name": "MAGNA-SIRGAS / Colombia East Central zone",
            "code": "EPSG:3117",
            "extent": {
                "south": -4.23,
                "west": -72.59,
                "north": 12.52,
                "east": -69.58
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:31973/?format=api",
            "name": "SIRGAS 2000 / UTM zone 19N",
            "code": "EPSG:31973",
            "extent": {
                "south": 0.0,
                "west": -72.0,
                "north": 15.64,
                "east": -66.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:31988/?format=api",
            "name": "SIRGAS 1995 / UTM zone 19N",
            "code": "EPSG:31988",
            "extent": {
                "south": 0.0,
                "west": -72.0,
                "north": 15.64,
                "east": -66.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32219/?format=api",
            "name": "WGS 72 / UTM zone 19N",
            "code": "EPSG:32219",
            "extent": {
                "south": 0.0,
                "west": -72.0,
                "north": 84.0,
                "east": -66.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32419/?format=api",
            "name": "WGS 72BE / UTM zone 19N",
            "code": "EPSG:32419",
            "extent": {
                "south": 0.0,
                "west": -72.0,
                "north": 84.0,
                "east": -66.0
            }
        }
    ]
}