List applicable projections for a raster.

GET /api/v4/rasters/62bb4a86-2a13-414c-a111-486c1dd9b0af/projections/?format=api&page=19
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 327,
    "next": "https://demo.lizard.net/api/v4/rasters/62bb4a86-2a13-414c-a111-486c1dd9b0af/projections/?format=api&page=20",
    "previous": "https://demo.lizard.net/api/v4/rasters/62bb4a86-2a13-414c-a111-486c1dd9b0af/projections/?format=api&page=18",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:61466405/?format=api",
            "name": "Kalianpur 1975 (deg)",
            "code": "EPSG:61466405",
            "extent": {
                "south": 3.87,
                "west": 65.6,
                "north": 35.51,
                "east": 97.42
            }
        },
        {
            "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:6207/?format=api",
            "name": "Nepal 1981",
            "code": "EPSG:6207",
            "extent": {
                "south": 26.34,
                "west": 80.06,
                "north": 30.43,
                "east": 88.21
            }
        },
        {
            "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:62396405/?format=api",
            "name": "Indian 1954 (deg)",
            "code": "EPSG:62396405",
            "extent": {
                "south": 5.63,
                "west": 92.2,
                "north": 28.55,
                "east": 105.64
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:62436405/?format=api",
            "name": "Kalianpur 1880 (deg)",
            "code": "EPSG:62436405",
            "extent": {
                "south": 8.02,
                "west": 60.86,
                "north": 37.07,
                "east": 101.17
            }
        },
        {
            "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
            }
        }
    ]
}