List applicable projections for a raster.

GET /api/v4/rasters/e3a67479-945a-41c1-ac73-8c2d4cf219e4/projections/?format=api&page=2
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=3",
    "previous": "https://demo.lizard.net/api/v4/rasters/e3a67479-945a-41c1-ac73-8c2d4cf219e4/projections/?format=api",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3124/?format=api",
            "name": "PRS92 / Philippines zone 4",
            "code": "EPSG:3124",
            "extent": {
                "south": 3.44,
                "west": 121.74,
                "north": 22.18,
                "east": 124.29
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32250/?format=api",
            "name": "WGS 72 / UTM zone 50N",
            "code": "EPSG:32250",
            "extent": {
                "south": 0.0,
                "west": 114.0,
                "north": 84.0,
                "east": 120.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32251/?format=api",
            "name": "WGS 72 / UTM zone 51N",
            "code": "EPSG:32251",
            "extent": {
                "south": 0.0,
                "west": 120.0,
                "north": 84.0,
                "east": 126.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32450/?format=api",
            "name": "WGS 72BE / UTM zone 50N",
            "code": "EPSG:32450",
            "extent": {
                "south": 0.0,
                "west": 114.0,
                "north": 84.0,
                "east": 120.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32451/?format=api",
            "name": "WGS 72BE / UTM zone 51N",
            "code": "EPSG:32451",
            "extent": {
                "south": 0.0,
                "west": 120.0,
                "north": 84.0,
                "east": 126.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32600/?format=api",
            "name": "WGS 84 / UTM grid system (northern hemisphere)",
            "code": "EPSG:32600",
            "extent": {
                "south": 0.0,
                "west": -180.0,
                "north": 84.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32650/?format=api",
            "name": "WGS 84 / UTM zone 50N",
            "code": "EPSG:32650",
            "extent": {
                "south": 0.0,
                "west": 114.0,
                "north": 84.0,
                "east": 120.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32651/?format=api",
            "name": "WGS 84 / UTM zone 51N",
            "code": "EPSG:32651",
            "extent": {
                "south": 0.0,
                "west": 120.0,
                "north": 84.0,
                "east": 126.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32662/?format=api",
            "name": "WGS 84 / Plate Carree",
            "code": "EPSG:32662",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32663/?format=api",
            "name": "WGS 84 / World Equidistant Cylindrical",
            "code": "EPSG:32663",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}