List applicable projections for a raster.

GET /api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=671
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=672",
    "previous": "https://demo.lizard.net/api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=670",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8810/?format=api",
            "name": "NAD83 / Alaska zone 8 + NAVD88 height",
            "code": "EPSG:8810",
            "extent": {
                "south": 54.34,
                "west": -168.26,
                "north": 69.05,
                "east": -164.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8811/?format=api",
            "name": "NAD83 / Alaska zone 9 + NAVD88 height",
            "code": "EPSG:8811",
            "extent": {
                "south": 56.49,
                "west": -173.16,
                "north": 65.82,
                "east": -168.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8812/?format=api",
            "name": "NAD83 / Alaska zone 10 + NAVD88 height",
            "code": "EPSG:8812",
            "extent": {
                "south": 51.3,
                "west": -164.84,
                "north": 54.34,
                "east": 172.42
            }
        },
        {
            "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
            }
        }
    ]
}