List applicable projections for a raster.

GET /api/v4/rasters/62bb4a86-2a13-414c-a111-486c1dd9b0af/projections/?format=api&page=14
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 327,
    "next": "https://demo.lizard.net/api/v4/rasters/62bb4a86-2a13-414c-a111-486c1dd9b0af/projections/?format=api&page=15",
    "previous": "https://demo.lizard.net/api/v4/rasters/62bb4a86-2a13-414c-a111-486c1dd9b0af/projections/?format=api&page=13",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4978/?format=api",
            "name": "WGS 84",
            "code": "EPSG:4978",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4979/?format=api",
            "name": "WGS 84",
            "code": "EPSG:4979",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4984/?format=api",
            "name": "WGS 72",
            "code": "EPSG:4984",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4985/?format=api",
            "name": "WGS 72",
            "code": "EPSG:4985",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4986/?format=api",
            "name": "WGS 72BE",
            "code": "EPSG:4986",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4987/?format=api",
            "name": "WGS 72BE",
            "code": "EPSG:4987",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5262/?format=api",
            "name": "DRUKREF 03",
            "code": "EPSG:5262",
            "extent": {
                "south": 26.7,
                "west": 88.74,
                "north": 28.33,
                "east": 92.13
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5263/?format=api",
            "name": "DRUKREF 03",
            "code": "EPSG:5263",
            "extent": {
                "south": 26.7,
                "west": 88.74,
                "north": 28.33,
                "east": 92.13
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5264/?format=api",
            "name": "DRUKREF 03",
            "code": "EPSG:5264",
            "extent": {
                "south": 26.7,
                "west": 88.74,
                "north": 28.33,
                "east": 92.13
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5266/?format=api",
            "name": "DRUKREF 03 / Bhutan National Grid",
            "code": "EPSG:5266",
            "extent": {
                "south": 26.7,
                "west": 88.74,
                "north": 28.33,
                "east": 92.13
            }
        }
    ]
}