List applicable projections for a raster.

GET /api/v4/rasters/b4fee35f-7204-416f-a452-9fd5cc4f4740/projections/?format=api&page=21
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 304,
    "next": "https://demo.lizard.net/api/v4/rasters/b4fee35f-7204-416f-a452-9fd5cc4f4740/projections/?format=api&page=22",
    "previous": "https://demo.lizard.net/api/v4/rasters/b4fee35f-7204-416f-a452-9fd5cc4f4740/projections/?format=api&page=20",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266418/?format=api",
            "name": "WGS 84 (3D HDM)",
            "code": "EPSG:63266418",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266419/?format=api",
            "name": "WGS 84 (3D DMS)",
            "code": "EPSG:63266419",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266420/?format=api",
            "name": "WGS 84 (3D HDMS)",
            "code": "EPSG:63266420",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6357/?format=api",
            "name": "NAVD88 depth",
            "code": "EPSG:6357",
            "extent": {
                "south": 14.51,
                "west": -66.91,
                "north": 71.4,
                "east": 172.42
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:66106405/?format=api",
            "name": "Xian 1980 (deg)",
            "code": "EPSG:66106405",
            "extent": {
                "south": 16.7,
                "west": 73.62,
                "north": 53.56,
                "east": 134.77
            }
        },
        {
            "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: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
            }
        }
    ]
}