List applicable projections for a raster.

GET /api/v4/rasters/e8f6e146-150c-48b8-ad9b-cf2732b84379/projections/?format=api&page=20
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 285,
    "next": "https://demo.lizard.net/api/v4/rasters/e8f6e146-150c-48b8-ad9b-cf2732b84379/projections/?format=api&page=21",
    "previous": "https://demo.lizard.net/api/v4/rasters/e8f6e146-150c-48b8-ad9b-cf2732b84379/projections/?format=api&page=19",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7371/?format=api",
            "name": "ONGD14",
            "code": "EPSG:7371",
            "extent": {
                "south": 14.33,
                "west": 51.99,
                "north": 26.74,
                "east": 63.38
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7372/?format=api",
            "name": "ONGD14",
            "code": "EPSG:7372",
            "extent": {
                "south": 14.33,
                "west": 51.99,
                "north": 26.74,
                "east": 63.38
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7373/?format=api",
            "name": "ONGD14",
            "code": "EPSG:7373",
            "extent": {
                "south": 14.33,
                "west": 51.99,
                "north": 26.74,
                "east": 63.38
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7375/?format=api",
            "name": "ONGD14 / UTM zone 40N",
            "code": "EPSG:7375",
            "extent": {
                "south": 14.33,
                "west": 54.0,
                "north": 26.74,
                "east": 60.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7410/?format=api",
            "name": "PSHD93",
            "code": "EPSG:7410",
            "extent": {
                "south": 16.59,
                "west": 51.99,
                "north": 26.58,
                "east": 59.91
            }
        },
        {
            "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
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7657/?format=api",
            "name": "WGS 84 (G730)",
            "code": "EPSG:7657",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7658/?format=api",
            "name": "WGS 84 (G873)",
            "code": "EPSG:7658",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7659/?format=api",
            "name": "WGS 84 (G873)",
            "code": "EPSG:7659",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7660/?format=api",
            "name": "WGS 84 (G1150)",
            "code": "EPSG:7660",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}