List applicable projections for a raster.

GET /api/v4/rasters/478499fd-7a88-4fed-8987-4d711ccc312f/projections/?format=api&page=23
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 349,
    "next": "https://demo.lizard.net/api/v4/rasters/478499fd-7a88-4fed-8987-4d711ccc312f/projections/?format=api&page=24",
    "previous": "https://demo.lizard.net/api/v4/rasters/478499fd-7a88-4fed-8987-4d711ccc312f/projections/?format=api&page=22",
    "results": [
        {
            "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
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6934/?format=api",
            "name": "IGS08",
            "code": "EPSG:6934",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7408/?format=api",
            "name": "RD/NAP",
            "code": "EPSG:7408",
            "extent": {
                "south": 50.75,
                "west": 3.2,
                "north": 53.7,
                "east": 7.22
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7409/?format=api",
            "name": "ETRS89 + EVRF2000 height",
            "code": "EPSG:7409",
            "extent": {
                "south": 35.95,
                "west": -9.56,
                "north": 71.21,
                "east": 31.59
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7415/?format=api",
            "name": "Amersfoort / RD New + NAP height",
            "code": "EPSG:7415",
            "extent": {
                "south": 50.75,
                "west": 3.2,
                "north": 53.7,
                "east": 7.22
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7423/?format=api",
            "name": "ETRS89 + EVRF2007 height",
            "code": "EPSG:7423",
            "extent": {
                "south": 35.95,
                "west": -9.56,
                "north": 71.21,
                "east": 31.59
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7656/?format=api",
            "name": "WGS 84 (G730)",
            "code": "EPSG:7656",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}