List applicable projections for a raster.

GET /api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=670
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6888,
    "next": "https://demo.lizard.net/api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=671",
    "previous": "https://demo.lizard.net/api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=669",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8800/?format=api",
            "name": "NAD83 / Wyoming West (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8800",
            "extent": {
                "south": 40.99,
                "west": -111.06,
                "north": 44.67,
                "east": -109.04
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8801/?format=api",
            "name": "NAD83 / Alabama East + NAVD88 height",
            "code": "EPSG:8801",
            "extent": {
                "south": 30.99,
                "west": -86.79,
                "north": 35.0,
                "east": -84.89
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8802/?format=api",
            "name": "NAD83 / Alabama West + NAVD88 height",
            "code": "EPSG:8802",
            "extent": {
                "south": 30.14,
                "west": -88.48,
                "north": 35.02,
                "east": -86.3
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8803/?format=api",
            "name": "NAD83 / Alaska zone 1 + NAVD88 height",
            "code": "EPSG:8803",
            "extent": {
                "south": 54.61,
                "west": -141.0,
                "north": 60.35,
                "east": -129.99
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8804/?format=api",
            "name": "NAD83 / Alaska zone 2 + NAVD88 height",
            "code": "EPSG:8804",
            "extent": {
                "south": 59.72,
                "west": -144.01,
                "north": 70.16,
                "east": -140.98
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8805/?format=api",
            "name": "NAD83 / Alaska zone 3 + NAVD88 height",
            "code": "EPSG:8805",
            "extent": {
                "south": 59.72,
                "west": -148.0,
                "north": 70.38,
                "east": -144.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8806/?format=api",
            "name": "NAD83 / Alaska zone 4 + NAVD88 height",
            "code": "EPSG:8806",
            "extent": {
                "south": 59.11,
                "west": -152.01,
                "north": 70.63,
                "east": -147.99
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8807/?format=api",
            "name": "NAD83 / Alaska zone 5 + NAVD88 height",
            "code": "EPSG:8807",
            "extent": {
                "south": 55.72,
                "west": -156.0,
                "north": 71.28,
                "east": -151.86
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8808/?format=api",
            "name": "NAD83 / Alaska zone 6 + NAVD88 height",
            "code": "EPSG:8808",
            "extent": {
                "south": 54.89,
                "west": -160.0,
                "north": 71.4,
                "east": -155.99
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8809/?format=api",
            "name": "NAD83 / Alaska zone 7 + NAVD88 height",
            "code": "EPSG:8809",
            "extent": {
                "south": 54.32,
                "west": -164.01,
                "north": 70.74,
                "east": -160.0
            }
        }
    ]
}