List applicable projections for a raster.

GET /api/v4/rasters/75fa3343-72e4-4604-ad07-c28871605c6d/projections/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 420,
    "next": "https://demo.lizard.net/api/v4/rasters/75fa3343-72e4-4604-ad07-c28871605c6d/projections/?format=api&page=4",
    "previous": "https://demo.lizard.net/api/v4/rasters/75fa3343-72e4-4604-ad07-c28871605c6d/projections/?format=api&page=2",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3034/?format=api",
            "name": "ETRS89-extended / LCC Europe",
            "code": "EPSG:3034",
            "extent": {
                "south": 24.6,
                "west": -35.58,
                "north": 84.17,
                "east": 44.83
            }
        },
        {
            "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:3044/?format=api",
            "name": "ETRS89 / UTM zone 32N (N-E)",
            "code": "EPSG:3044",
            "extent": {
                "south": 38.76,
                "west": 6.0,
                "north": 83.92,
                "east": 12.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:31300/?format=api",
            "name": "Belge 1972 / Belge Lambert 72",
            "code": "EPSG:31300",
            "extent": {
                "south": 49.5,
                "west": 2.5,
                "north": 51.51,
                "east": 6.4
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:31370/?format=api",
            "name": "Belge 1972 / Belgian Lambert 72",
            "code": "EPSG:31370",
            "extent": {
                "south": 49.5,
                "west": 2.5,
                "north": 51.51,
                "east": 6.4
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:31462/?format=api",
            "name": "DHDN / 3-degree Gauss zone 2",
            "code": "EPSG:31462",
            "extent": {
                "south": 49.11,
                "west": 5.86,
                "north": 53.81,
                "east": 7.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:31466/?format=api",
            "name": "DHDN / 3-degree Gauss-Kruger zone 2",
            "code": "EPSG:31466",
            "extent": {
                "south": 49.11,
                "west": 5.86,
                "north": 53.81,
                "east": 7.5
            }
        },
        {
            "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
            }
        }
    ]
}