List applicable projections for a raster.

GET /api/v4/rasters/bf6ad5f3-3ab9-4621-8790-2b0940e1c4c2/projections/?format=api&page=8
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=9",
    "previous": "https://demo.lizard.net/api/v4/rasters/bf6ad5f3-3ab9-4621-8790-2b0940e1c4c2/projections/?format=api&page=7",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20137/?format=api",
            "name": "Adindan / UTM zone 37N",
            "code": "EPSG:20137",
            "extent": {
                "south": 3.4,
                "west": 36.0,
                "north": 22.01,
                "east": 42.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20138/?format=api",
            "name": "Adindan / UTM zone 38N",
            "code": "EPSG:20138",
            "extent": {
                "south": 4.11,
                "west": 42.0,
                "north": 12.85,
                "east": 47.99
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2014/?format=api",
            "name": "NAD27(CGQ77) / SCoPQ zone 8",
            "code": "EPSG:2014",
            "extent": {
                "south": 44.99,
                "west": -75.0,
                "north": 62.53,
                "east": -72.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2015/?format=api",
            "name": "NAD27(CGQ77) / SCoPQ zone 9",
            "code": "EPSG:2015",
            "extent": {
                "south": 45.37,
                "west": -78.0,
                "north": 62.62,
                "east": -75.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2016/?format=api",
            "name": "NAD27(CGQ77) / SCoPQ zone 10",
            "code": "EPSG:2016",
            "extent": {
                "south": 46.23,
                "west": -79.85,
                "north": 62.45,
                "east": -78.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2017/?format=api",
            "name": "NAD27(76) / MTM zone 8",
            "code": "EPSG:2017",
            "extent": {
                "south": 44.98,
                "west": -75.0,
                "north": 45.65,
                "east": -74.35
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2018/?format=api",
            "name": "NAD27(76) / MTM zone 9",
            "code": "EPSG:2018",
            "extent": {
                "south": 43.63,
                "west": -78.0,
                "north": 46.25,
                "east": -75.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2019/?format=api",
            "name": "NAD27(76) / MTM zone 10",
            "code": "EPSG:2019",
            "extent": {
                "south": 42.26,
                "west": -81.0,
                "north": 47.33,
                "east": -77.99
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2020/?format=api",
            "name": "NAD27(76) / MTM zone 11",
            "code": "EPSG:2020",
            "extent": {
                "south": 41.67,
                "west": -83.6,
                "north": 46.0,
                "east": -81.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2021/?format=api",
            "name": "NAD27(76) / MTM zone 12",
            "code": "EPSG:2021",
            "extent": {
                "south": 46.0,
                "west": -82.5,
                "north": 55.21,
                "east": -79.5
            }
        }
    ]
}