List applicable projections for a raster.

GET /api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=683
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6888,
    "next": "https://demo.lizard.net/api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=684",
    "previous": "https://demo.lizard.net/api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=682",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9015/?format=api",
            "name": "IGb08",
            "code": "EPSG:9015",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9016/?format=api",
            "name": "IGb08",
            "code": "EPSG:9016",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "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:9039/?format=api",
            "name": "ISN2016 / LAEA Europe",
            "code": "EPSG:9039",
            "extent": {
                "south": 59.96,
                "west": -30.87,
                "north": 69.59,
                "east": -5.55
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9040/?format=api",
            "name": "ISN2016 / LCC Europe",
            "code": "EPSG:9040",
            "extent": {
                "south": 59.96,
                "west": -30.87,
                "north": 69.59,
                "east": -5.55
            }
        },
        {
            "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
            }
        }
    ]
}