List applicable projections for a raster.

GET /api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=18
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6888,
    "next": "https://demo.lizard.net/api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=19",
    "previous": "https://demo.lizard.net/api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=17",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2078/?format=api",
            "name": "ELD79 / UTM zone 33N",
            "code": "EPSG:2078",
            "extent": {
                "south": 22.51,
                "west": 12.0,
                "north": 33.06,
                "east": 18.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2079/?format=api",
            "name": "ELD79 / UTM zone 34N",
            "code": "EPSG:2079",
            "extent": {
                "south": 19.5,
                "west": 17.99,
                "north": 33.0,
                "east": 24.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20790/?format=api",
            "name": "Lisbon (Lisbon) / Portuguese National Grid",
            "code": "EPSG:20790",
            "extent": {
                "south": 36.95,
                "west": -9.56,
                "north": 42.16,
                "east": -6.19
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20791/?format=api",
            "name": "Lisbon (Lisbon) / Portuguese Grid",
            "code": "EPSG:20791",
            "extent": {
                "south": 36.95,
                "west": -9.56,
                "north": 42.16,
                "east": -6.19
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2080/?format=api",
            "name": "ELD79 / UTM zone 35N",
            "code": "EPSG:2080",
            "extent": {
                "south": 19.99,
                "west": 24.0,
                "north": 32.15,
                "east": 25.21
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2081/?format=api",
            "name": "Chos Malal 1914 / Argentina 2",
            "code": "EPSG:2081",
            "extent": {
                "south": -40.54,
                "west": -70.51,
                "north": -36.14,
                "east": -68.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2082/?format=api",
            "name": "Pampa del Castillo / Argentina 2",
            "code": "EPSG:2082",
            "extent": {
                "south": -46.7,
                "west": -69.5,
                "north": -45.19,
                "east": -67.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20822/?format=api",
            "name": "Aratu / UTM zone 22S",
            "code": "EPSG:20822",
            "extent": {
                "south": -35.71,
                "west": -53.38,
                "north": -25.01,
                "east": -47.99
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20823/?format=api",
            "name": "Aratu / UTM zone 23S",
            "code": "EPSG:20823",
            "extent": {
                "south": -33.5,
                "west": -48.01,
                "north": 0.0,
                "east": -41.99
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20824/?format=api",
            "name": "Aratu / UTM zone 24S",
            "code": "EPSG:20824",
            "extent": {
                "south": -26.35,
                "west": -42.01,
                "north": 0.01,
                "east": -36.0
            }
        }
    ]
}