List applicable projections for a raster.

GET /api/v4/rasters/f2e6fbe0-4a1f-4bcb-b75a-d057f3c88631/projections/?format=api&page=15
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 349,
    "next": "https://demo.lizard.net/api/v4/rasters/f2e6fbe0-4a1f-4bcb-b75a-d057f3c88631/projections/?format=api&page=16",
    "previous": "https://demo.lizard.net/api/v4/rasters/f2e6fbe0-4a1f-4bcb-b75a-d057f3c88631/projections/?format=api&page=14",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4984/?format=api",
            "name": "WGS 72",
            "code": "EPSG:4984",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4985/?format=api",
            "name": "WGS 72",
            "code": "EPSG:4985",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4986/?format=api",
            "name": "WGS 72BE",
            "code": "EPSG:4986",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "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: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: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
            }
        }
    ]
}