List applicable projections for a raster.

GET /api/v4/rasters/bf6ad5f3-3ab9-4621-8790-2b0940e1c4c2/projections/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6676,
    "next": "https://demo.lizard.net/api/v4/rasters/bf6ad5f3-3ab9-4621-8790-2b0940e1c4c2/projections/?format=api&page=6",
    "previous": "https://demo.lizard.net/api/v4/rasters/bf6ad5f3-3ab9-4621-8790-2b0940e1c4c2/projections/?format=api&page=4",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2007/?format=api",
            "name": "St. Vincent 45 / British West Indies Grid",
            "code": "EPSG:2007",
            "extent": {
                "south": 12.54,
                "west": -61.52,
                "north": 13.44,
                "east": -61.07
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20070/?format=api",
            "name": "Pulkovo 1995 / Gauss-Kruger 10N",
            "code": "EPSG:20070",
            "extent": {
                "south": 50.47,
                "west": 54.0,
                "north": 81.91,
                "east": 60.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20071/?format=api",
            "name": "Pulkovo 1995 / Gauss-Kruger 11N",
            "code": "EPSG:20071",
            "extent": {
                "south": 50.66,
                "west": 60.0,
                "north": 81.77,
                "east": 66.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20072/?format=api",
            "name": "Pulkovo 1995 / Gauss-Kruger 12N",
            "code": "EPSG:20072",
            "extent": {
                "south": 54.1,
                "west": 66.0,
                "north": 77.07,
                "east": 72.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20073/?format=api",
            "name": "Pulkovo 1995 / Gauss-Kruger 13N",
            "code": "EPSG:20073",
            "extent": {
                "south": 53.17,
                "west": 72.0,
                "north": 79.71,
                "east": 78.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20074/?format=api",
            "name": "Pulkovo 1995 / Gauss-Kruger 14N",
            "code": "EPSG:20074",
            "extent": {
                "south": 50.69,
                "west": 78.0,
                "north": 81.03,
                "east": 84.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20075/?format=api",
            "name": "Pulkovo 1995 / Gauss-Kruger 15N",
            "code": "EPSG:20075",
            "extent": {
                "south": 49.07,
                "west": 84.0,
                "north": 81.27,
                "east": 90.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20076/?format=api",
            "name": "Pulkovo 1995 / Gauss-Kruger 16N",
            "code": "EPSG:20076",
            "extent": {
                "south": 49.89,
                "west": 90.0,
                "north": 81.35,
                "east": 96.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20077/?format=api",
            "name": "Pulkovo 1995 / Gauss-Kruger 17N",
            "code": "EPSG:20077",
            "extent": {
                "south": 49.73,
                "west": 96.0,
                "north": 81.32,
                "east": 102.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20078/?format=api",
            "name": "Pulkovo 1995 / Gauss-Kruger 18N",
            "code": "EPSG:20078",
            "extent": {
                "south": 49.64,
                "west": 102.0,
                "north": 79.48,
                "east": 108.0
            }
        }
    ]
}