List applicable projections for a raster.

GET /api/v4/rasters/db7df5c5-0872-4eba-b82b-e5f3cb818c58/projections/?format=api&page=661
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=662",
    "previous": "https://demo.lizard.net/api/v4/rasters/db7df5c5-0872-4eba-b82b-e5f3cb818c58/projections/?format=api&page=660",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8813/?format=api",
            "name": "NAD83 / Missouri East + NAVD88 height",
            "code": "EPSG:8813",
            "extent": {
                "south": 35.98,
                "west": -91.97,
                "north": 40.61,
                "east": -89.1
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8814/?format=api",
            "name": "NAD83 / Missouri Central + NAVD88 height",
            "code": "EPSG:8814",
            "extent": {
                "south": 36.48,
                "west": -93.79,
                "north": 40.61,
                "east": -91.41
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8815/?format=api",
            "name": "NAD83 / Missouri West + NAVD88 height",
            "code": "EPSG:8815",
            "extent": {
                "south": 36.48,
                "west": -95.77,
                "north": 40.59,
                "east": -93.48
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8816/?format=api",
            "name": "MTRF-2000",
            "code": "EPSG:8816",
            "extent": {
                "south": 15.61,
                "west": 34.44,
                "north": 32.16,
                "east": 55.67
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8817/?format=api",
            "name": "MTRF-2000",
            "code": "EPSG:8817",
            "extent": {
                "south": 15.61,
                "west": 34.44,
                "north": 32.16,
                "east": 55.67
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8818/?format=api",
            "name": "MTRF-2000",
            "code": "EPSG:8818",
            "extent": {
                "south": 15.61,
                "west": 34.44,
                "north": 32.16,
                "east": 55.67
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8820/?format=api",
            "name": "EPSG example wellbore local cubic CRS - true north",
            "code": "EPSG:8820",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8821/?format=api",
            "name": "EPSG example wellbore local cubic CRS - grid north (ft)",
            "code": "EPSG:8821",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8826/?format=api",
            "name": "NAD83 / Idaho Transverse Mercator",
            "code": "EPSG:8826",
            "extent": {
                "south": 41.99,
                "west": -117.24,
                "north": 49.01,
                "east": -111.04
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8836/?format=api",
            "name": "MTRF-2000 / UTM zone 36N",
            "code": "EPSG:8836",
            "extent": {
                "south": 24.92,
                "west": 34.44,
                "north": 29.38,
                "east": 36.01
            }
        }
    ]
}