List applicable projections for a raster.

GET /api/v4/rasters/d04b3ed5-f2e6-4056-b558-bf7348ffc85b/projections/?format=api&page=21
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 271,
    "next": "https://demo.lizard.net/api/v4/rasters/d04b3ed5-f2e6-4056-b558-bf7348ffc85b/projections/?format=api&page=22",
    "previous": "https://demo.lizard.net/api/v4/rasters/d04b3ed5-f2e6-4056-b558-bf7348ffc85b/projections/?format=api&page=20",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7839/?format=api",
            "name": "NZVD2016 height",
            "code": "EPSG:7839",
            "extent": {
                "south": -55.95,
                "west": -171.2,
                "north": -25.88,
                "east": 160.6
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7842/?format=api",
            "name": "GDA2020",
            "code": "EPSG:7842",
            "extent": {
                "south": -60.56,
                "west": 93.41,
                "north": -8.47,
                "east": 173.35
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7843/?format=api",
            "name": "GDA2020",
            "code": "EPSG:7843",
            "extent": {
                "south": -60.56,
                "west": 93.41,
                "north": -8.47,
                "east": 173.35
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7844/?format=api",
            "name": "GDA2020",
            "code": "EPSG:7844",
            "extent": {
                "south": -60.56,
                "west": 93.41,
                "north": -8.47,
                "east": 173.35
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7845/?format=api",
            "name": "GDA2020 / GA LCC",
            "code": "EPSG:7845",
            "extent": {
                "south": -43.7,
                "west": 112.85,
                "north": -9.86,
                "east": 153.69
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7856/?format=api",
            "name": "GDA2020 / MGA zone 56",
            "code": "EPSG:7856",
            "extent": {
                "south": -58.96,
                "west": 150.0,
                "north": -13.87,
                "east": 156.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7900/?format=api",
            "name": "ITRF88",
            "code": "EPSG:7900",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7901/?format=api",
            "name": "ITRF89",
            "code": "EPSG:7901",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7902/?format=api",
            "name": "ITRF90",
            "code": "EPSG:7902",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "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
            }
        }
    ]
}