List applicable projections for a raster.

GET /api/v4/rasters/eae92c48-cd68-4820-9d82-f86f763b4186/projections/?format=api&page=688
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6888,
    "next": "https://demo.lizard.net/api/v4/rasters/eae92c48-cd68-4820-9d82-f86f763b4186/projections/?format=api&page=689",
    "previous": "https://demo.lizard.net/api/v4/rasters/eae92c48-cd68-4820-9d82-f86f763b4186/projections/?format=api&page=687",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9184/?format=api",
            "name": "SIRGAS-Chile",
            "code": "EPSG:9184",
            "extent": {
                "south": -59.87,
                "west": -113.21,
                "north": -17.5,
                "east": -65.72
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9191/?format=api",
            "name": "WGS 84 / NIWA Albers",
            "code": "EPSG:9191",
            "extent": {
                "south": -60.0,
                "west": -170.0,
                "north": -25.0,
                "east": 155.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9205/?format=api",
            "name": "VN-2000 / TM-3 103-00",
            "code": "EPSG:9205",
            "extent": {
                "south": 20.89,
                "west": 102.14,
                "north": 22.82,
                "east": 103.99
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9206/?format=api",
            "name": "VN-2000 / TM-3 104-00",
            "code": "EPSG:9206",
            "extent": {
                "south": 20.57,
                "west": 103.21,
                "north": 22.04,
                "east": 105.03
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9207/?format=api",
            "name": "VN-2000 / TM-3 104-30",
            "code": "EPSG:9207",
            "extent": {
                "south": 8.33,
                "west": 103.4,
                "north": 10.55,
                "east": 105.54
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9208/?format=api",
            "name": "VN-2000 / TM-3 104-45",
            "code": "EPSG:9208",
            "extent": {
                "south": 10.18,
                "west": 103.53,
                "north": 22.85,
                "east": 105.86
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9209/?format=api",
            "name": "VN-2000 / TM-3 105-30",
            "code": "EPSG:9209",
            "extent": {
                "south": 9.19,
                "west": 104.33,
                "north": 23.4,
                "east": 106.69
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9210/?format=api",
            "name": "VN-2000 / TM-3 105-45",
            "code": "EPSG:9210",
            "extent": {
                "south": 9.75,
                "west": 105.26,
                "north": 23.12,
                "east": 107.8
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9211/?format=api",
            "name": "VN-2000 / TM-3 106-00",
            "code": "EPSG:9211",
            "extent": {
                "south": 16.92,
                "west": 104.83,
                "north": 22.7,
                "east": 107.03
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9212/?format=api",
            "name": "VN-2000 / TM-3 106-15",
            "code": "EPSG:9212",
            "extent": {
                "south": 11.3,
                "west": 106.41,
                "north": 17.22,
                "east": 107.43
            }
        }
    ]
}