List applicable projections for a raster.

GET /api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=664
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=665",
    "previous": "https://demo.lizard.net/api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=663",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8740/?format=api",
            "name": "NAD83 / Kansas South (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8740",
            "extent": {
                "south": 36.99,
                "west": -102.05,
                "north": 38.88,
                "east": -94.6
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8741/?format=api",
            "name": "NAD83 / Kentucky North (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8741",
            "extent": {
                "south": 37.71,
                "west": -85.96,
                "north": 39.15,
                "east": -82.47
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8742/?format=api",
            "name": "NAD83 / Kentucky South (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8742",
            "extent": {
                "south": 36.49,
                "west": -89.57,
                "north": 38.17,
                "east": -81.95
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8743/?format=api",
            "name": "NAD83 / Louisiana North (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8743",
            "extent": {
                "south": 30.85,
                "west": -94.05,
                "north": 33.03,
                "east": -90.86
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8744/?format=api",
            "name": "NAD83 / Louisiana South (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8744",
            "extent": {
                "south": 28.85,
                "west": -93.94,
                "north": 31.07,
                "east": -88.75
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8745/?format=api",
            "name": "NAD83 / Maine East (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8745",
            "extent": {
                "south": 43.88,
                "west": -70.03,
                "north": 47.47,
                "east": -66.91
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8746/?format=api",
            "name": "NAD83 / Maine West (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8746",
            "extent": {
                "south": 43.04,
                "west": -71.09,
                "north": 46.58,
                "east": -69.26
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8747/?format=api",
            "name": "NAD83 / Maryland (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8747",
            "extent": {
                "south": 37.97,
                "west": -79.49,
                "north": 39.73,
                "east": -74.97
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8748/?format=api",
            "name": "NAD83 / Massachusetts Mainland (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8748",
            "extent": {
                "south": 41.46,
                "west": -73.5,
                "north": 42.89,
                "east": -69.86
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8749/?format=api",
            "name": "NAD83 / Massachusetts Island (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8749",
            "extent": {
                "south": 41.19,
                "west": -70.91,
                "north": 41.51,
                "east": -69.89
            }
        }
    ]
}