List applicable projections for a raster.

GET /api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=657
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=658",
    "previous": "https://demo.lizard.net/api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=656",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8533/?format=api",
            "name": "NAD83(2011) / KS RCS zone 14",
            "code": "EPSG:8533",
            "extent": {
                "south": 36.99,
                "west": -100.25,
                "north": 38.7,
                "east": -99.54
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8534/?format=api",
            "name": "NAD83(2011) / KS RCS zone 15",
            "code": "EPSG:8534",
            "extent": {
                "south": 36.99,
                "west": -99.59,
                "north": 38.7,
                "east": -98.91
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8535/?format=api",
            "name": "NAD83(2011) / KS RCS zone 16",
            "code": "EPSG:8535",
            "extent": {
                "south": 36.99,
                "west": -99.03,
                "north": 38.27,
                "east": -98.34
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8536/?format=api",
            "name": "NAD83(2011) / KS RCS zone 17",
            "code": "EPSG:8536",
            "extent": {
                "south": 37.38,
                "west": -98.48,
                "north": 38.18,
                "east": -96.52
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8538/?format=api",
            "name": "NAD83(2011) / KS RCS zone 18",
            "code": "EPSG:8538",
            "extent": {
                "south": 36.99,
                "west": -98.35,
                "north": 37.48,
                "east": -96.52
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8539/?format=api",
            "name": "NAD83(2011) / KS RCS zone 19",
            "code": "EPSG:8539",
            "extent": {
                "south": 36.99,
                "west": -96.53,
                "north": 38.88,
                "east": -95.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8540/?format=api",
            "name": "NAD83(2011) / KS RCS zone 20",
            "code": "EPSG:8540",
            "extent": {
                "south": 36.99,
                "west": -95.53,
                "north": 38.74,
                "east": -94.6
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8541/?format=api",
            "name": "NAD83(FBN)",
            "code": "EPSG:8541",
            "extent": {
                "south": -14.59,
                "west": -64.51,
                "north": 49.38,
                "east": 144.58
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8542/?format=api",
            "name": "NAD83(FBN)",
            "code": "EPSG:8542",
            "extent": {
                "south": -14.59,
                "west": -64.51,
                "north": 49.38,
                "east": 144.58
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8543/?format=api",
            "name": "NAD83(HARN Corrected)",
            "code": "EPSG:8543",
            "extent": {
                "south": 17.62,
                "west": -67.97,
                "north": 18.57,
                "east": -64.51
            }
        }
    ]
}