List applicable projections for a raster.

GET /api/v4/rasters/f25c2ab6-14ea-49b5-bb50-a673c642cdcf/projections/?format=api&page=26
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 304,
    "next": "https://demo.lizard.net/api/v4/rasters/f25c2ab6-14ea-49b5-bb50-a673c642cdcf/projections/?format=api&page=27",
    "previous": "https://demo.lizard.net/api/v4/rasters/f25c2ab6-14ea-49b5-bb50-a673c642cdcf/projections/?format=api&page=25",
    "results": [
        {
            "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:8449/?format=api",
            "name": "NAD83(FBN)",
            "code": "EPSG:8449",
            "extent": {
                "south": -14.59,
                "west": -64.51,
                "north": 49.38,
                "east": 144.58
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8541/?format=api",
            "name": "NAD83(FBN)",
            "code": "EPSG:8541",
            "extent": {
                "south": -14.59,
                "west": -64.51,
                "north": 49.38,
                "east": 144.58
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8542/?format=api",
            "name": "NAD83(FBN)",
            "code": "EPSG:8542",
            "extent": {
                "south": -14.59,
                "west": -64.51,
                "north": 49.38,
                "east": 144.58
            }
        },
        {
            "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
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8860/?format=api",
            "name": "NAD83(FBN)",
            "code": "EPSG:8860",
            "extent": {
                "south": -14.59,
                "west": -64.51,
                "north": 49.38,
                "east": 144.58
            }
        }
    ]
}