List applicable projections for a raster.

GET /api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=668
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=669",
    "previous": "https://demo.lizard.net/api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=667",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8780/?format=api",
            "name": "NAD83 / Texas North Central (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8780",
            "extent": {
                "south": 31.72,
                "west": -103.07,
                "north": 34.58,
                "east": -94.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8781/?format=api",
            "name": "NAD83 / Texas Central (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8781",
            "extent": {
                "south": 29.78,
                "west": -106.66,
                "north": 32.27,
                "east": -93.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8782/?format=api",
            "name": "NAD83 / Texas South Central (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8782",
            "extent": {
                "south": 27.78,
                "west": -105.0,
                "north": 30.67,
                "east": -93.76
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8783/?format=api",
            "name": "NAD83 / Texas South (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8783",
            "extent": {
                "south": 25.83,
                "west": -100.2,
                "north": 28.21,
                "east": -96.85
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8784/?format=api",
            "name": "NAD83 / Utah North (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8784",
            "extent": {
                "south": 40.55,
                "west": -114.04,
                "north": 42.01,
                "east": -109.04
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8785/?format=api",
            "name": "NAD83 / Utah Central (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8785",
            "extent": {
                "south": 38.49,
                "west": -114.05,
                "north": 41.08,
                "east": -109.04
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8786/?format=api",
            "name": "NAD83 / Utah South (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8786",
            "extent": {
                "south": 36.99,
                "west": -114.05,
                "north": 38.58,
                "east": -109.04
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8787/?format=api",
            "name": "NAD83 / Vermont (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8787",
            "extent": {
                "south": 42.72,
                "west": -73.44,
                "north": 45.03,
                "east": -71.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8788/?format=api",
            "name": "NAD83 / Virginia North (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8788",
            "extent": {
                "south": 37.77,
                "west": -80.06,
                "north": 39.46,
                "east": -76.51
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8789/?format=api",
            "name": "NAD83 / Virginia South (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8789",
            "extent": {
                "south": 36.54,
                "west": -83.68,
                "north": 38.28,
                "east": -75.31
            }
        }
    ]
}