List applicable projections for a raster.

GET /api/v4/rasters/db7df5c5-0872-4eba-b82b-e5f3cb818c58/projections/?format=api&page=654
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=655",
    "previous": "https://demo.lizard.net/api/v4/rasters/db7df5c5-0872-4eba-b82b-e5f3cb818c58/projections/?format=api&page=653",
    "results": [
        {
            "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
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8750/?format=api",
            "name": "NAD83 / Minnesota North (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8750",
            "extent": {
                "south": 46.64,
                "west": -97.22,
                "north": 49.38,
                "east": -89.49
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8751/?format=api",
            "name": "NAD83 / Minnesota Central (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8751",
            "extent": {
                "south": 45.28,
                "west": -96.86,
                "north": 47.48,
                "east": -92.29
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8752/?format=api",
            "name": "NAD83 / Minnesota South (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8752",
            "extent": {
                "south": 43.49,
                "west": -96.85,
                "north": 45.59,
                "east": -91.21
            }
        }
    ]
}