Geographic Bounding Box List
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=2000
{ "count": 4096, "next": "https://catalogue.ceda.ac.uk/api/v2/bboxes/?format=api&limit=100&offset=2100", "previous": "https://catalogue.ceda.ac.uk/api/v2/bboxes/?format=api&limit=100&offset=1900", "results": [ { "ob_id": 2400, "bboxName": "Gibraltar", "eastBoundLongitude": -3.147, "northBoundLatitude": 37.234, "westBoundLongitude": -7.853, "southBoundLatitude": 34.904 }, { "ob_id": 2401, "bboxName": "Sapper Hill, Falkland Islands", "eastBoundLongitude": -57.9426, "northBoundLatitude": -51.7084, "westBoundLongitude": -57.9426, "southBoundLatitude": -51.7084 }, { "ob_id": 2402, "bboxName": "Ridge HIll", "eastBoundLongitude": -2.5400300026, "northBoundLatitude": 51.9975585938, "westBoundLongitude": -2.5400300026, "southBoundLatitude": 51.9975585938 }, { "ob_id": 2403, "bboxName": "", "eastBoundLongitude": -119.54306030273438, "northBoundLatitude": 42.48426818847656, "westBoundLongitude": -122.22543334960938, "southBoundLatitude": 36.7156982421875 }, { "ob_id": 2404, "bboxName": "uk thunderstorms", "eastBoundLongitude": -1.29, "northBoundLatitude": 58.45, "westBoundLongitude": -6.18, "southBoundLatitude": 49.56 }, { "ob_id": 2405, "bboxName": "Plymouth", "eastBoundLongitude": -2.144, "northBoundLatitude": 51.481, "westBoundLongitude": -6.22, "southBoundLatitude": 49.559 }, { "ob_id": 2406, "bboxName": "DiVeN UK deployments", "eastBoundLongitude": 2.25, "northBoundLatitude": 59.25, "westBoundLongitude": -10.75, "southBoundLatitude": 48.75 }, { "ob_id": 2408, "bboxName": "GAUGE Ship", "eastBoundLongitude": 2.26, "northBoundLatitude": 56.12, "westBoundLongitude": 3.1, "southBoundLatitude": 51.21 }, { "ob_id": 2409, "bboxName": "", "eastBoundLongitude": 75.975, "northBoundLatitude": 47.975, "westBoundLongitude": -27.975, "southBoundLatitude": -41.975 }, { "ob_id": 2410, "bboxName": "ARSF flight 2014-309", "eastBoundLongitude": 118.02, "northBoundLatitude": 5.88, "westBoundLongitude": 117.88, "southBoundLatitude": 5.79 }, { "ob_id": 2411, "bboxName": "SREX Regions", "eastBoundLongitude": 180.0, "northBoundLatitude": 75.0, "westBoundLongitude": -168.0, "southBoundLatitude": -56.7 }, { "ob_id": 2412, "bboxName": "", "eastBoundLongitude": -75.5, "northBoundLatitude": 74.7, "westBoundLongitude": -133.5, "southBoundLatitude": 44.6 }, { "ob_id": 2413, "bboxName": "Cranfield University FAAM Building", "eastBoundLongitude": -0.6252, "northBoundLatitude": 52.0744, "westBoundLongitude": -0.6252, "southBoundLatitude": 52.0744 }, { "ob_id": 2414, "bboxName": "Hazelrigg weather station", "eastBoundLongitude": -2.7749, "northBoundLatitude": 54.0138, "westBoundLongitude": -2.7749, "southBoundLatitude": 54.0138 }, { "ob_id": 2415, "bboxName": "University of Edinburgh JCMB met station", "eastBoundLongitude": -3.1745, "northBoundLatitude": 55.9217, "westBoundLongitude": -3.1745, "southBoundLatitude": 55.9217 }, { "ob_id": 2416, "bboxName": "MWIS Lauriesteron meteorological station", "eastBoundLongitude": -4.0605, "northBoundLatitude": 54.9614, "westBoundLongitude": -4.0605, "southBoundLatitude": 54.9614 }, { "ob_id": 2417, "bboxName": "Holme Moss meteorological site", "eastBoundLongitude": -1.8574, "northBoundLatitude": 53.5335, "westBoundLongitude": -1.8574, "southBoundLatitude": 53.5335 }, { "ob_id": 2418, "bboxName": "Cairngorm meteorological site", "eastBoundLongitude": -3.6628, "northBoundLatitude": 57.1269, "westBoundLongitude": -3.6628, "southBoundLatitude": 57.1269 }, { "ob_id": 2419, "bboxName": "Druim nam Bo meteorological site", "eastBoundLongitude": -3.855, "northBoundLatitude": 57.0063, "westBoundLongitude": -3.855, "southBoundLatitude": 57.0063 }, { "ob_id": 2420, "bboxName": "Coverhead Estate", "eastBoundLongitude": -1.9449, "northBoundLatitude": 54.2038, "westBoundLongitude": -1.9449, "southBoundLatitude": 54.2038 }, { "ob_id": 2422, "bboxName": "", "eastBoundLongitude": 80.0, "northBoundLatitude": 36.5, "westBoundLongitude": 60.0, "southBoundLatitude": 20.0 }, { "ob_id": 2423, "bboxName": "", "eastBoundLongitude": 180.0, "northBoundLatitude": 90.0, "westBoundLongitude": -180.0, "southBoundLatitude": -90.0 }, { "ob_id": 2425, "bboxName": "Bachok", "eastBoundLongitude": 102.4253, "northBoundLatitude": 6.0088, "westBoundLongitude": 102.4253, "southBoundLatitude": 6.0088 }, { "ob_id": 2435, "bboxName": "", "eastBoundLongitude": 4.59, "northBoundLatitude": 60.57, "westBoundLongitude": -12.61, "southBoundLatitude": 48.83 }, { "ob_id": 2436, "bboxName": "", "eastBoundLongitude": 4.59, "northBoundLatitude": 60.57, "westBoundLongitude": -12.61, "southBoundLatitude": 48.83 }, { "ob_id": 2437, "bboxName": "", "eastBoundLongitude": 4.59, "northBoundLatitude": 60.57, "westBoundLongitude": -12.61, "southBoundLatitude": 48.83 }, { "ob_id": 2438, "bboxName": "", "eastBoundLongitude": 4.59, "northBoundLatitude": 60.57, "westBoundLongitude": -12.61, "southBoundLatitude": 48.83 }, { "ob_id": 2439, "bboxName": "", "eastBoundLongitude": 4.59, "northBoundLatitude": 60.57, "westBoundLongitude": -12.61, "southBoundLatitude": 48.83 }, { "ob_id": 2440, "bboxName": "Glatton", "eastBoundLongitude": 0.304, "northBoundLatitude": 52.461, "westBoundLongitude": 0.304, "southBoundLatitude": 52.461 }, { "ob_id": 2441, "bboxName": "Great Blakenham", "eastBoundLongitude": 1.082, "northBoundLatitude": 52.112, "westBoundLongitude": 1.082, "southBoundLatitude": 52.112 }, { "ob_id": 2442, "bboxName": "", "eastBoundLongitude": 130.0, "northBoundLatitude": 80.0, "westBoundLongitude": -70.0, "southBoundLatitude": -80.0 }, { "ob_id": 2443, "bboxName": "", "eastBoundLongitude": 130.0, "northBoundLatitude": 80.0, "westBoundLongitude": -70.0, "southBoundLatitude": -80.0 }, { "ob_id": 2444, "bboxName": "SREX-plus Regions", "eastBoundLongitude": 180.0, "northBoundLatitude": 90.0, "westBoundLongitude": -180.0, "southBoundLatitude": -90.0 }, { "ob_id": 2445, "bboxName": "", "eastBoundLongitude": -8.605658531188965, "northBoundLatitude": 51.59971237182617, "westBoundLongitude": -27.085609436035156, "southBoundLatitude": 38.61530303955078 }, { "ob_id": 2446, "bboxName": "", "eastBoundLongitude": 34.13803482055664, "northBoundLatitude": 2.0478947162628174, "westBoundLongitude": 32.41286849975586, "southBoundLatitude": -0.7515127062797546 }, { "ob_id": 2447, "bboxName": "", "eastBoundLongitude": 32.96202087402344, "northBoundLatitude": 0.6548057794570923, "westBoundLongitude": 31.341222763061523, "southBoundLatitude": -0.8798072338104248 }, { "ob_id": 2448, "bboxName": "", "eastBoundLongitude": -17.051300048828125, "northBoundLatitude": 39.04899978637695, "westBoundLongitude": -27.105199813842773, "southBoundLatitude": 38.67720031738281 }, { "ob_id": 2449, "bboxName": "", "eastBoundLongitude": 1.7902904748916626, "northBoundLatitude": 52.060237884521484, "westBoundLongitude": -8.58180046081543, "southBoundLatitude": 50.00835037231445 }, { "ob_id": 2450, "bboxName": "EUFAR10_01", "eastBoundLongitude": 18.3, "northBoundLatitude": 47.1, "westBoundLongitude": 17.12, "southBoundLatitude": 46.65 }, { "ob_id": 2451, "bboxName": "", "eastBoundLongitude": -27.001100540161133, "northBoundLatitude": 40.588401794433594, "westBoundLongitude": -29.01609992980957, "southBoundLatitude": 38.71699905395508 }, { "ob_id": 2452, "bboxName": "", "eastBoundLongitude": -27.002609252929688, "northBoundLatitude": 39.132171630859375, "westBoundLongitude": -36.67401885986328, "southBoundLatitude": 38.70680618286133 }, { "ob_id": 2453, "bboxName": "", "eastBoundLongitude": -16.3356876373291, "northBoundLatitude": 38.84667205810547, "westBoundLongitude": -27.14099884033203, "southBoundLatitude": 28.481399536132812 }, { "ob_id": 2454, "bboxName": "", "eastBoundLongitude": -15.923897743225098, "northBoundLatitude": 38.84667205810547, "westBoundLongitude": -27.14099884033203, "southBoundLatitude": 16.488168716430664 }, { "ob_id": 2455, "bboxName": "", "eastBoundLongitude": -23.129600524902344, "northBoundLatitude": 18.157899856567383, "westBoundLongitude": -25.22599983215332, "southBoundLatitude": 16.605600357055664 }, { "ob_id": 2456, "bboxName": "", "eastBoundLongitude": -23.748199462890625, "northBoundLatitude": 17.771299362182617, "westBoundLongitude": -25.25, "southBoundLatitude": 16.65089988708496 }, { "ob_id": 2457, "bboxName": "", "eastBoundLongitude": -23.685800552368164, "northBoundLatitude": 17.834199905395508, "westBoundLongitude": -25.250499725341797, "southBoundLatitude": 16.657400131225586 }, { "ob_id": 2458, "bboxName": "", "eastBoundLongitude": -23.71660041809082, "northBoundLatitude": 17.826200485229492, "westBoundLongitude": -25.25, "southBoundLatitude": 16.661100387573242 }, { "ob_id": 2459, "bboxName": "", "eastBoundLongitude": -13.863699913024902, "northBoundLatitude": 28.454099655151367, "westBoundLongitude": -25.06369972229004, "southBoundLatitude": 16.828100204467773 }, { "ob_id": 2460, "bboxName": "", "eastBoundLongitude": -8.619290351867676, "northBoundLatitude": 41.250301361083984, "westBoundLongitude": -16.01919937133789, "southBoundLatitude": 28.4325008392334 }, { "ob_id": 2461, "bboxName": "", "eastBoundLongitude": -0.39729899168014526, "northBoundLatitude": 52.372100830078125, "westBoundLongitude": -8.72704029083252, "southBoundLatitude": 41.23310089111328 }, { "ob_id": 2462, "bboxName": "", "eastBoundLongitude": 2.4322922229766846, "northBoundLatitude": 52.90289306640625, "westBoundLongitude": -0.7772679328918457, "southBoundLatitude": 51.965179443359375 }, { "ob_id": 2463, "bboxName": "", "eastBoundLongitude": 32.90324401855469, "northBoundLatitude": 0.6220310926437378, "westBoundLongitude": 31.46611976623535, "southBoundLatitude": -0.7499564290046692 }, { "ob_id": 2464, "bboxName": "", "eastBoundLongitude": 35.06686019897461, "northBoundLatitude": 0.28205999732017517, "westBoundLongitude": 32.17726135253906, "southBoundLatitude": -2.1778600215911865 }, { "ob_id": 2465, "bboxName": "", "eastBoundLongitude": 35.08363342285156, "northBoundLatitude": 0.292151540517807, "westBoundLongitude": 32.367210388183594, "southBoundLatitude": -1.8778705596923828 }, { "ob_id": 2466, "bboxName": "", "eastBoundLongitude": 34.17220687866211, "northBoundLatitude": 2.1572659015655518, "westBoundLongitude": 32.00849151611328, "southBoundLatitude": -0.6939693689346313 }, { "ob_id": 2467, "bboxName": "", "eastBoundLongitude": 32.727474212646484, "northBoundLatitude": 3.336880683898926, "westBoundLongitude": 31.06548309326172, "southBoundLatitude": -0.3254200518131256 }, { "ob_id": 2468, "bboxName": "", "eastBoundLongitude": 32.68330764770508, "northBoundLatitude": 3.517791748046875, "westBoundLongitude": 31.212282180786133, "southBoundLatitude": -0.733123242855072 }, { "ob_id": 2469, "bboxName": "", "eastBoundLongitude": 33.45491409301758, "northBoundLatitude": 0.05552196130156517, "westBoundLongitude": 28.119260787963867, "southBoundLatitude": -15.33112621307373 }, { "ob_id": 2470, "bboxName": "", "eastBoundLongitude": 31.552021026611328, "northBoundLatitude": -10.461209297180176, "westBoundLongitude": 28.387605667114258, "southBoundLatitude": -15.33336067199707 }, { "ob_id": 2471, "bboxName": "", "eastBoundLongitude": 28.620685577392578, "northBoundLatitude": -15.313695907592773, "westBoundLongitude": 26.496994018554688, "southBoundLatitude": -16.21332550048828 }, { "ob_id": 2472, "bboxName": "", "eastBoundLongitude": 28.565338134765625, "northBoundLatitude": -13.868158340454102, "westBoundLongitude": 27.244626998901367, "southBoundLatitude": -15.33599853515625 }, { "ob_id": 2473, "bboxName": "", "eastBoundLongitude": -0.4103843569755554, "northBoundLatitude": 52.36707305908203, "westBoundLongitude": -9.000844955444336, "southBoundLatitude": 40.99040985107422 }, { "ob_id": 2474, "bboxName": "", "eastBoundLongitude": -8.677379608154297, "northBoundLatitude": 41.389801025390625, "westBoundLongitude": -27.16390037536621, "southBoundLatitude": 38.75680160522461 }, { "ob_id": 2475, "bboxName": "", "eastBoundLongitude": -27.080333709716797, "northBoundLatitude": 40.354217529296875, "westBoundLongitude": -29.901338577270508, "southBoundLatitude": 38.7531623840332 }, { "ob_id": 2476, "bboxName": "", "eastBoundLongitude": -27.0803165435791, "northBoundLatitude": 39.603641510009766, "westBoundLongitude": -36.25157165527344, "southBoundLatitude": 38.75314712524414 }, { "ob_id": 2477, "bboxName": "", "eastBoundLongitude": -27.080299377441406, "northBoundLatitude": 38.93960189819336, "westBoundLongitude": -28.6112003326416, "southBoundLatitude": 30.510299682617188 }, { "ob_id": 2478, "bboxName": "", "eastBoundLongitude": -8.489069938659668, "northBoundLatitude": 52.026798248291016, "westBoundLongitude": -27.15679931640625, "southBoundLatitude": 38.75310134887695 }, { "ob_id": 2479, "bboxName": "", "eastBoundLongitude": -0.5705199837684631, "northBoundLatitude": 52.12969970703125, "westBoundLongitude": -8.49545955657959, "southBoundLatitude": 50.3125 }, { "ob_id": 2480, "bboxName": "", "eastBoundLongitude": -0.40209001302719116, "northBoundLatitude": 52.37350082397461, "westBoundLongitude": -5.582600116729736, "southBoundLatitude": 51.168399810791016 }, { "ob_id": 2481, "bboxName": "", "eastBoundLongitude": 2.282845973968506, "northBoundLatitude": 58.27770233154297, "westBoundLongitude": -6.338069438934326, "southBoundLatitude": 55.82544708251953 }, { "ob_id": 2482, "bboxName": "", "eastBoundLongitude": -2.190333366394043, "northBoundLatitude": 60.8253288269043, "westBoundLongitude": -6.341270923614502, "southBoundLatitude": 58.12105941772461 }, { "ob_id": 2483, "bboxName": "", "eastBoundLongitude": -1.375859260559082, "northBoundLatitude": 60.70750427246094, "westBoundLongitude": -6.336219310760498, "southBoundLatitude": 58.04692459106445 }, { "ob_id": 2484, "bboxName": "", "eastBoundLongitude": -3.747084379196167, "northBoundLatitude": 60.51134490966797, "westBoundLongitude": -6.333885192871094, "southBoundLatitude": 58.15085220336914 }, { "ob_id": 2485, "bboxName": "", "eastBoundLongitude": 2.138742208480835, "northBoundLatitude": 58.197025299072266, "westBoundLongitude": -6.328636169433594, "southBoundLatitude": 54.5054931640625 }, { "ob_id": 2486, "bboxName": "", "eastBoundLongitude": -6.179450988769531, "northBoundLatitude": 58.91572570800781, "westBoundLongitude": -11.024199485778809, "southBoundLatitude": 55.719879150390625 }, { "ob_id": 2487, "bboxName": "", "eastBoundLongitude": -0.9549115300178528, "northBoundLatitude": 58.30933380126953, "westBoundLongitude": -6.339106559753418, "southBoundLatitude": 54.6613655090332 }, { "ob_id": 2488, "bboxName": "", "eastBoundLongitude": -1.7165563106536865, "northBoundLatitude": 58.351829528808594, "westBoundLongitude": -9.611053466796875, "southBoundLatitude": 56.568267822265625 }, { "ob_id": 2489, "bboxName": "", "eastBoundLongitude": -1.2443931102752686, "northBoundLatitude": 58.27377700805664, "westBoundLongitude": -6.337202548980713, "southBoundLatitude": 50.73073959350586 }, { "ob_id": 2490, "bboxName": "", "eastBoundLongitude": 2.1875534057617188, "northBoundLatitude": 60.01731872558594, "westBoundLongitude": -6.348392009735107, "southBoundLatitude": 58.15563201904297 }, { "ob_id": 2491, "bboxName": "", "eastBoundLongitude": -2.959024429321289, "northBoundLatitude": 65.04408264160156, "westBoundLongitude": -6.3352179527282715, "southBoundLatitude": 58.12202835083008 }, { "ob_id": 2492, "bboxName": "", "eastBoundLongitude": 0.25572872161865234, "northBoundLatitude": 62.400413513183594, "westBoundLongitude": -6.3361616134643555, "southBoundLatitude": 57.81332015991211 }, { "ob_id": 2493, "bboxName": "", "eastBoundLongitude": -2.18959641456604, "northBoundLatitude": 63.2476921081543, "westBoundLongitude": -6.356767654418945, "southBoundLatitude": 58.125999450683594 }, { "ob_id": 2494, "bboxName": "", "eastBoundLongitude": -2.816962718963623, "northBoundLatitude": 58.38393783569336, "westBoundLongitude": -9.15975284576416, "southBoundLatitude": 56.58486557006836 }, { "ob_id": 2495, "bboxName": "", "eastBoundLongitude": -3.318715810775757, "northBoundLatitude": 58.96967697143555, "westBoundLongitude": -6.356898307800293, "southBoundLatitude": 54.38044738769531 }, { "ob_id": 2496, "bboxName": "", "eastBoundLongitude": -6.287464141845703, "northBoundLatitude": 58.44493103027344, "westBoundLongitude": -9.557159423828125, "southBoundLatitude": 56.61390686035156 }, { "ob_id": 2497, "bboxName": "", "eastBoundLongitude": -3.152391195297241, "northBoundLatitude": 59.50820541381836, "westBoundLongitude": -7.439115047454834, "southBoundLatitude": 58.12314224243164 }, { "ob_id": 2498, "bboxName": "", "eastBoundLongitude": -3.0583744049072266, "northBoundLatitude": 60.13584899902344, "westBoundLongitude": -9.806714057922363, "southBoundLatitude": 58.17428970336914 }, { "ob_id": 2499, "bboxName": "", "eastBoundLongitude": -3.1720449924468994, "northBoundLatitude": 58.78114318847656, "westBoundLongitude": -6.546905517578125, "southBoundLatitude": 57.233985900878906 }, { "ob_id": 2500, "bboxName": "", "eastBoundLongitude": 1.8344000577926636, "northBoundLatitude": 58.224609375, "westBoundLongitude": -6.332718849182129, "southBoundLatitude": 54.50550079345703 }, { "ob_id": 2501, "bboxName": "", "eastBoundLongitude": -1.092631220817566, "northBoundLatitude": 58.407596588134766, "westBoundLongitude": -6.351297855377197, "southBoundLatitude": 54.49615478515625 }, { "ob_id": 2502, "bboxName": "", "eastBoundLongitude": 0.7424317002296448, "northBoundLatitude": 61.16883087158203, "westBoundLongitude": -6.360321521759033, "southBoundLatitude": 57.95277786254883 }, { "ob_id": 2503, "bboxName": "", "eastBoundLongitude": -0.5242310166358948, "northBoundLatitude": 52.3912467956543, "westBoundLongitude": -2.785259485244751, "southBoundLatitude": 50.781776428222656 }, { "ob_id": 2504, "bboxName": "", "eastBoundLongitude": -0.44196847081184387, "northBoundLatitude": 52.26468276977539, "westBoundLongitude": -3.4190139770507812, "southBoundLatitude": 50.55743408203125 }, { "ob_id": 2505, "bboxName": "", "eastBoundLongitude": -0.3630540072917938, "northBoundLatitude": 52.39337158203125, "westBoundLongitude": -3.4702248573303223, "southBoundLatitude": 50.59580993652344 }, { "ob_id": 2506, "bboxName": "", "eastBoundLongitude": 1.9870059490203857, "northBoundLatitude": 53.165283203125, "westBoundLongitude": -2.8673417568206787, "southBoundLatitude": 50.768924713134766 }, { "ob_id": 2507, "bboxName": "", "eastBoundLongitude": -1.011240005493164, "northBoundLatitude": 52.831298828125, "westBoundLongitude": -3.427799940109253, "southBoundLatitude": 50.730499267578125 }, { "ob_id": 2508, "bboxName": "", "eastBoundLongitude": -0.3952299952507019, "northBoundLatitude": 52.831199645996094, "westBoundLongitude": -2.888279914855957, "southBoundLatitude": 50.748600006103516 }, { "ob_id": 2509, "bboxName": "", "eastBoundLongitude": 2.252609968185425, "northBoundLatitude": 54.0973014831543, "westBoundLongitude": -0.6828399896621704, "southBoundLatitude": 51.79560089111328 }, { "ob_id": 2510, "bboxName": "", "eastBoundLongitude": 0.39105504751205444, "northBoundLatitude": 52.38139343261719, "westBoundLongitude": -7.12853479385376, "southBoundLatitude": 50.969871520996094 }, { "ob_id": 2511, "bboxName": "", "eastBoundLongitude": 2.0335419178009033, "northBoundLatitude": 53.131710052490234, "westBoundLongitude": -2.5629873275756836, "southBoundLatitude": 50.83134460449219 } ] }