List applicable projections for a raster.

GET /api/v4/rasters/0690a2bc-30c4-4305-84bd-800ee76ad929/projections/?format=api&page=29
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 426,
    "next": "https://demo.lizard.net/api/v4/rasters/0690a2bc-30c4-4305-84bd-800ee76ad929/projections/?format=api&page=30",
    "previous": "https://demo.lizard.net/api/v4/rasters/0690a2bc-30c4-4305-84bd-800ee76ad929/projections/?format=api&page=28",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6393/?format=api",
            "name": "NAD83(2011) / Alaska Albers",
            "code": "EPSG:6393",
            "extent": {
                "south": 51.3,
                "west": -129.99,
                "north": 71.4,
                "east": 172.42
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6403/?format=api",
            "name": "NAD83(2011) / Alaska zone 10",
            "code": "EPSG:6403",
            "extent": {
                "south": 51.3,
                "west": -164.84,
                "north": 54.34,
                "east": 172.42
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6781/?format=api",
            "name": "NAD83(CORS96)",
            "code": "EPSG:6781",
            "extent": {
                "south": 14.92,
                "west": -63.88,
                "north": 74.71,
                "east": 167.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6782/?format=api",
            "name": "NAD83(CORS96)",
            "code": "EPSG:6782",
            "extent": {
                "south": 14.92,
                "west": -63.88,
                "north": 74.71,
                "east": 167.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6783/?format=api",
            "name": "NAD83(CORS96)",
            "code": "EPSG:6783",
            "extent": {
                "south": 14.92,
                "west": -63.88,
                "north": 74.71,
                "east": 167.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:68096405/?format=api",
            "name": "Belge 1950 (Brussels) (deg)",
            "code": "EPSG:68096405",
            "extent": {
                "south": 49.5,
                "west": 2.5,
                "north": 51.51,
                "east": 6.4
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6871/?format=api",
            "name": "WGS 84 / Pseudo-Mercator +  EGM2008 geoid height",
            "code": "EPSG:6871",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6893/?format=api",
            "name": "WGS 84 / World Mercator +  EGM2008 height",
            "code": "EPSG:6893",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6931/?format=api",
            "name": "WGS 84 / NSIDC EASE-Grid 2.0 North",
            "code": "EPSG:6931",
            "extent": {
                "south": 0.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6933/?format=api",
            "name": "WGS 84 / NSIDC EASE-Grid 2.0 Global",
            "code": "EPSG:6933",
            "extent": {
                "south": -86.0,
                "west": -180.0,
                "north": 86.0,
                "east": 180.0
            }
        }
    ]
}