List applicable projections for a raster.

GET /api/v4/rasters/db7df5c5-0872-4eba-b82b-e5f3cb818c58/projections/?format=api&page=650
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=651",
    "previous": "https://demo.lizard.net/api/v4/rasters/db7df5c5-0872-4eba-b82b-e5f3cb818c58/projections/?format=api&page=649",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8703/?format=api",
            "name": "NAD83 / Michigan North (ft) + NAVD88 height (ft)",
            "code": "EPSG:8703",
            "extent": {
                "south": 45.08,
                "west": -90.42,
                "north": 48.32,
                "east": -83.44
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8704/?format=api",
            "name": "NAD83 / Michigan Central (ft) + NAVD88 height (ft)",
            "code": "EPSG:8704",
            "extent": {
                "south": 43.8,
                "west": -87.06,
                "north": 45.92,
                "east": -82.27
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8705/?format=api",
            "name": "NAD83 / Michigan South (ft) + NAVD88 height (ft)",
            "code": "EPSG:8705",
            "extent": {
                "south": 41.69,
                "west": -87.2,
                "north": 44.22,
                "east": -82.13
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8706/?format=api",
            "name": "NAD83 / Montana (ft) + NAVD88 height (ft)",
            "code": "EPSG:8706",
            "extent": {
                "south": 44.35,
                "west": -116.07,
                "north": 49.01,
                "east": -104.04
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8707/?format=api",
            "name": "NAD83 / North Dakota North (ft) + NAVD88 height (ft)",
            "code": "EPSG:8707",
            "extent": {
                "south": 47.15,
                "west": -104.07,
                "north": 49.01,
                "east": -96.83
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8708/?format=api",
            "name": "NAD83 / North Dakota South (ft) + NAVD88 height (ft)",
            "code": "EPSG:8708",
            "extent": {
                "south": 45.93,
                "west": -104.05,
                "north": 47.83,
                "east": -96.55
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8709/?format=api",
            "name": "NAD83 / Oregon North (ft) + NAVD88 height (ft)",
            "code": "EPSG:8709",
            "extent": {
                "south": 43.95,
                "west": -124.17,
                "north": 46.26,
                "east": -116.47
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8710/?format=api",
            "name": "NAD83 / Oregon South (ft) + NAVD88 height (ft)",
            "code": "EPSG:8710",
            "extent": {
                "south": 41.98,
                "west": -124.6,
                "north": 44.56,
                "east": -116.9
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8711/?format=api",
            "name": "NAD83 / South Carolina (ft) + NAVD88 height (ft)",
            "code": "EPSG:8711",
            "extent": {
                "south": 32.05,
                "west": -83.36,
                "north": 35.21,
                "east": -78.52
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8712/?format=api",
            "name": "NAD83 / Arkansas North (ftUS) + NAVD88 height (ftUS)",
            "code": "EPSG:8712",
            "extent": {
                "south": 34.67,
                "west": -94.62,
                "north": 36.5,
                "east": -89.64
            }
        }
    ]
}