List applicable projections for a raster.

GET /api/v4/rasters/99890703-fbd6-4420-83e5-b1f46954301f/projections/?format=api&page=4
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 426,
    "next": "https://demo.lizard.net/api/v4/rasters/99890703-fbd6-4420-83e5-b1f46954301f/projections/?format=api&page=5",
    "previous": "https://demo.lizard.net/api/v4/rasters/99890703-fbd6-4420-83e5-b1f46954301f/projections/?format=api&page=3",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:31467/?format=api",
            "name": "DHDN / 3-degree Gauss-Kruger zone 3",
            "code": "EPSG:31467",
            "extent": {
                "south": 47.27,
                "west": 7.5,
                "north": 55.09,
                "east": 10.51
            }
        },
        {
            "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: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
            }
        }
    ]
}