List applicable projections for a raster.

GET /api/v4/rasters/29e5ed03-2bba-4117-bf3e-4b5f49a74905/projections/?format=api&page=7
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 285,
    "next": "https://demo.lizard.net/api/v4/rasters/29e5ed03-2bba-4117-bf3e-4b5f49a74905/projections/?format=api&page=8",
    "previous": "https://demo.lizard.net/api/v4/rasters/29e5ed03-2bba-4117-bf3e-4b5f49a74905/projections/?format=api&page=6",
    "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:4134/?format=api",
            "name": "PSD93",
            "code": "EPSG:4134",
            "extent": {
                "south": 16.59,
                "west": 51.99,
                "north": 26.58,
                "east": 59.91
            }
        },
        {
            "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:4154/?format=api",
            "name": "ED50(ED77)",
            "code": "EPSG:4154",
            "extent": {
                "south": 23.34,
                "west": 44.03,
                "north": 39.78,
                "east": 63.34
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4232/?format=api",
            "name": "Fahud",
            "code": "EPSG:4232",
            "extent": {
                "south": 16.59,
                "west": 51.99,
                "north": 26.42,
                "east": 59.91
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4267/?format=api",
            "name": "NAD27",
            "code": "EPSG:4267",
            "extent": {
                "south": 7.15,
                "west": -47.74,
                "north": 83.17,
                "east": 167.65
            }
        }
    ]
}