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

### Available end points:

- `/bboxes/` - Will list all GeographicBoundingBoxes in the database
- `/bboxes.json` - Will return all GeographicBoundingBoxes in json format
- `/bboxes/<object_id>/` - Returns GeographicBoundingBoxes object with that id

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `bboxName
- `eastBoundLongitude`
- `northBoundLatitude`
- `westBoundLongitude`
- `southBoundLatitude`

### How to use filters:

- `/bboxes/?bboxName=global`
- `/bboxes/?eastBoundLongitude__lt=10`
- `/bboxes/?northBoundLatitude=90`
- `/bboxes/?westBoundLongitude__lte=-40.1`
- `/bboxes.json?southBoundLatitude__gte=30`

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

{
    "count": 4009,
    "next": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/?format=api&limit=100&offset=4000",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/?format=api&limit=100&offset=3800",
    "results": [
        {
            "ob_id": 4998,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": 180.0,
            "southBoundLatitude": 90.0
        },
        {
            "ob_id": 4999,
            "bboxName": "CANARI-LE priority variables coverage",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5000,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5001,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5002,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5003,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5004,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5005,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5006,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5007,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5008,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5009,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5010,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5011,
            "bboxName": "",
            "eastBoundLongitude": -2.817,
            "northBoundLatitude": 51.636,
            "westBoundLongitude": -6.417,
            "southBoundLatitude": 49.636
        },
        {
            "ob_id": 5012,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5013,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5014,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5015,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5016,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5017,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5018,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5019,
            "bboxName": "Mount Plose, South Tyrol, Italy",
            "eastBoundLongitude": 11.734,
            "northBoundLatitude": 46.699,
            "westBoundLongitude": 11.734,
            "southBoundLatitude": 46.699
        },
        {
            "ob_id": 5020,
            "bboxName": "",
            "eastBoundLongitude": 11.888139,
            "northBoundLatitude": 47.461884,
            "westBoundLongitude": 10.619123,
            "southBoundLatitude": 45.611923
        },
        {
            "ob_id": 5021,
            "bboxName": "",
            "eastBoundLongitude": 11.888139,
            "northBoundLatitude": 47.461884,
            "westBoundLongitude": 10.619123,
            "southBoundLatitude": 45.611923
        },
        {
            "ob_id": 5022,
            "bboxName": "",
            "eastBoundLongitude": 11.888139,
            "northBoundLatitude": 47.461884,
            "westBoundLongitude": 10.619123,
            "southBoundLatitude": 45.611923
        },
        {
            "ob_id": 5023,
            "bboxName": "",
            "eastBoundLongitude": 11.888139,
            "northBoundLatitude": 47.461884,
            "westBoundLongitude": 10.619123,
            "southBoundLatitude": 45.611923
        },
        {
            "ob_id": 5024,
            "bboxName": "",
            "eastBoundLongitude": 12.650259,
            "northBoundLatitude": 48.016315,
            "westBoundLongitude": 10.5581875,
            "southBoundLatitude": 46.428886
        },
        {
            "ob_id": 5025,
            "bboxName": "",
            "eastBoundLongitude": 11.967992,
            "northBoundLatitude": 48.05365,
            "westBoundLongitude": 10.590584,
            "southBoundLatitude": 45.58906
        },
        {
            "ob_id": 5026,
            "bboxName": "",
            "eastBoundLongitude": 11.936426,
            "northBoundLatitude": 48.042675,
            "westBoundLongitude": 10.676319,
            "southBoundLatitude": 45.584866
        },
        {
            "ob_id": 5027,
            "bboxName": "Alpine Himalayan Belt",
            "eastBoundLongitude": 122.0,
            "northBoundLatitude": 52.0,
            "westBoundLongitude": -10.0,
            "southBoundLatitude": 20.0
        },
        {
            "ob_id": 5028,
            "bboxName": "",
            "eastBoundLongitude": 1.0,
            "northBoundLatitude": 54.0,
            "westBoundLongitude": -4.0,
            "southBoundLatitude": 51.0
        },
        {
            "ob_id": 5029,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5030,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5031,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5032,
            "bboxName": "",
            "eastBoundLongitude": 11.876271,
            "northBoundLatitude": 48.048,
            "westBoundLongitude": 10.623068,
            "southBoundLatitude": 45.61311
        },
        {
            "ob_id": 5033,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5034,
            "bboxName": "",
            "eastBoundLongitude": 12.157519,
            "northBoundLatitude": 48.04597,
            "westBoundLongitude": 10.627432,
            "southBoundLatitude": 45.602497
        },
        {
            "ob_id": 5035,
            "bboxName": "",
            "eastBoundLongitude": 12.157519,
            "northBoundLatitude": 48.04597,
            "westBoundLongitude": 10.627432,
            "southBoundLatitude": 45.602497
        },
        {
            "ob_id": 5036,
            "bboxName": "",
            "eastBoundLongitude": 12.157519,
            "northBoundLatitude": 48.04597,
            "westBoundLongitude": 10.627432,
            "southBoundLatitude": 45.602497
        },
        {
            "ob_id": 5037,
            "bboxName": "",
            "eastBoundLongitude": 12.157519,
            "northBoundLatitude": 48.04597,
            "westBoundLongitude": 10.627432,
            "southBoundLatitude": 45.602497
        },
        {
            "ob_id": 5038,
            "bboxName": "",
            "eastBoundLongitude": 12.157519,
            "northBoundLatitude": 48.04597,
            "westBoundLongitude": 10.627432,
            "southBoundLatitude": 45.602497
        },
        {
            "ob_id": 5039,
            "bboxName": "",
            "eastBoundLongitude": 12.157519,
            "northBoundLatitude": 48.04597,
            "westBoundLongitude": 10.627432,
            "southBoundLatitude": 45.602497
        },
        {
            "ob_id": 5040,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5041,
            "bboxName": "",
            "eastBoundLongitude": 12.031265,
            "northBoundLatitude": 47.52575,
            "westBoundLongitude": 10.535694,
            "southBoundLatitude": 45.90713
        },
        {
            "ob_id": 5042,
            "bboxName": "",
            "eastBoundLongitude": 12.031265,
            "northBoundLatitude": 47.52575,
            "westBoundLongitude": 10.535694,
            "southBoundLatitude": 45.90713
        },
        {
            "ob_id": 5043,
            "bboxName": "",
            "eastBoundLongitude": 12.031265,
            "northBoundLatitude": 47.52575,
            "westBoundLongitude": 10.535694,
            "southBoundLatitude": 45.90713
        },
        {
            "ob_id": 5044,
            "bboxName": "",
            "eastBoundLongitude": 11.876271,
            "northBoundLatitude": 48.048,
            "westBoundLongitude": 10.623068,
            "southBoundLatitude": 45.61311
        },
        {
            "ob_id": 5045,
            "bboxName": "",
            "eastBoundLongitude": 12.1430435,
            "northBoundLatitude": 48.02029,
            "westBoundLongitude": 10.684136,
            "southBoundLatitude": 45.654423
        },
        {
            "ob_id": 5046,
            "bboxName": "",
            "eastBoundLongitude": 11.893006,
            "northBoundLatitude": 48.018353,
            "westBoundLongitude": 10.601881,
            "southBoundLatitude": 45.608234
        },
        {
            "ob_id": 5047,
            "bboxName": "",
            "eastBoundLongitude": 1.6091818,
            "northBoundLatitude": 54.97332,
            "westBoundLongitude": -0.6232292,
            "southBoundLatitude": 52.068172
        },
        {
            "ob_id": 5048,
            "bboxName": "",
            "eastBoundLongitude": -0.48556232,
            "northBoundLatitude": 59.10559,
            "westBoundLongitude": -8.014337,
            "southBoundLatitude": 52.06752
        },
        {
            "ob_id": 5049,
            "bboxName": "",
            "eastBoundLongitude": -0.49217525,
            "northBoundLatitude": 57.313217,
            "westBoundLongitude": -7.1900063,
            "southBoundLatitude": 52.06825
        },
        {
            "ob_id": 5050,
            "bboxName": "",
            "eastBoundLongitude": -0.09251056,
            "northBoundLatitude": 58.151493,
            "westBoundLongitude": -2.2060122,
            "southBoundLatitude": 52.068893
        },
        {
            "ob_id": 5051,
            "bboxName": "",
            "eastBoundLongitude": 2.166603,
            "northBoundLatitude": 57.135525,
            "westBoundLongitude": -0.62320113,
            "southBoundLatitude": 52.067287
        },
        {
            "ob_id": 5052,
            "bboxName": "",
            "eastBoundLongitude": 2.0146384,
            "northBoundLatitude": 53.801704,
            "westBoundLongitude": -0.6427264,
            "southBoundLatitude": 52.04611
        },
        {
            "ob_id": 5053,
            "bboxName": "",
            "eastBoundLongitude": 0.24078861,
            "northBoundLatitude": 52.00387,
            "westBoundLongitude": -6.922747,
            "southBoundLatitude": 50.785744
        },
        {
            "ob_id": 5054,
            "bboxName": "",
            "eastBoundLongitude": 0.24522097,
            "northBoundLatitude": 52.053783,
            "westBoundLongitude": -6.5746818,
            "southBoundLatitude": 50.986156
        },
        {
            "ob_id": 5055,
            "bboxName": "",
            "eastBoundLongitude": -0.61610746,
            "northBoundLatitude": 52.19435,
            "westBoundLongitude": -4.609644,
            "southBoundLatitude": 51.323128
        },
        {
            "ob_id": 5056,
            "bboxName": "",
            "eastBoundLongitude": 2.046279,
            "northBoundLatitude": 53.17955,
            "westBoundLongitude": -0.6824071,
            "southBoundLatitude": 52.05894
        },
        {
            "ob_id": 5057,
            "bboxName": "",
            "eastBoundLongitude": -0.4174999,
            "northBoundLatitude": 52.37133,
            "westBoundLongitude": -2.7101917,
            "southBoundLatitude": 51.04304
        },
        {
            "ob_id": 5058,
            "bboxName": "",
            "eastBoundLongitude": 2.9442947,
            "northBoundLatitude": 56.832825,
            "westBoundLongitude": -2.3206992,
            "southBoundLatitude": 52.06949
        },
        {
            "ob_id": 5059,
            "bboxName": "",
            "eastBoundLongitude": 2.854192,
            "northBoundLatitude": 56.895123,
            "westBoundLongitude": -2.5754993,
            "southBoundLatitude": 52.016247
        },
        {
            "ob_id": 5060,
            "bboxName": "",
            "eastBoundLongitude": -0.40703145,
            "northBoundLatitude": 52.35158,
            "westBoundLongitude": -5.7267547,
            "southBoundLatitude": 50.692814
        },
        {
            "ob_id": 5061,
            "bboxName": "",
            "eastBoundLongitude": 2.826673,
            "northBoundLatitude": 56.85887,
            "westBoundLongitude": -2.347944,
            "southBoundLatitude": 51.871212
        },
        {
            "ob_id": 5062,
            "bboxName": "",
            "eastBoundLongitude": 2.917276,
            "northBoundLatitude": 56.82825,
            "westBoundLongitude": -2.622783,
            "southBoundLatitude": 52.00356
        },
        {
            "ob_id": 5063,
            "bboxName": "",
            "eastBoundLongitude": -0.3160261,
            "northBoundLatitude": 52.378246,
            "westBoundLongitude": -2.6037397,
            "southBoundLatitude": 51.02002
        },
        {
            "ob_id": 5064,
            "bboxName": "",
            "eastBoundLongitude": 2.9155488,
            "northBoundLatitude": 56.976963,
            "westBoundLongitude": -2.396512,
            "southBoundLatitude": 51.65721
        },
        {
            "ob_id": 5065,
            "bboxName": "",
            "eastBoundLongitude": 2.872214,
            "northBoundLatitude": 56.705803,
            "westBoundLongitude": -2.7159808,
            "southBoundLatitude": 51.964996
        },
        {
            "ob_id": 5066,
            "bboxName": "",
            "eastBoundLongitude": 2.8372824,
            "northBoundLatitude": 56.605354,
            "westBoundLongitude": -2.349456,
            "southBoundLatitude": 52.0524
        },
        {
            "ob_id": 5067,
            "bboxName": "",
            "eastBoundLongitude": 2.8697994,
            "northBoundLatitude": 53.449383,
            "westBoundLongitude": -0.6740626,
            "southBoundLatitude": 52.04614
        },
        {
            "ob_id": 5068,
            "bboxName": "",
            "eastBoundLongitude": -0.46317002,
            "northBoundLatitude": 52.371574,
            "westBoundLongitude": -5.5206947,
            "southBoundLatitude": 50.61961
        },
        {
            "ob_id": 5069,
            "bboxName": "",
            "eastBoundLongitude": 13.286192,
            "northBoundLatitude": 47.842297,
            "westBoundLongitude": 10.715416,
            "southBoundLatitude": 46.68028
        },
        {
            "ob_id": 5070,
            "bboxName": "",
            "eastBoundLongitude": 13.2193165,
            "northBoundLatitude": 47.667374,
            "westBoundLongitude": 10.887575,
            "southBoundLatitude": 46.675755
        },
        {
            "ob_id": 5071,
            "bboxName": "",
            "eastBoundLongitude": 13.289379,
            "northBoundLatitude": 47.66814,
            "westBoundLongitude": 11.29357,
            "southBoundLatitude": 46.67439
        },
        {
            "ob_id": 5072,
            "bboxName": "",
            "eastBoundLongitude": 12.328184,
            "northBoundLatitude": 47.81167,
            "westBoundLongitude": 10.674166,
            "southBoundLatitude": 46.89029
        },
        {
            "ob_id": 5073,
            "bboxName": "",
            "eastBoundLongitude": 12.44207,
            "northBoundLatitude": 47.783783,
            "westBoundLongitude": 10.680921,
            "southBoundLatitude": 46.896473
        },
        {
            "ob_id": 5074,
            "bboxName": "",
            "eastBoundLongitude": 12.309957,
            "northBoundLatitude": 47.858868,
            "westBoundLongitude": 10.732989,
            "southBoundLatitude": 46.879215
        },
        {
            "ob_id": 5075,
            "bboxName": "",
            "eastBoundLongitude": 12.368319,
            "northBoundLatitude": 47.873196,
            "westBoundLongitude": 10.73342,
            "southBoundLatitude": 46.87169
        },
        {
            "ob_id": 5076,
            "bboxName": "",
            "eastBoundLongitude": 12.359065,
            "northBoundLatitude": 47.81905,
            "westBoundLongitude": 10.569837,
            "southBoundLatitude": 46.874447
        },
        {
            "ob_id": 5077,
            "bboxName": "",
            "eastBoundLongitude": 12.627465,
            "northBoundLatitude": 47.862053,
            "westBoundLongitude": 10.729812,
            "southBoundLatitude": 46.873627
        },
        {
            "ob_id": 5078,
            "bboxName": "",
            "eastBoundLongitude": 12.367332,
            "northBoundLatitude": 47.86804,
            "westBoundLongitude": 10.731804,
            "southBoundLatitude": 46.908524
        },
        {
            "ob_id": 5079,
            "bboxName": "",
            "eastBoundLongitude": 12.345876,
            "northBoundLatitude": 47.84885,
            "westBoundLongitude": 10.73207,
            "southBoundLatitude": 46.89742
        },
        {
            "ob_id": 5080,
            "bboxName": "",
            "eastBoundLongitude": 11.966247,
            "northBoundLatitude": 48.055088,
            "westBoundLongitude": 10.621018,
            "southBoundLatitude": 45.616215
        },
        {
            "ob_id": 5081,
            "bboxName": "",
            "eastBoundLongitude": 12.039367,
            "northBoundLatitude": 48.03119,
            "westBoundLongitude": 10.643405,
            "southBoundLatitude": 45.575752
        },
        {
            "ob_id": 5082,
            "bboxName": "",
            "eastBoundLongitude": 12.354455,
            "northBoundLatitude": 47.822754,
            "westBoundLongitude": 10.733157,
            "southBoundLatitude": 46.88857
        },
        {
            "ob_id": 5083,
            "bboxName": "",
            "eastBoundLongitude": 12.534705,
            "northBoundLatitude": 47.86964,
            "westBoundLongitude": 10.729075,
            "southBoundLatitude": 46.886112
        },
        {
            "ob_id": 5084,
            "bboxName": "",
            "eastBoundLongitude": 11.855483,
            "northBoundLatitude": 48.0317,
            "westBoundLongitude": 10.555572,
            "southBoundLatitude": 45.558483
        },
        {
            "ob_id": 5085,
            "bboxName": "",
            "eastBoundLongitude": 12.314116,
            "northBoundLatitude": 47.729473,
            "westBoundLongitude": 10.512094,
            "southBoundLatitude": 46.605907
        },
        {
            "ob_id": 5086,
            "bboxName": "",
            "eastBoundLongitude": 12.034612,
            "northBoundLatitude": 48.054043,
            "westBoundLongitude": 10.681303,
            "southBoundLatitude": 45.64068
        },
        {
            "ob_id": 5087,
            "bboxName": "",
            "eastBoundLongitude": 12.1430435,
            "northBoundLatitude": 48.02029,
            "westBoundLongitude": 10.684136,
            "southBoundLatitude": 45.654423
        },
        {
            "ob_id": 5088,
            "bboxName": "",
            "eastBoundLongitude": 11.893006,
            "northBoundLatitude": 48.018353,
            "westBoundLongitude": 10.601881,
            "southBoundLatitude": 45.608234
        },
        {
            "ob_id": 5089,
            "bboxName": "",
            "eastBoundLongitude": 11.888139,
            "northBoundLatitude": 47.461884,
            "westBoundLongitude": 10.619123,
            "southBoundLatitude": 45.611923
        },
        {
            "ob_id": 5090,
            "bboxName": "",
            "eastBoundLongitude": 12.650259,
            "northBoundLatitude": 48.016315,
            "westBoundLongitude": 10.5581875,
            "southBoundLatitude": 46.428886
        },
        {
            "ob_id": 5091,
            "bboxName": "",
            "eastBoundLongitude": 11.967992,
            "northBoundLatitude": 48.05365,
            "westBoundLongitude": 10.590584,
            "southBoundLatitude": 45.58906
        },
        {
            "ob_id": 5092,
            "bboxName": "",
            "eastBoundLongitude": 11.936426,
            "northBoundLatitude": 48.042675,
            "westBoundLongitude": 10.676319,
            "southBoundLatitude": 45.584866
        },
        {
            "ob_id": 5093,
            "bboxName": "",
            "eastBoundLongitude": 0.6799589,
            "northBoundLatitude": 57.712936,
            "westBoundLongitude": -1.3621024,
            "southBoundLatitude": 52.063625
        },
        {
            "ob_id": 5094,
            "bboxName": "",
            "eastBoundLongitude": -0.60551953,
            "northBoundLatitude": 56.100285,
            "westBoundLongitude": -6.6723247,
            "southBoundLatitude": 51.945007
        },
        {
            "ob_id": 5095,
            "bboxName": "",
            "eastBoundLongitude": -0.09423931,
            "northBoundLatitude": 57.56812,
            "westBoundLongitude": -1.7942998,
            "southBoundLatitude": 52.02242
        },
        {
            "ob_id": 5096,
            "bboxName": "",
            "eastBoundLongitude": -0.44745478,
            "northBoundLatitude": 60.900513,
            "westBoundLongitude": -9.214047,
            "southBoundLatitude": 52.07064
        },
        {
            "ob_id": 5097,
            "bboxName": "",
            "eastBoundLongitude": 0.500348,
            "northBoundLatitude": 55.159164,
            "westBoundLongitude": -1.0829036,
            "southBoundLatitude": 52.064526
        }
    ]
}