List applicable projections for a raster.

GET /api/v4/rasters/8b169a7d-e2c0-4b3e-af91-2359361b976f/projections/?format=api&page=28
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 366,
    "next": "https://demo.lizard.net/api/v4/rasters/8b169a7d-e2c0-4b3e-af91-2359361b976f/projections/?format=api&page=29",
    "previous": "https://demo.lizard.net/api/v4/rasters/8b169a7d-e2c0-4b3e-af91-2359361b976f/projections/?format=api&page=27",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7903/?format=api",
            "name": "ITRF91",
            "code": "EPSG:7903",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "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
            }
        }
    ]
}