List applicable projections for a raster.

GET /api/v4/rasters/e6b470e7-3ef9-4e61-8c62-1410794976b3/projections/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 349,
    "next": "https://demo.lizard.net/api/v4/rasters/e6b470e7-3ef9-4e61-8c62-1410794976b3/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:23031/?format=api",
            "name": "ED50 / UTM zone 31N",
            "code": "EPSG:23031",
            "extent": {
                "south": 38.56,
                "west": 0.0,
                "north": 82.41,
                "east": 6.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:23095/?format=api",
            "name": "ED50 / TM 5 NE",
            "code": "EPSG:23095",
            "extent": {
                "south": 51.45,
                "west": 2.53,
                "north": 55.77,
                "east": 6.41
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:25831/?format=api",
            "name": "ETRS89 / UTM zone 31N",
            "code": "EPSG:25831",
            "extent": {
                "south": 37.0,
                "west": 0.0,
                "north": 82.41,
                "east": 6.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:26740/?format=api",
            "name": "NAD27 / Alaska zone 10",
            "code": "EPSG:26740",
            "extent": {
                "south": 51.3,
                "west": -164.84,
                "north": 54.34,
                "east": 172.42
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:26940/?format=api",
            "name": "NAD83 / Alaska zone 10",
            "code": "EPSG:26940",
            "extent": {
                "south": 51.3,
                "west": -164.84,
                "north": 54.34,
                "east": 172.42
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:28991/?format=api",
            "name": "Amersfoort / RD Old",
            "code": "EPSG:28991",
            "extent": {
                "south": 50.75,
                "west": 3.2,
                "north": 53.7,
                "east": 7.22
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:28992/?format=api",
            "name": "Amersfoort / RD New",
            "code": "EPSG:28992",
            "extent": {
                "south": 50.75,
                "west": 3.2,
                "north": 53.7,
                "east": 7.22
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2964/?format=api",
            "name": "NAD27 / Alaska Albers",
            "code": "EPSG:2964",
            "extent": {
                "south": 51.3,
                "west": -129.99,
                "north": 71.4,
                "east": 172.42
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3034/?format=api",
            "name": "ETRS89-extended / LCC Europe",
            "code": "EPSG:3034",
            "extent": {
                "south": 24.6,
                "west": -35.58,
                "north": 84.17,
                "east": 44.83
            }
        }
    ]
}