List applicable projections for a raster.

GET /api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=661
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=662",
    "previous": "https://demo.lizard.net/api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=660",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8710/?format=api",
            "name": "NAD83 / Oregon South (ft) + NAVD88 height (ft)",
            "code": "EPSG:8710",
            "extent": {
                "south": 41.98,
                "west": -124.6,
                "north": 44.56,
                "east": -116.9
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8711/?format=api",
            "name": "NAD83 / South Carolina (ft) + NAVD88 height (ft)",
            "code": "EPSG:8711",
            "extent": {
                "south": 32.05,
                "west": -83.36,
                "north": 35.21,
                "east": -78.52
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8712/?format=api",
            "name": "NAD83 / Arkansas North (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8712",
            "extent": {
                "south": 34.67,
                "west": -94.62,
                "north": 36.5,
                "east": -89.64
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8713/?format=api",
            "name": "NAD83 / Arkansas South (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8713",
            "extent": {
                "south": 33.01,
                "west": -94.48,
                "north": 35.1,
                "east": -90.4
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8714/?format=api",
            "name": "NAD83 / California zone 1 (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8714",
            "extent": {
                "south": 39.59,
                "west": -124.45,
                "north": 42.01,
                "east": -119.99
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8715/?format=api",
            "name": "NAD83 / California zone 2 (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8715",
            "extent": {
                "south": 38.02,
                "west": -124.06,
                "north": 40.16,
                "east": -119.54
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8716/?format=api",
            "name": "NAD83 / California zone 3 (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8716",
            "extent": {
                "south": 36.73,
                "west": -123.02,
                "north": 38.71,
                "east": -117.83
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8717/?format=api",
            "name": "NAD83 / California zone 4 (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8717",
            "extent": {
                "south": 35.78,
                "west": -122.01,
                "north": 37.58,
                "east": -115.62
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8718/?format=api",
            "name": "NAD83 / California zone 5 (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8718",
            "extent": {
                "south": 32.76,
                "west": -121.42,
                "north": 35.81,
                "east": -114.12
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8719/?format=api",
            "name": "NAD83 / California zone 6 (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8719",
            "extent": {
                "south": 32.53,
                "west": -118.15,
                "north": 34.08,
                "east": -114.42
            }
        }
    ]
}