List applicable projections for a raster.

GET /api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=30
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=31",
    "previous": "https://demo.lizard.net/api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=29",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21480/?format=api",
            "name": "Beijing 1954 / Gauss-Kruger 20N",
            "code": "EPSG:21480",
            "extent": {
                "south": 22.14,
                "west": 114.0,
                "north": 51.52,
                "east": 120.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21481/?format=api",
            "name": "Beijing 1954 / Gauss-Kruger 21N",
            "code": "EPSG:21481",
            "extent": {
                "south": 26.34,
                "west": 120.0,
                "north": 53.56,
                "east": 126.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21482/?format=api",
            "name": "Beijing 1954 / Gauss-Kruger 22N",
            "code": "EPSG:21482",
            "extent": {
                "south": 40.89,
                "west": 126.0,
                "north": 52.79,
                "east": 132.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21483/?format=api",
            "name": "Beijing 1954 / Gauss-Kruger 23N",
            "code": "EPSG:21483",
            "extent": {
                "south": 45.02,
                "west": 132.0,
                "north": 48.4,
                "east": 134.77
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2149/?format=api",
            "name": "NAD83(CSRS98) / UTM zone 18N",
            "code": "EPSG:2149",
            "extent": {
                "south": 44.99,
                "west": -78.0,
                "north": 62.62,
                "east": -72.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2150/?format=api",
            "name": "NAD83(CSRS98) / UTM zone 17N",
            "code": "EPSG:2150",
            "extent": {
                "south": 46.23,
                "west": -79.85,
                "north": 62.45,
                "east": -78.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21500/?format=api",
            "name": "Belge 1950 (Brussels) / Belge Lambert 50",
            "code": "EPSG:21500",
            "extent": {
                "south": 49.5,
                "west": 2.5,
                "north": 51.51,
                "east": 6.4
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2151/?format=api",
            "name": "NAD83(CSRS98) / UTM zone 13N",
            "code": "EPSG:2151",
            "extent": {
                "south": 49.0,
                "west": -108.0,
                "north": 60.0,
                "east": -102.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2152/?format=api",
            "name": "NAD83(CSRS98) / UTM zone 12N",
            "code": "EPSG:2152",
            "extent": {
                "south": 49.0,
                "west": -114.0,
                "north": 60.0,
                "east": -108.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2153/?format=api",
            "name": "NAD83(CSRS98) / UTM zone 11N",
            "code": "EPSG:2153",
            "extent": {
                "south": 49.0,
                "west": -120.0,
                "north": 60.0,
                "east": -114.0
            }
        }
    ]
}