List applicable projections for a raster.

GET /api/v4/rasters/68d1840a-1b64-41e8-8af2-6e604e255977/projections/?format=api&page=24
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 420,
    "next": "https://demo.lizard.net/api/v4/rasters/68d1840a-1b64-41e8-8af2-6e604e255977/projections/?format=api&page=25",
    "previous": "https://demo.lizard.net/api/v4/rasters/68d1840a-1b64-41e8-8af2-6e604e255977/projections/?format=api&page=23",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5871/?format=api",
            "name": "HHWLT height",
            "code": "EPSG:5871",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5872/?format=api",
            "name": "HAT height",
            "code": "EPSG:5872",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5873/?format=api",
            "name": "Low Water depth",
            "code": "EPSG:5873",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "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:61716405/?format=api",
            "name": "RGF93 (deg)",
            "code": "EPSG:61716405",
            "extent": {
                "south": 41.15,
                "west": -9.86,
                "north": 51.56,
                "east": 10.38
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:61716413/?format=api",
            "name": "RGF93 (3D deg)",
            "code": "EPSG:61716413",
            "extent": {
                "south": 41.15,
                "west": -9.86,
                "north": 51.56,
                "east": 10.38
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6190/?format=api",
            "name": "Belge 1972 / Belgian Lambert 72 + Ostend height",
            "code": "EPSG:6190",
            "extent": {
                "south": 49.5,
                "west": 2.5,
                "north": 51.51,
                "east": 6.4
            }
        },
        {
            "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
            }
        }
    ]
}