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=3800
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=3900",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/?format=api&limit=100&offset=3700",
    "results": [
        {
            "ob_id": 4881,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": 180.0,
            "southBoundLatitude": 90.0
        },
        {
            "ob_id": 4882,
            "bboxName": "Bounding box for PerinMalay_HadGEM3",
            "eastBoundLongitude": 104.6,
            "northBoundLatitude": 1.2,
            "westBoundLongitude": 99.5,
            "southBoundLatitude": 6.8
        },
        {
            "ob_id": 4883,
            "bboxName": "Manaus Forest AGB plots",
            "eastBoundLongitude": -60.0217,
            "northBoundLatitude": -3.119,
            "westBoundLongitude": -60.0217,
            "southBoundLatitude": -3.119
        },
        {
            "ob_id": 4884,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": 180.0,
            "southBoundLatitude": 90.0
        },
        {
            "ob_id": 4885,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 84.0,
            "westBoundLongitude": 180.0,
            "southBoundLatitude": 84.0
        },
        {
            "ob_id": 4886,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4887,
            "bboxName": "",
            "eastBoundLongitude": -116.0838424,
            "northBoundLatitude": 13.94029504,
            "westBoundLongitude": -116.5389156,
            "southBoundLatitude": 13.06930238
        },
        {
            "ob_id": 4888,
            "bboxName": "",
            "eastBoundLongitude": 40.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": 110.0,
            "southBoundLatitude": 20.0
        },
        {
            "ob_id": 4889,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": 180.0,
            "southBoundLatitude": 90.0
        },
        {
            "ob_id": 4890,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4891,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 72.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -55.0
        },
        {
            "ob_id": 4892,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": 180.0,
            "southBoundLatitude": 90.0
        },
        {
            "ob_id": 4893,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": 180.0,
            "southBoundLatitude": 90.0
        },
        {
            "ob_id": 4894,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4895,
            "bboxName": "Adelaide-CWVC-EMERALD",
            "eastBoundLongitude": 139.0,
            "northBoundLatitude": -30.0,
            "westBoundLongitude": 130.5,
            "southBoundLatitude": -35.0
        },
        {
            "ob_id": 4896,
            "bboxName": "Darwin-CWVC-EMERALD",
            "eastBoundLongitude": 139.0,
            "northBoundLatitude": -10.0,
            "westBoundLongitude": 130.5,
            "southBoundLatitude": -17.0
        },
        {
            "ob_id": 4897,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": 180.0,
            "southBoundLatitude": 90.0
        },
        {
            "ob_id": 4898,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": 180.0,
            "southBoundLatitude": 90.0
        },
        {
            "ob_id": 4899,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": 180.0,
            "southBoundLatitude": 90.0
        },
        {
            "ob_id": 4900,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": 180.0,
            "southBoundLatitude": 90.0
        },
        {
            "ob_id": 4901,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": 180.0,
            "southBoundLatitude": 90.0
        },
        {
            "ob_id": 4902,
            "bboxName": "",
            "eastBoundLongitude": -3.576,
            "northBoundLatitude": 53.49,
            "westBoundLongitude": -3.688,
            "southBoundLatitude": 53.378
        },
        {
            "ob_id": 4903,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4904,
            "bboxName": "",
            "eastBoundLongitude": 3.56,
            "northBoundLatitude": 61.02,
            "westBoundLongitude": -10.02,
            "southBoundLatitude": 47.82
        },
        {
            "ob_id": 4911,
            "bboxName": "Keflavikurflugvollir",
            "eastBoundLongitude": -22.58757972717285,
            "northBoundLatitude": 63.97468185424805,
            "westBoundLongitude": -22.58757972717285,
            "southBoundLatitude": 63.97468185424805
        },
        {
            "ob_id": 4912,
            "bboxName": "Capo-Granitola",
            "eastBoundLongitude": 12.659722328186035,
            "northBoundLatitude": 37.571109771728516,
            "westBoundLongitude": 12.659722328186035,
            "southBoundLatitude": 37.571109771728516
        },
        {
            "ob_id": 4913,
            "bboxName": "Potenza",
            "eastBoundLongitude": 15.720000267028809,
            "northBoundLatitude": 40.599998474121094,
            "westBoundLongitude": 15.720000267028809,
            "southBoundLatitude": 40.599998474121094
        },
        {
            "ob_id": 4914,
            "bboxName": "Hkn",
            "eastBoundLongitude": 4.293330192565918,
            "northBoundLatitude": 52.69778060913086,
            "westBoundLongitude": 4.293330192565918,
            "southBoundLatitude": 52.69778060913086
        },
        {
            "ob_id": 4915,
            "bboxName": "Hkwa",
            "eastBoundLongitude": 3.8044400215148926,
            "northBoundLatitude": 52.67972183227539,
            "westBoundLongitude": 3.8044400215148926,
            "southBoundLatitude": 52.67972183227539
        },
        {
            "ob_id": 4916,
            "bboxName": "Hkza",
            "eastBoundLongitude": 4.042220115661621,
            "northBoundLatitude": 52.31943893432617,
            "westBoundLongitude": 4.042220115661621,
            "southBoundLatitude": 52.31943893432617
        },
        {
            "ob_id": 4917,
            "bboxName": "Lauder",
            "eastBoundLongitude": 169.6840057373047,
            "northBoundLatitude": -45.03799819946289,
            "westBoundLongitude": 169.6840057373047,
            "southBoundLatitude": -45.03799819946289
        },
        {
            "ob_id": 4918,
            "bboxName": "Birkenes",
            "eastBoundLongitude": 8.25,
            "northBoundLatitude": 58.383331298828125,
            "westBoundLongitude": 8.25,
            "southBoundLatitude": 58.383331298828125
        },
        {
            "ob_id": 4919,
            "bboxName": "Evaso",
            "eastBoundLongitude": -7.911499977111816,
            "northBoundLatitude": 38.56782913208008,
            "westBoundLongitude": -7.911499977111816,
            "southBoundLatitude": 38.56782913208008
        },
        {
            "ob_id": 4920,
            "bboxName": "Ljubljana-Bezigrad",
            "eastBoundLongitude": 14.512359619140625,
            "northBoundLatitude": 46.06550598144531,
            "westBoundLongitude": 14.512359619140625,
            "southBoundLatitude": 46.06550598144531
        },
        {
            "ob_id": 4921,
            "bboxName": "Ciemat-Madrid",
            "eastBoundLongitude": -3.76200008392334,
            "northBoundLatitude": 40.45600128173828,
            "westBoundLongitude": -3.76200008392334,
            "southBoundLatitude": 40.45600128173828
        },
        {
            "ob_id": 4922,
            "bboxName": "Guadiana-Ugr",
            "eastBoundLongitude": -3.227570056915283,
            "northBoundLatitude": 37.915008544921875,
            "westBoundLongitude": -3.227570056915283,
            "southBoundLatitude": 37.915008544921875
        },
        {
            "ob_id": 4923,
            "bboxName": "Svartberget",
            "eastBoundLongitude": 19.77457046508789,
            "northBoundLatitude": 64.25608825683594,
            "westBoundLongitude": 19.77457046508789,
            "southBoundLatitude": 64.25608825683594
        },
        {
            "ob_id": 4924,
            "bboxName": "Eriswil",
            "eastBoundLongitude": 7.872580051422119,
            "northBoundLatitude": 47.07051086425781,
            "westBoundLongitude": 7.872580051422119,
            "southBoundLatitude": 47.07051086425781
        },
        {
            "ob_id": 4925,
            "bboxName": "Lugano-Airport",
            "eastBoundLongitude": 8.909159660339355,
            "northBoundLatitude": 46.00054931640625,
            "westBoundLongitude": 8.909159660339355,
            "southBoundLatitude": 46.00054931640625
        },
        {
            "ob_id": 4926,
            "bboxName": "Nottwil",
            "eastBoundLongitude": 8.131307601928711,
            "northBoundLatitude": 47.141719818115234,
            "westBoundLongitude": 8.131307601928711,
            "southBoundLatitude": 47.141719818115234
        },
        {
            "ob_id": 4927,
            "bboxName": "Jodrell-Bank-Observatory",
            "eastBoundLongitude": -2.306540012359619,
            "northBoundLatitude": 53.23616027832031,
            "westBoundLongitude": -2.306540012359619,
            "southBoundLatitude": 53.23616027832031
        },
        {
            "ob_id": 4928,
            "bboxName": "",
            "eastBoundLongitude": 4.59,
            "northBoundLatitude": 60.86,
            "westBoundLongitude": -12.61,
            "southBoundLatitude": 48.83
        },
        {
            "ob_id": 4929,
            "bboxName": "",
            "eastBoundLongitude": 4.59,
            "northBoundLatitude": 60.86,
            "westBoundLongitude": -12.61,
            "southBoundLatitude": 48.83
        },
        {
            "ob_id": 4930,
            "bboxName": "",
            "eastBoundLongitude": -0.6494616,
            "northBoundLatitude": 53.99744883,
            "westBoundLongitude": -3.24680533,
            "southBoundLatitude": 51.45996643
        },
        {
            "ob_id": 4931,
            "bboxName": "",
            "eastBoundLongitude": -0.6494616,
            "northBoundLatitude": 53.99744883,
            "westBoundLongitude": -3.24680533,
            "southBoundLatitude": 51.45996643
        },
        {
            "ob_id": 4932,
            "bboxName": "",
            "eastBoundLongitude": -0.6494616,
            "northBoundLatitude": 53.99744883,
            "westBoundLongitude": -3.24680533,
            "southBoundLatitude": 51.45996643
        },
        {
            "ob_id": 4933,
            "bboxName": "",
            "eastBoundLongitude": -0.6494616,
            "northBoundLatitude": 53.99744883,
            "westBoundLongitude": -3.24680533,
            "southBoundLatitude": 51.45996643
        },
        {
            "ob_id": 4934,
            "bboxName": "",
            "eastBoundLongitude": -0.6494616,
            "northBoundLatitude": 53.99744883,
            "westBoundLongitude": -3.24680533,
            "southBoundLatitude": 51.45996643
        },
        {
            "ob_id": 4935,
            "bboxName": "",
            "eastBoundLongitude": -0.6494616,
            "northBoundLatitude": 53.99744883,
            "westBoundLongitude": -3.24680533,
            "southBoundLatitude": 51.45996643
        },
        {
            "ob_id": 4936,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4937,
            "bboxName": "",
            "eastBoundLongitude": -0.56106,
            "northBoundLatitude": 51.42653,
            "westBoundLongitude": -0.56106,
            "southBoundLatitude": 51.42653
        },
        {
            "ob_id": 4938,
            "bboxName": "",
            "eastBoundLongitude": -0.56106,
            "northBoundLatitude": 51.42653,
            "westBoundLongitude": -0.56106,
            "southBoundLatitude": 51.42653
        },
        {
            "ob_id": 4939,
            "bboxName": "",
            "eastBoundLongitude": -0.56105,
            "northBoundLatitude": 51.42654,
            "westBoundLongitude": -0.56107,
            "southBoundLatitude": 51.42652
        },
        {
            "ob_id": 4940,
            "bboxName": "",
            "eastBoundLongitude": -0.56105,
            "northBoundLatitude": 51.42654,
            "westBoundLongitude": -0.56107,
            "southBoundLatitude": 51.42652
        },
        {
            "ob_id": 4941,
            "bboxName": "",
            "eastBoundLongitude": 1.93,
            "northBoundLatitude": 52.45,
            "westBoundLongitude": 1.93,
            "southBoundLatitude": 52.45
        },
        {
            "ob_id": 4942,
            "bboxName": "",
            "eastBoundLongitude": 1.93,
            "northBoundLatitude": 52.45,
            "westBoundLongitude": 1.93,
            "southBoundLatitude": 52.45
        },
        {
            "ob_id": 4943,
            "bboxName": "",
            "eastBoundLongitude": 1.93,
            "northBoundLatitude": 52.45,
            "westBoundLongitude": 1.93,
            "southBoundLatitude": 52.45
        },
        {
            "ob_id": 4944,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": 180.0,
            "southBoundLatitude": 90.0
        },
        {
            "ob_id": 4948,
            "bboxName": "",
            "eastBoundLongitude": -2.2,
            "northBoundLatitude": 52.66,
            "westBoundLongitude": -1.41,
            "southBoundLatitude": 52.33
        },
        {
            "ob_id": 4949,
            "bboxName": "",
            "eastBoundLongitude": -1.41,
            "northBoundLatitude": 52.66,
            "westBoundLongitude": -2.2,
            "southBoundLatitude": 52.33
        },
        {
            "ob_id": 4950,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": 180.0,
            "southBoundLatitude": 90.0
        },
        {
            "ob_id": 4951,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": 180.0,
            "southBoundLatitude": 90.0
        },
        {
            "ob_id": 4956,
            "bboxName": "",
            "eastBoundLongitude": 51.8642329286,
            "northBoundLatitude": 37.7310385636,
            "westBoundLongitude": -18.2735295096,
            "southBoundLatitude": -35.0540590169
        },
        {
            "ob_id": 4958,
            "bboxName": "",
            "eastBoundLongitude": 4.59,
            "northBoundLatitude": 60.86,
            "westBoundLongitude": -12.61,
            "southBoundLatitude": 48.83
        },
        {
            "ob_id": 4959,
            "bboxName": "",
            "eastBoundLongitude": 51.155065,
            "northBoundLatitude": 51.155565,
            "westBoundLongitude": -0.864835,
            "southBoundLatitude": -0.86388
        },
        {
            "ob_id": 4960,
            "bboxName": "",
            "eastBoundLongitude": -180.0,
            "northBoundLatitude": -90.0,
            "westBoundLongitude": 180.0,
            "southBoundLatitude": 90.0
        },
        {
            "ob_id": 4961,
            "bboxName": "",
            "eastBoundLongitude": -180.0,
            "northBoundLatitude": -90.0,
            "westBoundLongitude": 180.0,
            "southBoundLatitude": 90.0
        },
        {
            "ob_id": 4962,
            "bboxName": "",
            "eastBoundLongitude": -180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": 180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4963,
            "bboxName": "",
            "eastBoundLongitude": 4.59,
            "northBoundLatitude": 60.86,
            "westBoundLongitude": -12.61,
            "southBoundLatitude": 48.83
        },
        {
            "ob_id": 4964,
            "bboxName": "",
            "eastBoundLongitude": 10.0,
            "northBoundLatitude": 63.0,
            "westBoundLongitude": -20.0,
            "southBoundLatitude": 30.0
        },
        {
            "ob_id": 4965,
            "bboxName": "",
            "eastBoundLongitude": -44.9227006896,
            "northBoundLatitude": 13.56107,
            "westBoundLongitude": -45.0539711525,
            "southBoundLatitude": 13.493036123
        },
        {
            "ob_id": 4966,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": 180.0,
            "southBoundLatitude": 90.0
        },
        {
            "ob_id": 4967,
            "bboxName": "",
            "eastBoundLongitude": 12.0,
            "northBoundLatitude": 63.0,
            "westBoundLongitude": -75.0,
            "southBoundLatitude": 36.0
        },
        {
            "ob_id": 4968,
            "bboxName": "",
            "eastBoundLongitude": 12.0,
            "northBoundLatitude": 63.0,
            "westBoundLongitude": -75.0,
            "southBoundLatitude": 36.0
        },
        {
            "ob_id": 4969,
            "bboxName": "",
            "eastBoundLongitude": 90.0,
            "northBoundLatitude": 52.0,
            "westBoundLongitude": -10.0,
            "southBoundLatitude": 5.0
        },
        {
            "ob_id": 4970,
            "bboxName": "",
            "eastBoundLongitude": 154.0,
            "northBoundLatitude": 51.0,
            "westBoundLongitude": -19.0,
            "southBoundLatitude": -40.0
        },
        {
            "ob_id": 4971,
            "bboxName": "",
            "eastBoundLongitude": 10.0,
            "northBoundLatitude": 64.0,
            "westBoundLongitude": -75.0,
            "southBoundLatitude": 40.0
        },
        {
            "ob_id": 4972,
            "bboxName": "",
            "eastBoundLongitude": 10.0,
            "northBoundLatitude": 71.0,
            "westBoundLongitude": -75.0,
            "southBoundLatitude": 13.0
        },
        {
            "ob_id": 4974,
            "bboxName": "",
            "eastBoundLongitude": 113.72,
            "northBoundLatitude": -2.115,
            "westBoundLongitude": 114.2799999999,
            "southBoundLatitude": -2.69
        },
        {
            "ob_id": 4975,
            "bboxName": "",
            "eastBoundLongitude": -2.6,
            "northBoundLatitude": 51.55,
            "westBoundLongitude": -3.41,
            "southBoundLatitude": 55.15
        },
        {
            "ob_id": 4976,
            "bboxName": "",
            "eastBoundLongitude": -2.6,
            "northBoundLatitude": 51.55,
            "westBoundLongitude": -3.41,
            "southBoundLatitude": 55.15
        },
        {
            "ob_id": 4977,
            "bboxName": "",
            "eastBoundLongitude": -2.6,
            "northBoundLatitude": 51.55,
            "westBoundLongitude": -3.41,
            "southBoundLatitude": 55.15
        },
        {
            "ob_id": 4978,
            "bboxName": "",
            "eastBoundLongitude": -2.6,
            "northBoundLatitude": 51.55,
            "westBoundLongitude": -3.41,
            "southBoundLatitude": 55.15
        },
        {
            "ob_id": 4979,
            "bboxName": "",
            "eastBoundLongitude": -2.6,
            "northBoundLatitude": 51.55,
            "westBoundLongitude": -3.41,
            "southBoundLatitude": 55.15
        },
        {
            "ob_id": 4980,
            "bboxName": "",
            "eastBoundLongitude": -2.6,
            "northBoundLatitude": 51.55,
            "westBoundLongitude": -3.41,
            "southBoundLatitude": 55.15
        },
        {
            "ob_id": 4981,
            "bboxName": "",
            "eastBoundLongitude": -2.6,
            "northBoundLatitude": 51.55,
            "westBoundLongitude": -3.41,
            "southBoundLatitude": 55.15
        },
        {
            "ob_id": 4982,
            "bboxName": "",
            "eastBoundLongitude": -2.6,
            "northBoundLatitude": 51.55,
            "westBoundLongitude": -3.41,
            "southBoundLatitude": 55.15
        },
        {
            "ob_id": 4983,
            "bboxName": "",
            "eastBoundLongitude": -2.6,
            "northBoundLatitude": 51.55,
            "westBoundLongitude": -3.41,
            "southBoundLatitude": 55.15
        },
        {
            "ob_id": 4984,
            "bboxName": "",
            "eastBoundLongitude": -2.6,
            "northBoundLatitude": 51.55,
            "westBoundLongitude": -3.41,
            "southBoundLatitude": 55.15
        },
        {
            "ob_id": 4985,
            "bboxName": "",
            "eastBoundLongitude": -2.6,
            "northBoundLatitude": 51.55,
            "westBoundLongitude": -3.41,
            "southBoundLatitude": 55.15
        },
        {
            "ob_id": 4986,
            "bboxName": "",
            "eastBoundLongitude": -2.6,
            "northBoundLatitude": 51.55,
            "westBoundLongitude": -3.41,
            "southBoundLatitude": 55.15
        },
        {
            "ob_id": 4987,
            "bboxName": "",
            "eastBoundLongitude": -2.0,
            "northBoundLatitude": 52.0,
            "westBoundLongitude": -4.0,
            "southBoundLatitude": 51.0
        },
        {
            "ob_id": 4988,
            "bboxName": "Mount Plose site",
            "eastBoundLongitude": 11.733965,
            "northBoundLatitude": 46.698947,
            "westBoundLongitude": 11.733965,
            "southBoundLatitude": 46.698947
        },
        {
            "ob_id": 4989,
            "bboxName": "Sterzing Team-X",
            "eastBoundLongitude": 11.43972,
            "northBoundLatitude": 46.8849,
            "westBoundLongitude": 11.43972,
            "southBoundLatitude": 46.8849
        },
        {
            "ob_id": 4990,
            "bboxName": "",
            "eastBoundLongitude": 24.9186988068,
            "northBoundLatitude": 41.1468115341,
            "westBoundLongitude": 24.9186988068,
            "southBoundLatitude": 41.1468115341
        },
        {
            "ob_id": 4991,
            "bboxName": "Vietnam National University HCMC",
            "eastBoundLongitude": 106.6823,
            "northBoundLatitude": 10.7625,
            "westBoundLongitude": 106.6823,
            "southBoundLatitude": 10.7625
        },
        {
            "ob_id": 4994,
            "bboxName": "",
            "eastBoundLongitude": 145.023,
            "northBoundLatitude": 67.299,
            "westBoundLongitude": -133.59,
            "southBoundLatitude": 32.61
        },
        {
            "ob_id": 4995,
            "bboxName": "Camp Raven",
            "eastBoundLongitude": -46.3,
            "northBoundLatitude": 68.48,
            "westBoundLongitude": -46.3,
            "southBoundLatitude": 68.48
        },
        {
            "ob_id": 4996,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": 180.0,
            "southBoundLatitude": 90.0
        },
        {
            "ob_id": 4997,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": 180.0,
            "southBoundLatitude": 90.0
        }
    ]
}