List applicable projections for a raster.

GET /api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=36
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6888,
    "next": "https://demo.lizard.net/api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=37",
    "previous": "https://demo.lizard.net/api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=35",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2199/?format=api",
            "name": "Albanian 1987 / Gauss Kruger zone 4",
            "code": "EPSG:2199",
            "extent": {
                "south": 39.63,
                "west": 18.46,
                "north": 42.67,
                "east": 21.06
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2200/?format=api",
            "name": "ATS77 / New Brunswick Stereographic (ATS77)",
            "code": "EPSG:2200",
            "extent": {
                "south": 44.56,
                "west": -69.05,
                "north": 48.07,
                "east": -63.7
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2201/?format=api",
            "name": "REGVEN / UTM zone 18N",
            "code": "EPSG:2201",
            "extent": {
                "south": 7.02,
                "west": -73.38,
                "north": 11.62,
                "east": -71.99
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2202/?format=api",
            "name": "REGVEN / UTM zone 19N",
            "code": "EPSG:2202",
            "extent": {
                "south": 0.73,
                "west": -72.0,
                "north": 15.64,
                "east": -66.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2203/?format=api",
            "name": "REGVEN / UTM zone 20N",
            "code": "EPSG:2203",
            "extent": {
                "south": 0.64,
                "west": -66.0,
                "north": 16.75,
                "east": -58.95
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:22032/?format=api",
            "name": "Camacupa 1948 / UTM zone 32S",
            "code": "EPSG:22032",
            "extent": {
                "south": -17.26,
                "west": 8.2,
                "north": -6.03,
                "east": 12.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:22033/?format=api",
            "name": "Camacupa 1948 / UTM zone 33S",
            "code": "EPSG:22033",
            "extent": {
                "south": -17.44,
                "west": 12.0,
                "north": -5.82,
                "east": 18.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2204/?format=api",
            "name": "NAD27 / Tennessee",
            "code": "EPSG:2204",
            "extent": {
                "south": 34.98,
                "west": -90.31,
                "north": 36.68,
                "east": -81.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2205/?format=api",
            "name": "NAD83 / Kentucky North",
            "code": "EPSG:2205",
            "extent": {
                "south": 37.71,
                "west": -85.96,
                "north": 39.15,
                "east": -82.47
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2206/?format=api",
            "name": "ED50 / 3-degree Gauss-Kruger zone 9",
            "code": "EPSG:2206",
            "extent": {
                "south": 36.5,
                "west": 25.62,
                "north": 42.11,
                "east": 28.5
            }
        }
    ]
}