List applicable projections for a raster.

GET /api/v4/rasters/1b6c03df-2ad1-4f17-89f6-319ea797b357/projections/?format=api&page=35
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 431,
    "next": "https://demo.lizard.net/api/v4/rasters/1b6c03df-2ad1-4f17-89f6-319ea797b357/projections/?format=api&page=36",
    "previous": "https://demo.lizard.net/api/v4/rasters/1b6c03df-2ad1-4f17-89f6-319ea797b357/projections/?format=api&page=34",
    "results": [
        {
            "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:8013/?format=api",
            "name": "GDA2020 / ALB2020",
            "code": "EPSG:8013",
            "extent": {
                "south": -35.21,
                "west": 117.55,
                "north": -34.75,
                "east": 118.22
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8014/?format=api",
            "name": "GDA2020 / BIO2020",
            "code": "EPSG:8014",
            "extent": {
                "south": -22.2,
                "west": 114.9,
                "north": -20.21,
                "east": 115.59
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8015/?format=api",
            "name": "GDA2020 / BRO2020",
            "code": "EPSG:8015",
            "extent": {
                "south": -18.09,
                "west": 122.08,
                "north": -16.75,
                "east": 122.62
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8016/?format=api",
            "name": "GDA2020 / BCG2020",
            "code": "EPSG:8016",
            "extent": {
                "south": -33.75,
                "west": 115.18,
                "north": -33.4,
                "east": 115.87
            }
        }
    ]
}