List applicable projections for a raster.

GET /api/v4/rasters/612bab2d-9454-4d1f-b14f-bd7d25d574b4/projections/?format=api&page=15
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 431,
    "next": "https://demo.lizard.net/api/v4/rasters/612bab2d-9454-4d1f-b14f-bd7d25d574b4/projections/?format=api&page=16",
    "previous": "https://demo.lizard.net/api/v4/rasters/612bab2d-9454-4d1f-b14f-bd7d25d574b4/projections/?format=api&page=14",
    "results": [
        {
            "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:4167/?format=api",
            "name": "NZGD2000",
            "code": "EPSG:4167",
            "extent": {
                "south": -55.95,
                "west": -171.2,
                "north": -25.88,
                "east": 160.6
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4202/?format=api",
            "name": "AGD66",
            "code": "EPSG:4202",
            "extent": {
                "south": -47.2,
                "west": 109.23,
                "north": -1.3,
                "east": 163.2
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4203/?format=api",
            "name": "AGD84",
            "code": "EPSG:4203",
            "extent": {
                "south": -38.53,
                "west": 109.23,
                "north": -9.37,
                "east": 153.61
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4211/?format=api",
            "name": "Batavia",
            "code": "EPSG:4211",
            "extent": {
                "south": -8.91,
                "west": 105.06,
                "north": -4.07,
                "east": 117.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4238/?format=api",
            "name": "ID74",
            "code": "EPSG:4238",
            "extent": {
                "south": -10.98,
                "west": 95.16,
                "north": 5.97,
                "east": 141.01
            }
        }
    ]
}