List applicable projections for a raster.

GET /api/v4/rasters/1b6c03df-2ad1-4f17-89f6-319ea797b357/projections/?format=api&page=30
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=31",
    "previous": "https://demo.lizard.net/api/v4/rasters/1b6c03df-2ad1-4f17-89f6-319ea797b357/projections/?format=api&page=29",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7071/?format=api",
            "name": "RGTAAF07",
            "code": "EPSG:7071",
            "extent": {
                "south": -67.13,
                "west": 37.98,
                "north": -20.91,
                "east": 142.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7072/?format=api",
            "name": "RGTAAF07",
            "code": "EPSG:7072",
            "extent": {
                "south": -67.13,
                "west": 37.98,
                "north": -20.91,
                "east": 142.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7073/?format=api",
            "name": "RGTAAF07",
            "code": "EPSG:7073",
            "extent": {
                "south": -67.13,
                "west": 37.98,
                "north": -20.91,
                "east": 142.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7087/?format=api",
            "name": "RGTAAF07 (lon-lat)",
            "code": "EPSG:7087",
            "extent": {
                "south": -67.13,
                "west": 37.98,
                "north": -20.91,
                "east": 142.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7088/?format=api",
            "name": "RGTAAF07 (lon-lat)",
            "code": "EPSG:7088",
            "extent": {
                "south": -67.13,
                "west": 37.98,
                "north": -20.91,
                "east": 142.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7133/?format=api",
            "name": "RGTAAF07 (lon-lat)",
            "code": "EPSG:7133",
            "extent": {
                "south": -67.13,
                "west": 37.98,
                "north": -20.91,
                "east": 142.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7447/?format=api",
            "name": "PNG08 height",
            "code": "EPSG:7447",
            "extent": {
                "south": -12.0,
                "west": 140.0,
                "north": 0.01,
                "east": 158.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7651/?format=api",
            "name": "Kumul 34 height",
            "code": "EPSG:7651",
            "extent": {
                "south": -8.28,
                "west": 142.24,
                "north": -5.59,
                "east": 144.75
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7652/?format=api",
            "name": "Kiunga height",
            "code": "EPSG:7652",
            "extent": {
                "south": -9.35,
                "west": 140.85,
                "north": -5.0,
                "east": 144.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7656/?format=api",
            "name": "WGS 84 (G730)",
            "code": "EPSG:7656",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}