List applicable projections for a raster.

GET /api/v4/rasters/e3a67479-945a-41c1-ac73-8c2d4cf219e4/projections/?format=api&page=12
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 317,
    "next": "https://demo.lizard.net/api/v4/rasters/e3a67479-945a-41c1-ac73-8c2d4cf219e4/projections/?format=api&page=13",
    "previous": "https://demo.lizard.net/api/v4/rasters/e3a67479-945a-41c1-ac73-8c2d4cf219e4/projections/?format=api&page=11",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4499/?format=api",
            "name": "CGCS2000 / Gauss-Kruger zone 21",
            "code": "EPSG:4499",
            "extent": {
                "south": 24.64,
                "west": 120.0,
                "north": 53.56,
                "east": 126.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4509/?format=api",
            "name": "CGCS2000 / Gauss-Kruger CM 117E",
            "code": "EPSG:4509",
            "extent": {
                "south": 19.02,
                "west": 114.0,
                "north": 51.52,
                "east": 120.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4510/?format=api",
            "name": "CGCS2000 / Gauss-Kruger CM 123E",
            "code": "EPSG:4510",
            "extent": {
                "south": 24.64,
                "west": 120.0,
                "north": 53.56,
                "east": 126.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4528/?format=api",
            "name": "CGCS2000 / 3-degree Gauss-Kruger zone 40",
            "code": "EPSG:4528",
            "extent": {
                "south": 24.43,
                "west": 118.5,
                "north": 53.33,
                "east": 121.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4549/?format=api",
            "name": "CGCS2000 / 3-degree Gauss-Kruger CM 120E",
            "code": "EPSG:4549",
            "extent": {
                "south": 24.43,
                "west": 118.5,
                "north": 53.33,
                "east": 121.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4555/?format=api",
            "name": "New Beijing",
            "code": "EPSG:4555",
            "extent": {
                "south": 18.11,
                "west": 73.62,
                "north": 53.56,
                "east": 134.77
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4575/?format=api",
            "name": "New Beijing / Gauss-Kruger zone 20",
            "code": "EPSG:4575",
            "extent": {
                "south": 22.14,
                "west": 114.0,
                "north": 51.52,
                "east": 120.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4586/?format=api",
            "name": "New Beijing / Gauss-Kruger CM 117E",
            "code": "EPSG:4586",
            "extent": {
                "south": 22.14,
                "west": 114.0,
                "north": 51.52,
                "east": 120.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4610/?format=api",
            "name": "Xian 1980",
            "code": "EPSG:4610",
            "extent": {
                "south": 18.11,
                "west": 73.62,
                "north": 53.56,
                "east": 134.77
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4683/?format=api",
            "name": "PRS92",
            "code": "EPSG:4683",
            "extent": {
                "south": 3.0,
                "west": 116.04,
                "north": 22.18,
                "east": 129.95
            }
        }
    ]
}