List applicable projections for a raster.

GET /api/v4/rasters/721ca53d-e95c-4e4d-b2a5-a64befed9274/projections/?format=api&page=4
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 421,
    "next": "https://demo.lizard.net/api/v4/rasters/721ca53d-e95c-4e4d-b2a5-a64befed9274/projections/?format=api&page=5",
    "previous": "https://demo.lizard.net/api/v4/rasters/721ca53d-e95c-4e4d-b2a5-a64befed9274/projections/?format=api&page=3",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32232/?format=api",
            "name": "WGS 72 / UTM zone 32N",
            "code": "EPSG:32232",
            "extent": {
                "south": 0.0,
                "west": 6.0,
                "north": 84.0,
                "east": 12.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32431/?format=api",
            "name": "WGS 72BE / UTM zone 31N",
            "code": "EPSG:32431",
            "extent": {
                "south": 0.0,
                "west": 0.0,
                "north": 84.0,
                "east": 6.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32432/?format=api",
            "name": "WGS 72BE / UTM zone 32N",
            "code": "EPSG:32432",
            "extent": {
                "south": 0.0,
                "west": 6.0,
                "north": 84.0,
                "east": 12.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:32631/?format=api",
            "name": "WGS 84 / UTM zone 31N",
            "code": "EPSG:32631",
            "extent": {
                "south": 0.0,
                "west": 0.0,
                "north": 84.0,
                "east": 6.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32632/?format=api",
            "name": "WGS 84 / UTM zone 32N",
            "code": "EPSG:32632",
            "extent": {
                "south": 0.0,
                "west": 6.0,
                "north": 84.0,
                "east": 12.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:3338/?format=api",
            "name": "NAD83 / Alaska Albers",
            "code": "EPSG:3338",
            "extent": {
                "south": 51.3,
                "west": -129.99,
                "north": 71.4,
                "east": 172.42
            }
        },
        {
            "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
            }
        }
    ]
}