List applicable projections for a raster.

GET /api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=662
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=663",
    "previous": "https://demo.lizard.net/api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=661",
    "results": [
        {
            "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
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8723/?format=api",
            "name": "NAD83 / Connecticut (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8723",
            "extent": {
                "south": 40.98,
                "west": -73.73,
                "north": 42.05,
                "east": -71.78
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8724/?format=api",
            "name": "NAD83 / Delaware (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8724",
            "extent": {
                "south": 38.44,
                "west": -75.8,
                "north": 39.85,
                "east": -74.97
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8725/?format=api",
            "name": "NAD83 / Florida North (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8725",
            "extent": {
                "south": 29.21,
                "west": -87.63,
                "north": 31.01,
                "east": -82.04
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8726/?format=api",
            "name": "NAD83 / Florida East (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8726",
            "extent": {
                "south": 24.41,
                "west": -82.33,
                "north": 30.83,
                "east": -79.97
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8727/?format=api",
            "name": "NAD83 / Florida West (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8727",
            "extent": {
                "south": 26.27,
                "west": -83.34,
                "north": 29.6,
                "east": -81.13
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8728/?format=api",
            "name": "NAD83 / Georgia East (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8728",
            "extent": {
                "south": 30.36,
                "west": -83.47,
                "north": 34.68,
                "east": -80.77
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8729/?format=api",
            "name": "NAD83 / Georgia West (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8729",
            "extent": {
                "south": 30.62,
                "west": -85.61,
                "north": 35.01,
                "east": -82.99
            }
        }
    ]
}