List applicable projections for a raster.

GET /api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=667
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=668",
    "previous": "https://demo.lizard.net/api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=666",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8770/?format=api",
            "name": "NAD83 / Ohio South (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8770",
            "extent": {
                "south": 38.4,
                "west": -84.83,
                "north": 40.36,
                "east": -80.7
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8771/?format=api",
            "name": "NAD83 / Oklahoma North (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8771",
            "extent": {
                "south": 35.27,
                "west": -103.0,
                "north": 37.01,
                "east": -94.42
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8772/?format=api",
            "name": "NAD83 / Oklahoma South (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8772",
            "extent": {
                "south": 33.62,
                "west": -100.0,
                "north": 35.57,
                "east": -94.42
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8773/?format=api",
            "name": "NAD83 / Pennsylvania North (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8773",
            "extent": {
                "south": 40.6,
                "west": -80.53,
                "north": 42.53,
                "east": -74.7
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8774/?format=api",
            "name": "NAD83 / Pennsylvania South (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8774",
            "extent": {
                "south": 39.71,
                "west": -80.53,
                "north": 41.18,
                "east": -74.72
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8775/?format=api",
            "name": "NAD83 / Rhode Island (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8775",
            "extent": {
                "south": 41.13,
                "west": -71.85,
                "north": 42.02,
                "east": -71.08
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8776/?format=api",
            "name": "NAD83 / South Dakota North (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8776",
            "extent": {
                "south": 44.14,
                "west": -104.07,
                "north": 45.95,
                "east": -96.45
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8777/?format=api",
            "name": "NAD83 / South Dakota South (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8777",
            "extent": {
                "south": 42.48,
                "west": -104.06,
                "north": 44.79,
                "east": -96.43
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8778/?format=api",
            "name": "NAD83 / Tennessee (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8778",
            "extent": {
                "south": 34.98,
                "west": -90.31,
                "north": 36.68,
                "east": -81.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8779/?format=api",
            "name": "NAD83 / Texas North (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8779",
            "extent": {
                "south": 34.3,
                "west": -103.03,
                "north": 36.5,
                "east": -99.99
            }
        }
    ]
}