List applicable projections for a raster.

GET /api/v4/rasters/303832b5-753d-4114-a18f-bcdd0fa302c9/projections/?format=api&page=8
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 304,
    "next": "https://demo.lizard.net/api/v4/rasters/303832b5-753d-4114-a18f-bcdd0fa302c9/projections/?format=api&page=9",
    "previous": "https://demo.lizard.net/api/v4/rasters/303832b5-753d-4114-a18f-bcdd0fa302c9/projections/?format=api&page=7",
    "results": [
        {
            "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: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:4236/?format=api",
            "name": "Hu Tzu Shan 1950",
            "code": "EPSG:4236",
            "extent": {
                "south": 21.87,
                "west": 119.25,
                "north": 25.34,
                "east": 122.06
            }
        },
        {
            "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
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4269/?format=api",
            "name": "NAD83",
            "code": "EPSG:4269",
            "extent": {
                "south": 14.92,
                "west": -47.74,
                "north": 86.46,
                "east": 167.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4276/?format=api",
            "name": "NSWC 9Z-2",
            "code": "EPSG:4276",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4322/?format=api",
            "name": "WGS 72",
            "code": "EPSG:4322",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}