List applicable projections for a raster.

GET /api/v4/rasters/98fddfb3-332f-4f41-aa86-f6419b6202fe/projections/?format=api&page=21
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 349,
    "next": "https://demo.lizard.net/api/v4/rasters/98fddfb3-332f-4f41-aa86-f6419b6202fe/projections/?format=api&page=22",
    "previous": "https://demo.lizard.net/api/v4/rasters/98fddfb3-332f-4f41-aa86-f6419b6202fe/projections/?format=api&page=20",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266407/?format=api",
            "name": "WGS 84 (Hdeg)",
            "code": "EPSG:63266407",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266408/?format=api",
            "name": "WGS 84 (DM)",
            "code": "EPSG:63266408",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266409/?format=api",
            "name": "WGS 84 (DMH)",
            "code": "EPSG:63266409",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266410/?format=api",
            "name": "WGS 84 (HDM)",
            "code": "EPSG:63266410",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266411/?format=api",
            "name": "WGS 84 (DMS)",
            "code": "EPSG:63266411",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266412/?format=api",
            "name": "WGS 84 (HDMS)",
            "code": "EPSG:63266412",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266413/?format=api",
            "name": "WGS 84 (3D deg)",
            "code": "EPSG:63266413",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266414/?format=api",
            "name": "WGS 84 (3D degH)",
            "code": "EPSG:63266414",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266415/?format=api",
            "name": "WGS 84 (3D Hdeg)",
            "code": "EPSG:63266415",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266416/?format=api",
            "name": "WGS 84 (3D DM)",
            "code": "EPSG:63266416",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}