List applicable projections for a raster.

GET /api/v4/rasters/1d35e5c4-f586-482b-aaaa-7abb3dbac0e9/projections/?format=api&page=37
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 421,
    "next": "https://demo.lizard.net/api/v4/rasters/1d35e5c4-f586-482b-aaaa-7abb3dbac0e9/projections/?format=api&page=38",
    "previous": "https://demo.lizard.net/api/v4/rasters/1d35e5c4-f586-482b-aaaa-7abb3dbac0e9/projections/?format=api&page=36",
    "results": [
        {
            "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
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8401/?format=api",
            "name": "ETRF2014",
            "code": "EPSG:8401",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8403/?format=api",
            "name": "ETRF2014",
            "code": "EPSG:8403",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8812/?format=api",
            "name": "NAD83 / Alaska zone 10 + NAVD88 height",
            "code": "EPSG:8812",
            "extent": {
                "south": 51.3,
                "west": -164.84,
                "north": 54.34,
                "east": 172.42
            }
        },
        {
            "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
            }
        }
    ]
}