List applicable projections for a raster.

GET /api/v4/rasters/20df58c1-9513-48b9-9e3c-b6257f2b8874/projections/?format=api&page=34
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 349,
    "next": "https://demo.lizard.net/api/v4/rasters/20df58c1-9513-48b9-9e3c-b6257f2b8874/projections/?format=api&page=35",
    "previous": "https://demo.lizard.net/api/v4/rasters/20df58c1-9513-48b9-9e3c-b6257f2b8874/projections/?format=api&page=33",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9017/?format=api",
            "name": "IGb08",
            "code": "EPSG:9017",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9018/?format=api",
            "name": "IGS14",
            "code": "EPSG:9018",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9019/?format=api",
            "name": "IGS14",
            "code": "EPSG:9019",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9053/?format=api",
            "name": "WGS 84 (G730)",
            "code": "EPSG:9053",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9054/?format=api",
            "name": "WGS 84 (G873)",
            "code": "EPSG:9054",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9055/?format=api",
            "name": "WGS 84 (G1150)",
            "code": "EPSG:9055",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9056/?format=api",
            "name": "WGS 84 (G1674)",
            "code": "EPSG:9056",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9057/?format=api",
            "name": "WGS 84 (G1762)",
            "code": "EPSG:9057",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9059/?format=api",
            "name": "ETRF89",
            "code": "EPSG:9059",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9060/?format=api",
            "name": "ETRF90",
            "code": "EPSG:9060",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        }
    ]
}