List applicable projections for a raster.

GET /api/v4/rasters/20df58c1-9513-48b9-9e3c-b6257f2b8874/projections/?format=api&page=19
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 349,
    "next": "https://demo.lizard.net/api/v4/rasters/20df58c1-9513-48b9-9e3c-b6257f2b8874/projections/?format=api&page=20",
    "previous": "https://demo.lizard.net/api/v4/rasters/20df58c1-9513-48b9-9e3c-b6257f2b8874/projections/?format=api&page=18",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5874/?format=api",
            "name": "High Water height",
            "code": "EPSG:5874",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:61526405/?format=api",
            "name": "NAD83(HARN) (deg)",
            "code": "EPSG:61526405",
            "extent": {
                "south": -14.59,
                "west": -64.51,
                "north": 71.4,
                "east": 144.58
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:61526413/?format=api",
            "name": "NAD83(HARN) (3D deg)",
            "code": "EPSG:61526413",
            "extent": {
                "south": -14.59,
                "west": -64.51,
                "north": 71.4,
                "east": 144.58
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:62006405/?format=api",
            "name": "Pulkovo 1995 (deg)",
            "code": "EPSG:62006405",
            "extent": {
                "south": 39.87,
                "west": -168.97,
                "north": 85.2,
                "east": 18.92
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:62306405/?format=api",
            "name": "ED50 (deg)",
            "code": "EPSG:62306405",
            "extent": {
                "south": 25.71,
                "west": -16.1,
                "north": 84.17,
                "east": 48.61
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:62316405/?format=api",
            "name": "ED87 (deg)",
            "code": "EPSG:62316405",
            "extent": {
                "south": 34.88,
                "west": -10.56,
                "north": 84.17,
                "east": 39.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:62586405/?format=api",
            "name": "ETRS89 (deg)",
            "code": "EPSG:62586405",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:62586413/?format=api",
            "name": "ETRS89 (3D deg)",
            "code": "EPSG:62586413",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:62676405/?format=api",
            "name": "NAD27 (deg)",
            "code": "EPSG:62676405",
            "extent": {
                "south": 7.15,
                "west": -47.74,
                "north": 83.17,
                "east": 167.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:62696405/?format=api",
            "name": "NAD83 (deg)",
            "code": "EPSG:62696405",
            "extent": {
                "south": 14.92,
                "west": -47.74,
                "north": 86.46,
                "east": 167.65
            }
        }
    ]
}