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

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

{
    "count": 4013,
    "next": null,
    "previous": "https://api.catalogue.ceda.ac.uk/api/v3/bboxes/?format=api&limit=100&offset=3900",
    "results": [
        {
            "ob_id": 5098,
            "bboxName": "",
            "eastBoundLongitude": 2.092694,
            "westBoundLongitude": -0.6228742,
            "southBoundLatitude": 52.07183,
            "northBoundLatitude": 53.15182
        },
        {
            "ob_id": 5099,
            "bboxName": "",
            "eastBoundLongitude": 2.8974586,
            "westBoundLongitude": -0.723209,
            "southBoundLatitude": 52.068363,
            "northBoundLatitude": 53.487877
        },
        {
            "ob_id": 5100,
            "bboxName": "",
            "eastBoundLongitude": -0.45217195,
            "westBoundLongitude": -7.0021553,
            "southBoundLatitude": 50.0909,
            "northBoundLatitude": 52.363483
        },
        {
            "ob_id": 5101,
            "bboxName": "",
            "eastBoundLongitude": -0.61505026,
            "westBoundLongitude": -5.177322,
            "southBoundLatitude": 52.06791,
            "northBoundLatitude": 57.98429
        },
        {
            "ob_id": 5102,
            "bboxName": "",
            "eastBoundLongitude": -0.47671553,
            "westBoundLongitude": -2.3095708,
            "southBoundLatitude": 51.92791,
            "northBoundLatitude": 54.925472
        },
        {
            "ob_id": 5103,
            "bboxName": "",
            "eastBoundLongitude": 0.19551064,
            "westBoundLongitude": -2.4110825,
            "southBoundLatitude": 51.976788,
            "northBoundLatitude": 52.78473
        },
        {
            "ob_id": 5104,
            "bboxName": "",
            "eastBoundLongitude": -0.14039928,
            "westBoundLongitude": -2.4194355,
            "southBoundLatitude": 52.06767,
            "northBoundLatitude": 52.791237
        },
        {
            "ob_id": 5105,
            "bboxName": "",
            "eastBoundLongitude": 1.7933589,
            "westBoundLongitude": -0.62319064,
            "southBoundLatitude": 52.06834,
            "northBoundLatitude": 53.510487
        },
        {
            "ob_id": 5106,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0,
            "northBoundLatitude": 90.0
        },
        {
            "ob_id": 5107,
            "bboxName": "",
            "eastBoundLongitude": 52.0,
            "westBoundLongitude": -15.0,
            "southBoundLatitude": 27.0,
            "northBoundLatitude": 71.0
        },
        {
            "ob_id": 5108,
            "bboxName": "",
            "eastBoundLongitude": 52.0,
            "westBoundLongitude": -15.0,
            "southBoundLatitude": 27.0,
            "northBoundLatitude": 71.0
        },
        {
            "ob_id": 5109,
            "bboxName": "Royal Holloway, University of London",
            "eastBoundLongitude": -0.56,
            "westBoundLongitude": -0.56,
            "southBoundLatitude": 51.428,
            "northBoundLatitude": 51.428
        },
        {
            "ob_id": 5112,
            "bboxName": "",
            "eastBoundLongitude": 16.0,
            "westBoundLongitude": 18.0,
            "southBoundLatitude": -1.2,
            "northBoundLatitude": 2.7
        }
    ]
}