List applicable projections for a raster.

GET /api/v4/rasters/4f5bf3ad-7fab-435e-8765-7c80e3f4e797/projections/?format=api&page=34
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 426,
    "next": "https://demo.lizard.net/api/v4/rasters/4f5bf3ad-7fab-435e-8765-7c80e3f4e797/projections/?format=api&page=35",
    "previous": "https://demo.lizard.net/api/v4/rasters/4f5bf3ad-7fab-435e-8765-7c80e3f4e797/projections/?format=api&page=33",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7904/?format=api",
            "name": "ITRF92",
            "code": "EPSG:7904",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7905/?format=api",
            "name": "ITRF93",
            "code": "EPSG:7905",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7906/?format=api",
            "name": "ITRF94",
            "code": "EPSG:7906",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7907/?format=api",
            "name": "ITRF96",
            "code": "EPSG:7907",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7908/?format=api",
            "name": "ITRF97",
            "code": "EPSG:7908",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7909/?format=api",
            "name": "ITRF2000",
            "code": "EPSG:7909",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "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
            }
        }
    ]
}