List applicable projections for a raster.

GET /api/v4/rasters/db7df5c5-0872-4eba-b82b-e5f3cb818c58/projections/?format=api&page=647
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=648",
    "previous": "https://demo.lizard.net/api/v4/rasters/db7df5c5-0872-4eba-b82b-e5f3cb818c58/projections/?format=api&page=646",
    "results": [
        {
            "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
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8544/?format=api",
            "name": "NAD83(HARN Corrected)",
            "code": "EPSG:8544",
            "extent": {
                "south": 17.62,
                "west": -67.97,
                "north": 18.57,
                "east": -64.51
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8545/?format=api",
            "name": "NAD83(HARN Corrected)",
            "code": "EPSG:8545",
            "extent": {
                "south": 17.62,
                "west": -67.97,
                "north": 18.57,
                "east": -64.51
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8675/?format=api",
            "name": "N43 height",
            "code": "EPSG:8675",
            "extent": {
                "south": 59.75,
                "west": 20.95,
                "north": 66.73,
                "east": 31.59
            }
        }
    ]
}