List applicable projections for a raster.

GET /api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=35
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=36",
    "previous": "https://demo.lizard.net/api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=34",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:21899/?format=api",
            "name": "Bogota 1975 / Colombia East zone",
            "code": "EPSG:21899",
            "extent": {
                "south": -2.25,
                "west": -69.59,
                "north": 6.31,
                "east": -66.87
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2190/?format=api",
            "name": "Azores Oriental 1940 / UTM zone 26N",
            "code": "EPSG:2190",
            "extent": {
                "south": 36.87,
                "west": -25.92,
                "north": 37.96,
                "east": -24.62
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2191/?format=api",
            "name": "Madeira 1936 / UTM zone 28N",
            "code": "EPSG:2191",
            "extent": {
                "south": 32.35,
                "west": -17.31,
                "north": 33.15,
                "east": -16.23
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2192/?format=api",
            "name": "ED50 / France EuroLambert",
            "code": "EPSG:2192",
            "extent": {
                "south": 42.33,
                "west": -4.87,
                "north": 51.14,
                "east": 8.23
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2193/?format=api",
            "name": "NZGD2000 / New Zealand Transverse Mercator 2000",
            "code": "EPSG:2193",
            "extent": {
                "south": -47.33,
                "west": 166.37,
                "north": -34.1,
                "east": 178.63
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2194/?format=api",
            "name": "American Samoa 1962 / American Samoa Lambert",
            "code": "EPSG:2194",
            "extent": {
                "south": -17.56,
                "west": -173.75,
                "north": -10.02,
                "east": -165.2
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2195/?format=api",
            "name": "NAD83(HARN) / UTM zone 2S",
            "code": "EPSG:2195",
            "extent": {
                "south": -14.59,
                "west": -170.88,
                "north": -14.11,
                "east": -168.09
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2196/?format=api",
            "name": "ETRS89 / Kp2000 Jutland",
            "code": "EPSG:2196",
            "extent": {
                "south": 54.67,
                "west": 8.0,
                "north": 57.8,
                "east": 11.29
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2197/?format=api",
            "name": "ETRS89 / Kp2000 Zealand",
            "code": "EPSG:2197",
            "extent": {
                "south": 54.51,
                "west": 10.79,
                "north": 56.18,
                "east": 12.69
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2198/?format=api",
            "name": "ETRS89 / Kp2000 Bornholm",
            "code": "EPSG:2198",
            "extent": {
                "south": 54.94,
                "west": 14.59,
                "north": 55.36,
                "east": 15.24
            }
        }
    ]
}