List applicable projections for a raster.

GET /api/v4/rasters/20df58c1-9513-48b9-9e3c-b6257f2b8874/projections/?format=api&page=29
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=30",
    "previous": "https://demo.lizard.net/api/v4/rasters/20df58c1-9513-48b9-9e3c-b6257f2b8874/projections/?format=api&page=28",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7931/?format=api",
            "name": "ETRF2000",
            "code": "EPSG:7931",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8050/?format=api",
            "name": "MSL height (ft)",
            "code": "EPSG:8050",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8051/?format=api",
            "name": "MSL depth (ft)",
            "code": "EPSG:8051",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8052/?format=api",
            "name": "MSL height (ftUS)",
            "code": "EPSG:8052",
            "extent": {
                "south": 15.56,
                "west": -65.69,
                "north": 74.71,
                "east": 167.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8053/?format=api",
            "name": "MSL depth (ftUS)",
            "code": "EPSG:8053",
            "extent": {
                "south": 15.56,
                "west": -65.69,
                "north": 74.71,
                "east": 167.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8227/?format=api",
            "name": "IGS14",
            "code": "EPSG:8227",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8377/?format=api",
            "name": "EPSG example wellbore local horizontal CRS - true north",
            "code": "EPSG:8377",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8378/?format=api",
            "name": "EPSG example wellbore local vertical CRS",
            "code": "EPSG:8378",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8397/?format=api",
            "name": "ETRF2005",
            "code": "EPSG:8397",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8399/?format=api",
            "name": "ETRF2005",
            "code": "EPSG:8399",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        }
    ]
}