List applicable projections for a raster.

GET /api/v4/rasters/fece52d0-8677-4e04-b283-e11daa7b8c01/projections/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 382,
    "next": "https://demo.lizard.net/api/v4/rasters/fece52d0-8677-4e04-b283-e11daa7b8c01/projections/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21500/?format=api",
            "name": "Belge 1950 (Brussels) / Belge Lambert 50",
            "code": "EPSG:21500",
            "extent": {
                "south": 49.5,
                "west": 2.5,
                "north": 51.51,
                "east": 6.4
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2154/?format=api",
            "name": "RGF93 / Lambert-93",
            "code": "EPSG:2154",
            "extent": {
                "south": 41.15,
                "west": -9.86,
                "north": 51.56,
                "east": 10.38
            }
        },
        {
            "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:2192/?format=api",
            "name": "ED50 / France EuroLambert",
            "code": "EPSG:2192",
            "extent": {
                "south": 42.33,
                "west": -4.87,
                "north": 51.14,
                "east": 8.23
            }
        },
        {
            "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: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:27561/?format=api",
            "name": "NTF (Paris) / Lambert Nord France",
            "code": "EPSG:27561",
            "extent": {
                "south": 48.14,
                "west": -4.87,
                "north": 51.14,
                "east": 8.23
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:27571/?format=api",
            "name": "NTF (Paris) / Lambert zone I",
            "code": "EPSG:27571",
            "extent": {
                "south": 48.14,
                "west": -4.87,
                "north": 51.14,
                "east": 8.23
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:27572/?format=api",
            "name": "NTF (Paris) / Lambert zone II",
            "code": "EPSG:27572",
            "extent": {
                "south": 42.33,
                "west": -4.87,
                "north": 51.14,
                "east": 8.23
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:27581/?format=api",
            "name": "NTF (Paris) / France I",
            "code": "EPSG:27581",
            "extent": {
                "south": 48.14,
                "west": -4.87,
                "north": 51.14,
                "east": 8.23
            }
        }
    ]
}