List applicable projections for a raster.

GET /api/v4/rasters/bf6ad5f3-3ab9-4621-8790-2b0940e1c4c2/projections/?format=api&page=10
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=11",
    "previous": "https://demo.lizard.net/api/v4/rasters/bf6ad5f3-3ab9-4621-8790-2b0940e1c4c2/projections/?format=api&page=9",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20254/?format=api",
            "name": "AGD66 / AMG zone 54",
            "code": "EPSG:20254",
            "extent": {
                "south": -46.63,
                "west": 138.0,
                "north": -2.53,
                "east": 144.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20255/?format=api",
            "name": "AGD66 / AMG zone 55",
            "code": "EPSG:20255",
            "extent": {
                "south": -47.2,
                "west": 144.0,
                "north": -1.3,
                "east": 150.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20256/?format=api",
            "name": "AGD66 / AMG zone 56",
            "code": "EPSG:20256",
            "extent": {
                "south": -46.44,
                "west": 150.0,
                "north": -2.32,
                "east": 156.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20257/?format=api",
            "name": "AGD66 / AMG zone 57",
            "code": "EPSG:20257",
            "extent": {
                "south": -35.13,
                "west": 156.0,
                "north": -14.08,
                "east": 162.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20258/?format=api",
            "name": "AGD66 / AMG zone 58",
            "code": "EPSG:20258",
            "extent": {
                "south": -34.22,
                "west": 162.0,
                "north": -27.25,
                "east": 163.2
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2026/?format=api",
            "name": "NAD27(76) / MTM zone 17",
            "code": "EPSG:2026",
            "extent": {
                "south": 48.69,
                "west": -95.16,
                "north": 53.24,
                "east": -94.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2027/?format=api",
            "name": "NAD27(76) / UTM zone 15N",
            "code": "EPSG:2027",
            "extent": {
                "south": 48.03,
                "west": -95.17,
                "north": 56.2,
                "east": -90.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2028/?format=api",
            "name": "NAD27(76) / UTM zone 16N",
            "code": "EPSG:2028",
            "extent": {
                "south": 46.11,
                "west": -90.0,
                "north": 56.9,
                "east": -84.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2029/?format=api",
            "name": "NAD27(76) / UTM zone 17N",
            "code": "EPSG:2029",
            "extent": {
                "south": 41.67,
                "west": -84.0,
                "north": 55.37,
                "east": -78.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2030/?format=api",
            "name": "NAD27(76) / UTM zone 18N",
            "code": "EPSG:2030",
            "extent": {
                "south": 43.63,
                "west": -78.0,
                "north": 46.25,
                "east": -74.35
            }
        }
    ]
}