List applicable projections for a raster.

GET /api/v4/rasters/db7df5c5-0872-4eba-b82b-e5f3cb818c58/projections/?format=api&page=651
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6785,
    "next": "https://demo.lizard.net/api/v4/rasters/db7df5c5-0872-4eba-b82b-e5f3cb818c58/projections/?format=api&page=652",
    "previous": "https://demo.lizard.net/api/v4/rasters/db7df5c5-0872-4eba-b82b-e5f3cb818c58/projections/?format=api&page=650",
    "results": [
        {
            "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
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8720/?format=api",
            "name": "NAD83 / Colorado North (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8720",
            "extent": {
                "south": 39.56,
                "west": -109.06,
                "north": 41.01,
                "east": -102.04
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8721/?format=api",
            "name": "NAD83 / Colorado Central (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8721",
            "extent": {
                "south": 38.14,
                "west": -109.06,
                "north": 40.09,
                "east": -102.04
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8722/?format=api",
            "name": "NAD83 / Colorado South (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8722",
            "extent": {
                "south": 36.98,
                "west": -109.06,
                "north": 38.68,
                "east": -102.04
            }
        }
    ]
}