List applicable projections for a raster.

GET /api/v4/rasters/1386cd88-cbdb-4a22-b109-09824dccd529/projections/?format=api&page=16
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 366,
    "next": "https://demo.lizard.net/api/v4/rasters/1386cd88-cbdb-4a22-b109-09824dccd529/projections/?format=api&page=17",
    "previous": "https://demo.lizard.net/api/v4/rasters/1386cd88-cbdb-4a22-b109-09824dccd529/projections/?format=api&page=15",
    "results": [
        {
            "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: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:5652/?format=api",
            "name": "ETRS89 / UTM zone 32N (N-zE)",
            "code": "EPSG:5652",
            "extent": {
                "south": 47.27,
                "west": 6.0,
                "north": 55.47,
                "east": 12.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5676/?format=api",
            "name": "DHDN / 3-degree Gauss-Kruger zone 2 (E-N)",
            "code": "EPSG:5676",
            "extent": {
                "south": 49.11,
                "west": 5.86,
                "north": 53.81,
                "east": 7.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5681/?format=api",
            "name": "DB_REF",
            "code": "EPSG:5681",
            "extent": {
                "south": 47.27,
                "west": 5.86,
                "north": 55.09,
                "east": 15.04
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5682/?format=api",
            "name": "DB_REF / 3-degree Gauss-Kruger zone 2 (E-N)",
            "code": "EPSG:5682",
            "extent": {
                "south": 49.11,
                "west": 5.86,
                "north": 53.81,
                "east": 7.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5703/?format=api",
            "name": "NAVD88 height",
            "code": "EPSG:5703",
            "extent": {
                "south": 14.51,
                "west": -66.91,
                "north": 71.4,
                "east": 172.42
            }
        }
    ]
}