List applicable projections for a raster.

GET /api/v4/rasters/5125f134-b03a-4453-9334-2104fe8db4ad/projections/?format=api&page=11
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 304,
    "next": "https://demo.lizard.net/api/v4/rasters/5125f134-b03a-4453-9334-2104fe8db4ad/projections/?format=api&page=12",
    "previous": "https://demo.lizard.net/api/v4/rasters/5125f134-b03a-4453-9334-2104fe8db4ad/projections/?format=api&page=10",
    "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: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: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
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4740/?format=api",
            "name": "PZ-90",
            "code": "EPSG:4740",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4759/?format=api",
            "name": "NAD83(NSRS2007)",
            "code": "EPSG:4759",
            "extent": {
                "south": 14.92,
                "west": -63.88,
                "north": 74.71,
                "east": 167.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4760/?format=api",
            "name": "WGS 66",
            "code": "EPSG:4760",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}