List applicable projections for a raster.

GET /api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=29
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=30",
    "previous": "https://demo.lizard.net/api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=28",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21463/?format=api",
            "name": "Beijing 1954 / Gauss-Kruger CM 135E",
            "code": "EPSG:21463",
            "extent": {
                "south": 45.02,
                "west": 132.0,
                "north": 48.4,
                "east": 134.77
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2147/?format=api",
            "name": "NAD83(CSRS98) / MTM zone 10",
            "code": "EPSG:2147",
            "extent": {
                "south": 46.23,
                "west": -79.85,
                "north": 62.45,
                "east": -78.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21473/?format=api",
            "name": "Beijing 1954 / Gauss-Kruger 13N",
            "code": "EPSG:21473",
            "extent": {
                "south": 35.42,
                "west": 73.62,
                "north": 41.07,
                "east": 78.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21474/?format=api",
            "name": "Beijing 1954 / Gauss-Kruger 14N",
            "code": "EPSG:21474",
            "extent": {
                "south": 29.16,
                "west": 77.98,
                "north": 47.23,
                "east": 84.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21475/?format=api",
            "name": "Beijing 1954 / Gauss-Kruger 15N",
            "code": "EPSG:21475",
            "extent": {
                "south": 27.32,
                "west": 84.0,
                "north": 49.18,
                "east": 90.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21476/?format=api",
            "name": "Beijing 1954 / Gauss-Kruger 16N",
            "code": "EPSG:21476",
            "extent": {
                "south": 27.71,
                "west": 90.0,
                "north": 47.9,
                "east": 96.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21477/?format=api",
            "name": "Beijing 1954 / Gauss-Kruger 17N",
            "code": "EPSG:21477",
            "extent": {
                "south": 21.13,
                "west": 96.0,
                "north": 43.18,
                "east": 102.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21478/?format=api",
            "name": "Beijing 1954 / Gauss-Kruger 18N",
            "code": "EPSG:21478",
            "extent": {
                "south": 21.53,
                "west": 102.0,
                "north": 42.47,
                "east": 108.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21479/?format=api",
            "name": "Beijing 1954 / Gauss-Kruger 19N",
            "code": "EPSG:21479",
            "extent": {
                "south": 18.11,
                "west": 108.0,
                "north": 45.11,
                "east": 114.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2148/?format=api",
            "name": "NAD83(CSRS98) / UTM zone 21N",
            "code": "EPSG:2148",
            "extent": {
                "south": 50.2,
                "west": -60.0,
                "north": 52.01,
                "east": -57.1
            }
        }
    ]
}