List applicable projections for a raster.

GET /api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=666
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=667",
    "previous": "https://demo.lizard.net/api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=665",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8760/?format=api",
            "name": "NAD83 / New Jersey (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8760",
            "extent": {
                "south": 38.87,
                "west": -75.6,
                "north": 41.36,
                "east": -73.88
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8761/?format=api",
            "name": "NAD83 / New Mexico East (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8761",
            "extent": {
                "south": 32.0,
                "west": -105.72,
                "north": 37.0,
                "east": -102.99
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8762/?format=api",
            "name": "NAD83 / New Mexico Central (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8762",
            "extent": {
                "south": 31.78,
                "west": -107.73,
                "north": 37.0,
                "east": -104.84
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8763/?format=api",
            "name": "NAD83 / New Mexico West (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8763",
            "extent": {
                "south": 31.33,
                "west": -109.06,
                "north": 37.0,
                "east": -106.32
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8764/?format=api",
            "name": "NAD83 / New York East (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8764",
            "extent": {
                "south": 40.88,
                "west": -75.87,
                "north": 45.02,
                "east": -73.23
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8765/?format=api",
            "name": "NAD83 / New York Central (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8765",
            "extent": {
                "south": 41.99,
                "west": -77.75,
                "north": 44.41,
                "east": -75.04
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8766/?format=api",
            "name": "NAD83 / New York West (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8766",
            "extent": {
                "south": 41.99,
                "west": -79.77,
                "north": 43.64,
                "east": -77.36
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8767/?format=api",
            "name": "NAD83 / New York Long Island (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8767",
            "extent": {
                "south": 40.47,
                "west": -74.26,
                "north": 41.3,
                "east": -71.8
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8768/?format=api",
            "name": "NAD83 / North Carolina (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8768",
            "extent": {
                "south": 33.83,
                "west": -84.33,
                "north": 36.59,
                "east": -75.38
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8769/?format=api",
            "name": "NAD83 / Ohio North (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8769",
            "extent": {
                "south": 40.1,
                "west": -84.81,
                "north": 42.33,
                "east": -80.51
            }
        }
    ]
}