List applicable projections for a raster.

GET /api/v4/rasters/303832b5-753d-4114-a18f-bcdd0fa302c9/projections/?format=api&page=3
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=4",
    "previous": "https://demo.lizard.net/api/v4/rasters/303832b5-753d-4114-a18f-bcdd0fa302c9/projections/?format=api&page=2",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3824/?format=api",
            "name": "TWD97",
            "code": "EPSG:3824",
            "extent": {
                "south": 17.36,
                "west": 114.32,
                "north": 26.96,
                "east": 123.61
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3826/?format=api",
            "name": "TWD97 / TM2 zone 121",
            "code": "EPSG:3826",
            "extent": {
                "south": 20.41,
                "west": 119.99,
                "north": 26.72,
                "east": 122.06
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3828/?format=api",
            "name": "TWD67 / TM2 zone 121",
            "code": "EPSG:3828",
            "extent": {
                "south": 21.87,
                "west": 119.99,
                "north": 25.34,
                "east": 122.06
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3829/?format=api",
            "name": "Hu Tzu Shan 1950 / UTM zone 51N",
            "code": "EPSG:3829",
            "extent": {
                "south": 21.87,
                "west": 119.25,
                "north": 25.34,
                "east": 122.06
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3855/?format=api",
            "name": "EGM2008 height",
            "code": "EPSG:3855",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3857/?format=api",
            "name": "WGS 84 / Pseudo-Mercator",
            "code": "EPSG:3857",
            "extent": {
                "south": -85.06,
                "west": -180.0,
                "north": 85.06,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3973/?format=api",
            "name": "WGS 84 / NSIDC EASE-Grid North",
            "code": "EPSG:3973",
            "extent": {
                "south": 0.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3975/?format=api",
            "name": "WGS 84 / NSIDC EASE-Grid Global",
            "code": "EPSG:3975",
            "extent": {
                "south": -86.0,
                "west": -180.0,
                "north": 86.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4001/?format=api",
            "name": "Unknown datum based upon the Airy 1830 ellipsoid",
            "code": "EPSG:4001",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4002/?format=api",
            "name": "Unknown datum based upon the Airy Modified 1849 ellipsoid",
            "code": "EPSG:4002",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}