List applicable projections for a raster.

GET /api/v4/rasters/bf6ad5f3-3ab9-4621-8790-2b0940e1c4c2/projections/?format=api&page=12
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=13",
    "previous": "https://demo.lizard.net/api/v4/rasters/bf6ad5f3-3ab9-4621-8790-2b0940e1c4c2/projections/?format=api&page=11",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20353/?format=api",
            "name": "AGD84 / AMG zone 53",
            "code": "EPSG:20353",
            "extent": {
                "south": -36.14,
                "west": 132.0,
                "north": -25.99,
                "east": 138.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20354/?format=api",
            "name": "AGD84 / AMG zone 54",
            "code": "EPSG:20354",
            "extent": {
                "south": -38.13,
                "west": 138.0,
                "north": -9.86,
                "east": 144.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20355/?format=api",
            "name": "AGD84 / AMG zone 55",
            "code": "EPSG:20355",
            "extent": {
                "south": -29.01,
                "west": 144.0,
                "north": -14.01,
                "east": 150.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20356/?format=api",
            "name": "AGD84 / AMG zone 56",
            "code": "EPSG:20356",
            "extent": {
                "south": -29.19,
                "west": 150.0,
                "north": -22.0,
                "east": 153.61
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20357/?format=api",
            "name": "AGD84 / AMG zone 57",
            "code": "EPSG:20357",
            "extent": {
                "south": -35.13,
                "west": 156.0,
                "north": -14.08,
                "east": 162.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:20358/?format=api",
            "name": "AGD84 / AMG zone 58",
            "code": "EPSG:20358",
            "extent": {
                "south": -34.22,
                "west": 162.0,
                "north": -27.25,
                "east": 163.2
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2036/?format=api",
            "name": "NAD83(CSRS98) / New Brunswick Stereo",
            "code": "EPSG:2036",
            "extent": {
                "south": 44.56,
                "west": -69.05,
                "north": 48.07,
                "east": -63.7
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2037/?format=api",
            "name": "NAD83(CSRS98) / UTM zone 19N",
            "code": "EPSG:2037",
            "extent": {
                "south": 44.6,
                "west": -72.0,
                "north": 61.5,
                "east": -66.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2038/?format=api",
            "name": "NAD83(CSRS98) / UTM zone 20N",
            "code": "EPSG:2038",
            "extent": {
                "south": 43.2,
                "west": -66.0,
                "north": 60.0,
                "east": -60.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2039/?format=api",
            "name": "Israel 1993 / Israeli TM Grid",
            "code": "EPSG:2039",
            "extent": {
                "south": 29.45,
                "west": 34.17,
                "north": 33.28,
                "east": 35.69
            }
        }
    ]
}