List applicable projections for a raster.

GET /api/v4/rasters/3af319f7-5b2d-4065-9ea4-701522892f22/projections/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 349,
    "next": "https://demo.lizard.net/api/v4/rasters/3af319f7-5b2d-4065-9ea4-701522892f22/projections/?format=api&page=3",
    "previous": "https://demo.lizard.net/api/v4/rasters/3af319f7-5b2d-4065-9ea4-701522892f22/projections/?format=api",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3035/?format=api",
            "name": "ETRS89-extended / LAEA Europe",
            "code": "EPSG:3035",
            "extent": {
                "south": 24.6,
                "west": -35.58,
                "north": 84.17,
                "east": 44.83
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3043/?format=api",
            "name": "ETRS89 / UTM zone 31N (N-E)",
            "code": "EPSG:3043",
            "extent": {
                "south": 37.0,
                "west": 0.0,
                "north": 82.41,
                "east": 6.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32231/?format=api",
            "name": "WGS 72 / UTM zone 31N",
            "code": "EPSG:32231",
            "extent": {
                "south": 0.0,
                "west": 0.0,
                "north": 84.0,
                "east": 6.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: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: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
            }
        }
    ]
}