List applicable projections for a raster.

GET /api/v4/rasters/cbcb087d-0f11-4a46-a552-1387555bd89f/projections/?format=api&page=8
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=9",
    "previous": "https://demo.lizard.net/api/v4/rasters/cbcb087d-0f11-4a46-a552-1387555bd89f/projections/?format=api&page=7",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4053/?format=api",
            "name": "Unspecified datum based upon the International 1924 Authalic Sphere",
            "code": "EPSG:4053",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4054/?format=api",
            "name": "Unspecified datum based upon the Hughes 1980 ellipsoid",
            "code": "EPSG:4054",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4055/?format=api",
            "name": "Popular Visualisation CRS",
            "code": "EPSG:4055",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4087/?format=api",
            "name": "WGS 84 / World Equidistant Cylindrical",
            "code": "EPSG:4087",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4088/?format=api",
            "name": "World Equidistant Cylindrical (Sphere)",
            "code": "EPSG:4088",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4144/?format=api",
            "name": "Kalianpur 1937",
            "code": "EPSG:4144",
            "extent": {
                "south": 8.02,
                "west": 60.86,
                "north": 37.07,
                "east": 101.17
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4146/?format=api",
            "name": "Kalianpur 1975",
            "code": "EPSG:4146",
            "extent": {
                "south": 8.02,
                "west": 68.13,
                "north": 35.51,
                "east": 97.42
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4152/?format=api",
            "name": "NAD83(HARN)",
            "code": "EPSG:4152",
            "extent": {
                "south": -14.59,
                "west": -64.51,
                "north": 71.4,
                "east": 144.58
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4214/?format=api",
            "name": "Beijing 1954",
            "code": "EPSG:4214",
            "extent": {
                "south": 16.7,
                "west": 73.62,
                "north": 53.56,
                "east": 134.77
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4239/?format=api",
            "name": "Indian 1954",
            "code": "EPSG:4239",
            "extent": {
                "south": 5.63,
                "west": 92.2,
                "north": 28.55,
                "east": 105.64
            }
        }
    ]
}