List applicable projections for a raster.

GET /api/v4/rasters/faf3fd49-7db5-486e-be8d-4638cda53006/projections/?format=api&page=19
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 421,
    "next": "https://demo.lizard.net/api/v4/rasters/faf3fd49-7db5-486e-be8d-4638cda53006/projections/?format=api&page=20",
    "previous": "https://demo.lizard.net/api/v4/rasters/faf3fd49-7db5-486e-be8d-4638cda53006/projections/?format=api&page=18",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4987/?format=api",
            "name": "WGS 72BE",
            "code": "EPSG:4987",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5243/?format=api",
            "name": "ETRS89 / LCC Germany (E-N)",
            "code": "EPSG:5243",
            "extent": {
                "south": 47.27,
                "west": 5.86,
                "north": 55.09,
                "east": 15.04
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5332/?format=api",
            "name": "ITRF2008",
            "code": "EPSG:5332",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5554/?format=api",
            "name": "ETRS89 / UTM zone 31N + DHHN92 height",
            "code": "EPSG:5554",
            "extent": {
                "south": 50.97,
                "west": 5.87,
                "north": 51.83,
                "east": 6.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5555/?format=api",
            "name": "ETRS89 / UTM zone 32N + DHHN92 height",
            "code": "EPSG:5555",
            "extent": {
                "south": 47.27,
                "west": 6.0,
                "north": 55.09,
                "east": 12.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5612/?format=api",
            "name": "Baltic 1977 depth",
            "code": "EPSG:5612",
            "extent": {
                "south": 35.14,
                "west": -168.97,
                "north": 81.91,
                "east": 19.57
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5621/?format=api",
            "name": "EVRF2007 height",
            "code": "EPSG:5621",
            "extent": {
                "south": 35.95,
                "west": -9.56,
                "north": 71.21,
                "east": 31.59
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5643/?format=api",
            "name": "ED50 / SPBA LCC",
            "code": "EPSG:5643",
            "extent": {
                "south": 50.5,
                "west": -1.67,
                "north": 56.0,
                "east": 22.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5649/?format=api",
            "name": "ETRS89 / UTM zone 31N (zE-N)",
            "code": "EPSG:5649",
            "extent": {
                "south": 50.97,
                "west": 3.34,
                "north": 55.92,
                "east": 6.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5651/?format=api",
            "name": "ETRS89 / UTM zone 31N (N-zE)",
            "code": "EPSG:5651",
            "extent": {
                "south": 50.97,
                "west": 3.34,
                "north": 55.92,
                "east": 6.0
            }
        }
    ]
}