List applicable projections for a raster.

GET /api/v4/rasters/bf6ad5f3-3ab9-4621-8790-2b0940e1c4c2/projections/?format=api&page=11
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6676,
    "next": "https://demo.lizard.net/api/v4/rasters/bf6ad5f3-3ab9-4621-8790-2b0940e1c4c2/projections/?format=api&page=12",
    "previous": "https://demo.lizard.net/api/v4/rasters/bf6ad5f3-3ab9-4621-8790-2b0940e1c4c2/projections/?format=api&page=10",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2031/?format=api",
            "name": "NAD27(CGQ77) / UTM zone 17N",
            "code": "EPSG:2031",
            "extent": {
                "south": 46.23,
                "west": -79.85,
                "north": 62.45,
                "east": -78.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2032/?format=api",
            "name": "NAD27(CGQ77) / UTM zone 18N",
            "code": "EPSG:2032",
            "extent": {
                "south": 44.99,
                "west": -78.0,
                "north": 62.62,
                "east": -72.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2033/?format=api",
            "name": "NAD27(CGQ77) / UTM zone 19N",
            "code": "EPSG:2033",
            "extent": {
                "south": 45.01,
                "west": -72.0,
                "north": 61.8,
                "east": -66.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2034/?format=api",
            "name": "NAD27(CGQ77) / UTM zone 20N",
            "code": "EPSG:2034",
            "extent": {
                "south": 47.16,
                "west": -66.0,
                "north": 60.42,
                "east": -60.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20348/?format=api",
            "name": "AGD84 / AMG zone 48",
            "code": "EPSG:20348",
            "extent": {
                "south": -56.0,
                "west": 102.0,
                "north": -10.0,
                "east": 108.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20349/?format=api",
            "name": "AGD84 / AMG zone 49",
            "code": "EPSG:20349",
            "extent": {
                "south": -37.84,
                "west": 109.23,
                "north": -17.19,
                "east": 114.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2035/?format=api",
            "name": "NAD27(CGQ77) / UTM zone 21N",
            "code": "EPSG:2035",
            "extent": {
                "south": 50.2,
                "west": -60.0,
                "north": 52.01,
                "east": -57.1
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20350/?format=api",
            "name": "AGD84 / AMG zone 50",
            "code": "EPSG:20350",
            "extent": {
                "south": -38.53,
                "west": 114.0,
                "north": -12.61,
                "east": 120.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20351/?format=api",
            "name": "AGD84 / AMG zone 51",
            "code": "EPSG:20351",
            "extent": {
                "south": -38.07,
                "west": 120.0,
                "north": -10.46,
                "east": 126.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20352/?format=api",
            "name": "AGD84 / AMG zone 52",
            "code": "EPSG:20352",
            "extent": {
                "south": -37.05,
                "west": 125.99,
                "north": -9.37,
                "east": 132.01
            }
        }
    ]
}