List applicable projections for a raster.

GET /api/v4/rasters/b5491a41-7f81-4186-9816-1d8b2c1e1a0e/projections/?format=api&page=34
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 420,
    "next": "https://demo.lizard.net/api/v4/rasters/b5491a41-7f81-4186-9816-1d8b2c1e1a0e/projections/?format=api&page=35",
    "previous": "https://demo.lizard.net/api/v4/rasters/b5491a41-7f81-4186-9816-1d8b2c1e1a0e/projections/?format=api&page=33",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7910/?format=api",
            "name": "ITRF2005",
            "code": "EPSG:7910",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7911/?format=api",
            "name": "ITRF2008",
            "code": "EPSG:7911",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7912/?format=api",
            "name": "ITRF2014",
            "code": "EPSG:7912",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7914/?format=api",
            "name": "ETRF89",
            "code": "EPSG:7914",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7915/?format=api",
            "name": "ETRF89",
            "code": "EPSG:7915",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7916/?format=api",
            "name": "ETRF90",
            "code": "EPSG:7916",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7917/?format=api",
            "name": "ETRF90",
            "code": "EPSG:7917",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7918/?format=api",
            "name": "ETRF91",
            "code": "EPSG:7918",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7919/?format=api",
            "name": "ETRF91",
            "code": "EPSG:7919",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7920/?format=api",
            "name": "ETRF92",
            "code": "EPSG:7920",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        }
    ]
}