Get a list of geographic bounding box objects. GeographicBoundingBoxes have a 1:many mapping with Observations.

GET /api/v3/bboxes/?format=api&offset=4100
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4101,
    "next": null,
    "previous": "https://catalogue.ceda.ac.uk/api/v3/bboxes/?format=api&limit=100&offset=4000",
    "results": [
        {
            "ob_id": 5209,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "westBoundLongitude": 180.0,
            "southBoundLatitude": 90.0,
            "northBoundLatitude": 90.0
        }
    ]
}