List applicable projections for a raster.

GET /api/v4/rasters/cbcb087d-0f11-4a46-a552-1387555bd89f/projections/?format=api&page=20
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 327,
    "next": "https://demo.lizard.net/api/v4/rasters/cbcb087d-0f11-4a46-a552-1387555bd89f/projections/?format=api&page=21",
    "previous": "https://demo.lizard.net/api/v4/rasters/cbcb087d-0f11-4a46-a552-1387555bd89f/projections/?format=api&page=19",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6317/?format=api",
            "name": "NAD83(2011)",
            "code": "EPSG:6317",
            "extent": {
                "south": 14.92,
                "west": -63.88,
                "north": 74.71,
                "east": 167.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6318/?format=api",
            "name": "NAD83(2011)",
            "code": "EPSG:6318",
            "extent": {
                "south": 14.92,
                "west": -63.88,
                "north": 74.71,
                "east": 167.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6319/?format=api",
            "name": "NAD83(2011)",
            "code": "EPSG:6319",
            "extent": {
                "south": 14.92,
                "west": -63.88,
                "north": 74.71,
                "east": 167.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6320/?format=api",
            "name": "NAD83(PA11)",
            "code": "EPSG:6320",
            "extent": {
                "south": -17.56,
                "west": -151.27,
                "north": 31.8,
                "east": 157.47
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6321/?format=api",
            "name": "NAD83(PA11)",
            "code": "EPSG:6321",
            "extent": {
                "south": -17.56,
                "west": -151.27,
                "north": 31.8,
                "east": 157.47
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6322/?format=api",
            "name": "NAD83(PA11)",
            "code": "EPSG:6322",
            "extent": {
                "south": -17.56,
                "west": -151.27,
                "north": 31.8,
                "east": 157.47
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63226405/?format=api",
            "name": "WGS 72 (deg)",
            "code": "EPSG:63226405",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63246405/?format=api",
            "name": "WGS 72BE (deg)",
            "code": "EPSG:63246405",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266405/?format=api",
            "name": "WGS 84 (deg)",
            "code": "EPSG:63266405",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266406/?format=api",
            "name": "WGS 84 (degH)",
            "code": "EPSG:63266406",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}