List applicable projections for a raster.

GET /api/v4/rasters/bf6ad5f3-3ab9-4621-8790-2b0940e1c4c2/projections/?format=api&page=7
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=8",
    "previous": "https://demo.lizard.net/api/v4/rasters/bf6ad5f3-3ab9-4621-8790-2b0940e1c4c2/projections/?format=api&page=6",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20088/?format=api",
            "name": "Pulkovo 1995 / Gauss-Kruger 28N",
            "code": "EPSG:20088",
            "extent": {
                "south": 54.47,
                "west": 162.0,
                "north": 70.03,
                "east": 168.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20089/?format=api",
            "name": "Pulkovo 1995 / Gauss-Kruger 29N",
            "code": "EPSG:20089",
            "extent": {
                "south": 54.45,
                "west": 168.0,
                "north": 70.19,
                "east": 174.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2009/?format=api",
            "name": "NAD27(CGQ77) / SCoPQ zone 3",
            "code": "EPSG:2009",
            "extent": {
                "south": 50.2,
                "west": -60.0,
                "north": 52.01,
                "east": -57.1
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20090/?format=api",
            "name": "Pulkovo 1995 / Gauss-Kruger 30N",
            "code": "EPSG:20090",
            "extent": {
                "south": 61.65,
                "west": 174.0,
                "north": 71.59,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2010/?format=api",
            "name": "NAD27(CGQ77) / SCoPQ zone 4",
            "code": "EPSG:2010",
            "extent": {
                "south": 47.16,
                "west": -63.0,
                "north": 52.01,
                "east": -60.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2011/?format=api",
            "name": "NAD27(CGQ77) / SCoPQ zone 5",
            "code": "EPSG:2011",
            "extent": {
                "south": 47.95,
                "west": -66.0,
                "north": 60.42,
                "east": -63.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2012/?format=api",
            "name": "NAD27(CGQ77) / SCoPQ zone 6",
            "code": "EPSG:2012",
            "extent": {
                "south": 47.31,
                "west": -69.0,
                "north": 59.0,
                "east": -66.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2013/?format=api",
            "name": "NAD27(CGQ77) / SCoPQ zone 7",
            "code": "EPSG:2013",
            "extent": {
                "south": 45.01,
                "west": -72.0,
                "north": 61.8,
                "east": -69.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20135/?format=api",
            "name": "Adindan / UTM zone 35N",
            "code": "EPSG:20135",
            "extent": {
                "south": 4.21,
                "west": 23.99,
                "north": 22.01,
                "east": 30.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20136/?format=api",
            "name": "Adindan / UTM zone 36N",
            "code": "EPSG:20136",
            "extent": {
                "south": 3.49,
                "west": 29.99,
                "north": 22.24,
                "east": 36.0
            }
        }
    ]
}