List applicable projections for a raster.

GET /api/v4/rasters/e3a67479-945a-41c1-ac73-8c2d4cf219e4/projections/?format=api&page=31
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 317,
    "next": "https://demo.lizard.net/api/v4/rasters/e3a67479-945a-41c1-ac73-8c2d4cf219e4/projections/?format=api&page=32",
    "previous": "https://demo.lizard.net/api/v4/rasters/e3a67479-945a-41c1-ac73-8c2d4cf219e4/projections/?format=api&page=30",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9011/?format=api",
            "name": "IGS05",
            "code": "EPSG:9011",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9012/?format=api",
            "name": "IGS05",
            "code": "EPSG:9012",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9013/?format=api",
            "name": "IGS08",
            "code": "EPSG:9013",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9014/?format=api",
            "name": "IGS08",
            "code": "EPSG:9014",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9015/?format=api",
            "name": "IGb08",
            "code": "EPSG:9015",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9016/?format=api",
            "name": "IGb08",
            "code": "EPSG:9016",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9017/?format=api",
            "name": "IGb08",
            "code": "EPSG:9017",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9018/?format=api",
            "name": "IGS14",
            "code": "EPSG:9018",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9019/?format=api",
            "name": "IGS14",
            "code": "EPSG:9019",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9053/?format=api",
            "name": "WGS 84 (G730)",
            "code": "EPSG:9053",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}