List applicable projections for a raster.

GET /api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=41
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=42",
    "previous": "https://demo.lizard.net/api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=40",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:22234/?format=api",
            "name": "Cape / UTM zone 34S",
            "code": "EPSG:22234",
            "extent": {
                "south": -26.88,
                "west": 19.99,
                "north": -17.99,
                "east": 24.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:22235/?format=api",
            "name": "Cape / UTM zone 35S",
            "code": "EPSG:22235",
            "extent": {
                "south": -25.84,
                "west": 24.0,
                "north": -17.78,
                "east": 29.38
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:22236/?format=api",
            "name": "Cape / UTM zone 36S",
            "code": "EPSG:22236",
            "extent": {
                "south": -26.88,
                "west": 21.0,
                "north": -17.78,
                "east": 27.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2224/?format=api",
            "name": "NAD83 / Arizona West (ft)",
            "code": "EPSG:2224",
            "extent": {
                "south": 32.05,
                "west": -114.81,
                "north": 37.0,
                "east": -112.52
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2225/?format=api",
            "name": "NAD83 / California zone 1 (ftUS)",
            "code": "EPSG:2225",
            "extent": {
                "south": 39.59,
                "west": -124.45,
                "north": 42.01,
                "east": -119.99
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2226/?format=api",
            "name": "NAD83 / California zone 2 (ftUS)",
            "code": "EPSG:2226",
            "extent": {
                "south": 38.02,
                "west": -124.06,
                "north": 40.16,
                "east": -119.54
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2227/?format=api",
            "name": "NAD83 / California zone 3 (ftUS)",
            "code": "EPSG:2227",
            "extent": {
                "south": 36.73,
                "west": -123.02,
                "north": 38.71,
                "east": -117.83
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:22275/?format=api",
            "name": "Cape / Lo15",
            "code": "EPSG:22275",
            "extent": {
                "south": -23.15,
                "west": 14.35,
                "north": -22.68,
                "east": 14.6
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:22277/?format=api",
            "name": "Cape / Lo17",
            "code": "EPSG:22277",
            "extent": {
                "south": -33.1,
                "west": 16.45,
                "north": -28.03,
                "east": 18.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:22279/?format=api",
            "name": "Cape / Lo19",
            "code": "EPSG:22279",
            "extent": {
                "south": -34.88,
                "west": 17.99,
                "north": -28.38,
                "east": 20.0
            }
        }
    ]
}