List applicable projections for a raster.

GET /api/v4/rasters/d04b3ed5-f2e6-4056-b558-bf7348ffc85b/projections/?format=api&page=23
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 271,
    "next": "https://demo.lizard.net/api/v4/rasters/d04b3ed5-f2e6-4056-b558-bf7348ffc85b/projections/?format=api&page=24",
    "previous": "https://demo.lizard.net/api/v4/rasters/d04b3ed5-f2e6-4056-b558-bf7348ffc85b/projections/?format=api&page=22",
    "results": [
        {
            "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:8058/?format=api",
            "name": "GDA2020 / NSW Lambert",
            "code": "EPSG:8058",
            "extent": {
                "south": -37.53,
                "west": 140.99,
                "north": -28.15,
                "east": 153.69
            }
        },
        {
            "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:8820/?format=api",
            "name": "EPSG example wellbore local cubic CRS - true north",
            "code": "EPSG:8820",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8821/?format=api",
            "name": "EPSG example wellbore local cubic CRS - grid north (ft)",
            "code": "EPSG:8821",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8857/?format=api",
            "name": "WGS 84 / Equal Earth Greenwich",
            "code": "EPSG:8857",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8858/?format=api",
            "name": "WGS 84 / Equal Earth Americas",
            "code": "EPSG:8858",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8859/?format=api",
            "name": "WGS 84 / Equal Earth Asia-Pacific",
            "code": "EPSG:8859",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}