List applicable projections for a raster.

GET /api/v4/rasters/ac5dab19-06fc-4581-887d-80c5ac1b0678/projections/?format=api&page=18
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 304,
    "next": "https://demo.lizard.net/api/v4/rasters/ac5dab19-06fc-4581-887d-80c5ac1b0678/projections/?format=api&page=19",
    "previous": "https://demo.lizard.net/api/v4/rasters/ac5dab19-06fc-4581-887d-80c5ac1b0678/projections/?format=api&page=17",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5874/?format=api",
            "name": "High Water height",
            "code": "EPSG:5874",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:61526405/?format=api",
            "name": "NAD83(HARN) (deg)",
            "code": "EPSG:61526405",
            "extent": {
                "south": -14.59,
                "west": -64.51,
                "north": 71.4,
                "east": 144.58
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:61526413/?format=api",
            "name": "NAD83(HARN) (3D deg)",
            "code": "EPSG:61526413",
            "extent": {
                "south": -14.59,
                "west": -64.51,
                "north": 71.4,
                "east": 144.58
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:62146405/?format=api",
            "name": "Beijing 1954 (deg)",
            "code": "EPSG:62146405",
            "extent": {
                "south": 16.7,
                "west": 73.62,
                "north": 53.56,
                "east": 134.77
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:62366405/?format=api",
            "name": "Hu Tzu Shan (deg)",
            "code": "EPSG:62366405",
            "extent": {
                "south": 17.36,
                "west": 114.32,
                "north": 26.96,
                "east": 123.61
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:62536405/?format=api",
            "name": "Luzon 1911 (deg)",
            "code": "EPSG:62536405",
            "extent": {
                "south": 3.0,
                "west": 116.04,
                "north": 22.18,
                "east": 129.95
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:62676405/?format=api",
            "name": "NAD27 (deg)",
            "code": "EPSG:62676405",
            "extent": {
                "south": 7.15,
                "west": -47.74,
                "north": 83.17,
                "east": 167.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:62696405/?format=api",
            "name": "NAD83 (deg)",
            "code": "EPSG:62696405",
            "extent": {
                "south": 14.92,
                "west": -47.74,
                "north": 86.46,
                "east": 167.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:62766405/?format=api",
            "name": "NSWC 9Z-2 (deg)",
            "code": "EPSG:62766405",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "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
            }
        }
    ]
}