List applicable projections for a raster.

GET /api/v4/rasters/7c3fccb8-d35f-499b-a85a-a4e4456d1fa7/projections/?format=api&page=11
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 420,
    "next": "https://demo.lizard.net/api/v4/rasters/7c3fccb8-d35f-499b-a85a-a4e4456d1fa7/projections/?format=api&page=12",
    "previous": "https://demo.lizard.net/api/v4/rasters/7c3fccb8-d35f-499b-a85a-a4e4456d1fa7/projections/?format=api&page=10",
    "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: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:4171/?format=api",
            "name": "RGF93",
            "code": "EPSG:4171",
            "extent": {
                "south": 41.15,
                "west": -9.86,
                "north": 51.56,
                "east": 10.38
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4200/?format=api",
            "name": "Pulkovo 1995",
            "code": "EPSG:4200",
            "extent": {
                "south": 39.87,
                "west": -168.97,
                "north": 85.2,
                "east": 18.92
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4215/?format=api",
            "name": "Belge 1950",
            "code": "EPSG:4215",
            "extent": {
                "south": 49.5,
                "west": 2.5,
                "north": 51.51,
                "east": 6.4
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4230/?format=api",
            "name": "ED50",
            "code": "EPSG:4230",
            "extent": {
                "south": 25.71,
                "west": -16.1,
                "north": 84.17,
                "east": 48.61
            }
        }
    ]
}