List applicable projections for a raster.

GET /api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=26
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=27",
    "previous": "https://demo.lizard.net/api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=25",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2138/?format=api",
            "name": "NAD27(CGQ77) / Quebec Lambert",
            "code": "EPSG:2138",
            "extent": {
                "south": 44.99,
                "west": -79.85,
                "north": 62.62,
                "east": -57.1
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2139/?format=api",
            "name": "NAD83(CSRS98) / SCoPQ zone 2",
            "code": "EPSG:2139",
            "extent": {
                "south": 46.6,
                "west": -57.0,
                "north": 53.76,
                "east": -54.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2140/?format=api",
            "name": "NAD83(CSRS98) / MTM zone 3",
            "code": "EPSG:2140",
            "extent": {
                "south": 50.1,
                "west": -60.0,
                "north": 52.0,
                "east": -57.1
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2141/?format=api",
            "name": "NAD83(CSRS98) / MTM zone 4",
            "code": "EPSG:2141",
            "extent": {
                "south": 47.16,
                "west": -63.0,
                "north": 52.01,
                "east": -60.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21413/?format=api",
            "name": "Beijing 1954 / Gauss-Kruger zone 13",
            "code": "EPSG:21413",
            "extent": {
                "south": 35.42,
                "west": 73.62,
                "north": 41.07,
                "east": 78.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21414/?format=api",
            "name": "Beijing 1954 / Gauss-Kruger zone 14",
            "code": "EPSG:21414",
            "extent": {
                "south": 29.16,
                "west": 77.98,
                "north": 47.23,
                "east": 84.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21415/?format=api",
            "name": "Beijing 1954 / Gauss-Kruger zone 15",
            "code": "EPSG:21415",
            "extent": {
                "south": 27.32,
                "west": 84.0,
                "north": 49.18,
                "east": 90.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21416/?format=api",
            "name": "Beijing 1954 / Gauss-Kruger zone 16",
            "code": "EPSG:21416",
            "extent": {
                "south": 27.71,
                "west": 90.0,
                "north": 47.9,
                "east": 96.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21417/?format=api",
            "name": "Beijing 1954 / Gauss-Kruger zone 17",
            "code": "EPSG:21417",
            "extent": {
                "south": 21.13,
                "west": 96.0,
                "north": 43.18,
                "east": 102.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21418/?format=api",
            "name": "Beijing 1954 / Gauss-Kruger zone 18",
            "code": "EPSG:21418",
            "extent": {
                "south": 21.53,
                "west": 102.0,
                "north": 42.47,
                "east": 108.0
            }
        }
    ]
}