List applicable projections for a raster.

GET /api/v4/rasters/62bb4a86-2a13-414c-a111-486c1dd9b0af/projections/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 327,
    "next": "https://demo.lizard.net/api/v4/rasters/62bb4a86-2a13-414c-a111-486c1dd9b0af/projections/?format=api&page=3",
    "previous": "https://demo.lizard.net/api/v4/rasters/62bb4a86-2a13-414c-a111-486c1dd9b0af/projections/?format=api",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32245/?format=api",
            "name": "WGS 72 / UTM zone 45N",
            "code": "EPSG:32245",
            "extent": {
                "south": 0.0,
                "west": 84.0,
                "north": 84.0,
                "east": 90.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32246/?format=api",
            "name": "WGS 72 / UTM zone 46N",
            "code": "EPSG:32246",
            "extent": {
                "south": 0.0,
                "west": 90.0,
                "north": 84.0,
                "east": 96.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32445/?format=api",
            "name": "WGS 72BE / UTM zone 45N",
            "code": "EPSG:32445",
            "extent": {
                "south": 0.0,
                "west": 84.0,
                "north": 84.0,
                "east": 90.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32446/?format=api",
            "name": "WGS 72BE / UTM zone 46N",
            "code": "EPSG:32446",
            "extent": {
                "south": 0.0,
                "west": 90.0,
                "north": 84.0,
                "east": 96.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:32645/?format=api",
            "name": "WGS 84 / UTM zone 45N",
            "code": "EPSG:32645",
            "extent": {
                "south": 0.0,
                "west": 84.0,
                "north": 84.0,
                "east": 90.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32646/?format=api",
            "name": "WGS 84 / UTM zone 46N",
            "code": "EPSG:32646",
            "extent": {
                "south": 0.0,
                "west": 90.0,
                "north": 84.0,
                "east": 96.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
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3349/?format=api",
            "name": "WGS 84 / PDC Mercator",
            "code": "EPSG:3349",
            "extent": {
                "south": -60.0,
                "west": -68.0,
                "north": 66.67,
                "east": 98.69
            }
        }
    ]
}