List applicable projections for a raster.

GET /api/v4/rasters/bf6ad5f3-3ab9-4621-8790-2b0940e1c4c2/projections/?format=api&page=9
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=10",
    "previous": "https://demo.lizard.net/api/v4/rasters/bf6ad5f3-3ab9-4621-8790-2b0940e1c4c2/projections/?format=api&page=8",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2022/?format=api",
            "name": "NAD27(76) / MTM zone 13",
            "code": "EPSG:2022",
            "extent": {
                "south": 46.0,
                "west": -85.5,
                "north": 55.59,
                "east": -82.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2023/?format=api",
            "name": "NAD27(76) / MTM zone 14",
            "code": "EPSG:2023",
            "extent": {
                "south": 47.17,
                "west": -88.5,
                "north": 56.7,
                "east": -85.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2024/?format=api",
            "name": "NAD27(76) / MTM zone 15",
            "code": "EPSG:2024",
            "extent": {
                "south": 47.97,
                "west": -91.5,
                "north": 56.9,
                "east": -88.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20248/?format=api",
            "name": "AGD66 / AMG zone 48",
            "code": "EPSG:20248",
            "extent": {
                "south": -56.0,
                "west": 102.0,
                "north": -10.0,
                "east": 108.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20249/?format=api",
            "name": "AGD66 / AMG zone 49",
            "code": "EPSG:20249",
            "extent": {
                "south": -37.84,
                "west": 109.23,
                "north": -17.19,
                "east": 114.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2025/?format=api",
            "name": "NAD27(76) / MTM zone 16",
            "code": "EPSG:2025",
            "extent": {
                "south": 48.06,
                "west": -94.5,
                "north": 55.2,
                "east": -91.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20250/?format=api",
            "name": "AGD66 / AMG zone 50",
            "code": "EPSG:20250",
            "extent": {
                "south": -38.53,
                "west": 114.0,
                "north": -12.61,
                "east": 120.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20251/?format=api",
            "name": "AGD66 / AMG zone 51",
            "code": "EPSG:20251",
            "extent": {
                "south": -38.07,
                "west": 120.0,
                "north": -10.46,
                "east": 126.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20252/?format=api",
            "name": "AGD66 / AMG zone 52",
            "code": "EPSG:20252",
            "extent": {
                "south": -37.38,
                "west": 125.99,
                "north": -9.1,
                "east": 132.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20253/?format=api",
            "name": "AGD66 / AMG zone 53",
            "code": "EPSG:20253",
            "extent": {
                "south": -40.71,
                "west": 132.0,
                "north": -8.88,
                "east": 138.01
            }
        }
    ]
}