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=4000
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4063,
    "next": null,
    "previous": "https://catalogue.ceda.ac.uk/api/v2/bboxes/?format=api&limit=100&offset=3900",
    "results": [
        {
            "ob_id": 5098,
            "bboxName": "",
            "eastBoundLongitude": 2.092694,
            "northBoundLatitude": 53.15182,
            "westBoundLongitude": -0.6228742,
            "southBoundLatitude": 52.07183
        },
        {
            "ob_id": 5099,
            "bboxName": "",
            "eastBoundLongitude": 2.8974586,
            "northBoundLatitude": 53.487877,
            "westBoundLongitude": -0.723209,
            "southBoundLatitude": 52.068363
        },
        {
            "ob_id": 5100,
            "bboxName": "",
            "eastBoundLongitude": -0.45217195,
            "northBoundLatitude": 52.363483,
            "westBoundLongitude": -7.0021553,
            "southBoundLatitude": 50.0909
        },
        {
            "ob_id": 5101,
            "bboxName": "",
            "eastBoundLongitude": -0.61505026,
            "northBoundLatitude": 57.98429,
            "westBoundLongitude": -5.177322,
            "southBoundLatitude": 52.06791
        },
        {
            "ob_id": 5102,
            "bboxName": "",
            "eastBoundLongitude": -0.47671553,
            "northBoundLatitude": 54.925472,
            "westBoundLongitude": -2.3095708,
            "southBoundLatitude": 51.92791
        },
        {
            "ob_id": 5103,
            "bboxName": "",
            "eastBoundLongitude": 0.19551064,
            "northBoundLatitude": 52.78473,
            "westBoundLongitude": -2.4110825,
            "southBoundLatitude": 51.976788
        },
        {
            "ob_id": 5104,
            "bboxName": "",
            "eastBoundLongitude": -0.14039928,
            "northBoundLatitude": 52.791237,
            "westBoundLongitude": -2.4194355,
            "southBoundLatitude": 52.06767
        },
        {
            "ob_id": 5105,
            "bboxName": "",
            "eastBoundLongitude": 1.7933589,
            "northBoundLatitude": 53.510487,
            "westBoundLongitude": -0.62319064,
            "southBoundLatitude": 52.06834
        },
        {
            "ob_id": 5106,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5107,
            "bboxName": "",
            "eastBoundLongitude": 52.0,
            "northBoundLatitude": 71.0,
            "westBoundLongitude": -15.0,
            "southBoundLatitude": 27.0
        },
        {
            "ob_id": 5108,
            "bboxName": "",
            "eastBoundLongitude": 52.0,
            "northBoundLatitude": 71.0,
            "westBoundLongitude": -15.0,
            "southBoundLatitude": 27.0
        },
        {
            "ob_id": 5109,
            "bboxName": "Royal Holloway, University of London",
            "eastBoundLongitude": -0.56,
            "northBoundLatitude": 51.428,
            "westBoundLongitude": -0.56,
            "southBoundLatitude": 51.428
        },
        {
            "ob_id": 5112,
            "bboxName": "",
            "eastBoundLongitude": 20.0,
            "northBoundLatitude": 2.7,
            "westBoundLongitude": 16.0,
            "southBoundLatitude": -1.2
        },
        {
            "ob_id": 5113,
            "bboxName": "",
            "eastBoundLongitude": 0.0,
            "northBoundLatitude": 0.0,
            "westBoundLongitude": 0.0,
            "southBoundLatitude": 0.0
        },
        {
            "ob_id": 5114,
            "bboxName": "",
            "eastBoundLongitude": 0.0,
            "northBoundLatitude": 0.0,
            "westBoundLongitude": 0.0,
            "southBoundLatitude": 0.0
        },
        {
            "ob_id": 5115,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -80.0
        },
        {
            "ob_id": 5116,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5117,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5118,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5119,
            "bboxName": "",
            "eastBoundLongitude": -2.192096941111686,
            "northBoundLatitude": 40.82761093441827,
            "westBoundLongitude": -2.437872103229238,
            "southBoundLatitude": 40.63250003605507
        },
        {
            "ob_id": 5120,
            "bboxName": "",
            "eastBoundLongitude": -2.057914333543654,
            "northBoundLatitude": 39.09360815235914,
            "westBoundLongitude": -2.1257674646418243,
            "southBoundLatitude": 39.02769852811364
        },
        {
            "ob_id": 5121,
            "bboxName": "",
            "eastBoundLongitude": -2.2088477816398937,
            "northBoundLatitude": 40.98197790952454,
            "westBoundLongitude": -2.3384874194383163,
            "southBoundLatitude": 40.78498597731751
        },
        {
            "ob_id": 5122,
            "bboxName": "",
            "eastBoundLongitude": -2.083260030691797,
            "northBoundLatitude": 39.09180410960181,
            "westBoundLongitude": -2.2402249815401194,
            "southBoundLatitude": 38.936599281225
        },
        {
            "ob_id": 5123,
            "bboxName": "",
            "eastBoundLongitude": -2.054037875106658,
            "northBoundLatitude": 39.09773093146154,
            "westBoundLongitude": -2.1338390870175346,
            "southBoundLatitude": 39.03488783159887
        },
        {
            "ob_id": 5124,
            "bboxName": "",
            "eastBoundLongitude": -1.289346302092431,
            "northBoundLatitude": 39.65227226701134,
            "westBoundLongitude": -1.3322831467876184,
            "southBoundLatitude": 39.49848577410003
        },
        {
            "ob_id": 5125,
            "bboxName": "SPLICE Canopy DART model",
            "eastBoundLongitude": -0.86388,
            "northBoundLatitude": 51.155565,
            "westBoundLongitude": 51.155065,
            "southBoundLatitude": -0.864835
        },
        {
            "ob_id": 5126,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5127,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5128,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 75.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": 57.0
        },
        {
            "ob_id": 5129,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5130,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5131,
            "bboxName": "Oxford Radcliffe Observatory",
            "eastBoundLongitude": -1.2639,
            "northBoundLatitude": 51.7608,
            "westBoundLongitude": -1.2639,
            "southBoundLatitude": 51.7608
        },
        {
            "ob_id": 5132,
            "bboxName": "Devon Exeter Institute",
            "eastBoundLongitude": -3.5291675,
            "northBoundLatitude": 50.723121,
            "westBoundLongitude": -3.5291675,
            "southBoundLatitude": 50.723121
        },
        {
            "ob_id": 5133,
            "bboxName": "Leeds Philosophical Hall Met station",
            "eastBoundLongitude": -1.54905,
            "northBoundLatitude": 53.79965,
            "westBoundLongitude": -1.54905,
            "southBoundLatitude": 53.79965
        },
        {
            "ob_id": 5134,
            "bboxName": "Carbeth",
            "eastBoundLongitude": -4.37058,
            "northBoundLatitude": 55.98382,
            "westBoundLongitude": -4.37058,
            "southBoundLatitude": 55.98382
        },
        {
            "ob_id": 5135,
            "bboxName": "Aberdeen Grammar School",
            "eastBoundLongitude": -2.115042,
            "northBoundLatitude": 57.146858,
            "westBoundLongitude": -2.115042,
            "southBoundLatitude": 57.146858
        },
        {
            "ob_id": 5136,
            "bboxName": "Dollar Institute meteorological station",
            "eastBoundLongitude": -3.675,
            "northBoundLatitude": 55.165,
            "westBoundLongitude": -3.675,
            "southBoundLatitude": 55.165
        },
        {
            "ob_id": 5137,
            "bboxName": "Glendoick meteorological station",
            "eastBoundLongitude": -3.28647,
            "northBoundLatitude": 56.39791,
            "westBoundLongitude": -3.28647,
            "southBoundLatitude": 56.39791
        },
        {
            "ob_id": 5138,
            "bboxName": "Inverness",
            "eastBoundLongitude": -4.2247,
            "northBoundLatitude": 57.4778,
            "westBoundLongitude": -4.2247,
            "southBoundLatitude": 57.4778
        },
        {
            "ob_id": 5139,
            "bboxName": "kilkcardy",
            "eastBoundLongitude": -3.16,
            "northBoundLatitude": 56.11,
            "westBoundLongitude": -3.16,
            "southBoundLatitude": 56.11
        },
        {
            "ob_id": 5140,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5141,
            "bboxName": "",
            "eastBoundLongitude": 118.0,
            "northBoundLatitude": 26.0,
            "westBoundLongitude": 121.0,
            "southBoundLatitude": 22.0
        },
        {
            "ob_id": 5142,
            "bboxName": "",
            "eastBoundLongitude": 118.0,
            "northBoundLatitude": 26.0,
            "westBoundLongitude": 121.0,
            "southBoundLatitude": 22.0
        },
        {
            "ob_id": 5143,
            "bboxName": "",
            "eastBoundLongitude": 118.0,
            "northBoundLatitude": 26.0,
            "westBoundLongitude": 121.0,
            "southBoundLatitude": 22.0
        },
        {
            "ob_id": 5144,
            "bboxName": "",
            "eastBoundLongitude": -116.0825,
            "northBoundLatitude": 13.98528,
            "westBoundLongitude": -116.5458,
            "southBoundLatitude": 13.05556
        },
        {
            "ob_id": 5145,
            "bboxName": "Thurnham Rain Radar Site",
            "eastBoundLongitude": -0.6041666667,
            "northBoundLatitude": 51.2947222222,
            "westBoundLongitude": -0.6041666667,
            "southBoundLatitude": 51.2947222222
        },
        {
            "ob_id": 5146,
            "bboxName": "",
            "eastBoundLongitude": 2.66,
            "northBoundLatitude": 60.54,
            "westBoundLongitude": -9.12,
            "southBoundLatitude": 49.81
        },
        {
            "ob_id": 5147,
            "bboxName": "",
            "eastBoundLongitude": 2.66,
            "northBoundLatitude": 60.54,
            "westBoundLongitude": -9.12,
            "southBoundLatitude": 49.81
        },
        {
            "ob_id": 5148,
            "bboxName": "",
            "eastBoundLongitude": 2.66,
            "northBoundLatitude": 60.54,
            "westBoundLongitude": -9.12,
            "southBoundLatitude": 49.81
        },
        {
            "ob_id": 5149,
            "bboxName": "",
            "eastBoundLongitude": 2.66,
            "northBoundLatitude": 60.54,
            "westBoundLongitude": -9.12,
            "southBoundLatitude": 49.81
        },
        {
            "ob_id": 5150,
            "bboxName": "",
            "eastBoundLongitude": 2.66,
            "northBoundLatitude": 60.54,
            "westBoundLongitude": -9.12,
            "southBoundLatitude": 49.81
        },
        {
            "ob_id": 5151,
            "bboxName": "Chilbolton, Hampshire, England",
            "eastBoundLongitude": -1.4397,
            "northBoundLatitude": 51.1454,
            "westBoundLongitude": -1.4397,
            "southBoundLatitude": 51.1454
        },
        {
            "ob_id": 5152,
            "bboxName": "Chilbolton, Hampshire, England",
            "eastBoundLongitude": -1.4393,
            "northBoundLatitude": 51.1467,
            "westBoundLongitude": -1.4393,
            "southBoundLatitude": 51.1467
        },
        {
            "ob_id": 5153,
            "bboxName": "ASC-masin",
            "eastBoundLongitude": 29.0,
            "northBoundLatitude": 83.54,
            "westBoundLongitude": -20.57,
            "southBoundLatitude": 75.26
        },
        {
            "ob_id": 5154,
            "bboxName": "",
            "eastBoundLongitude": 45.0,
            "northBoundLatitude": 69.25,
            "westBoundLongitude": 45.0,
            "southBoundLatitude": 20.75
        },
        {
            "ob_id": 5155,
            "bboxName": "",
            "eastBoundLongitude": 45.0,
            "northBoundLatitude": 69.25,
            "westBoundLongitude": 45.0,
            "southBoundLatitude": 20.75
        },
        {
            "ob_id": 5156,
            "bboxName": "IGP, ACCACIA and ASC",
            "eastBoundLongitude": 29.0,
            "northBoundLatitude": 83.5,
            "westBoundLongitude": -30.0,
            "southBoundLatitude": 60.0
        },
        {
            "ob_id": 5157,
            "bboxName": "Long: -180 to 180; Lat: 69 to 0",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 69.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": 0.0
        },
        {
            "ob_id": 5158,
            "bboxName": "",
            "eastBoundLongitude": 17.905,
            "northBoundLatitude": 1.404,
            "westBoundLongitude": 17.423,
            "southBoundLatitude": 1.188
        },
        {
            "ob_id": 5159,
            "bboxName": "",
            "eastBoundLongitude": 17.905,
            "northBoundLatitude": 1.404,
            "westBoundLongitude": 17.423,
            "southBoundLatitude": 1.188
        },
        {
            "ob_id": 5160,
            "bboxName": "",
            "eastBoundLongitude": 17.905,
            "northBoundLatitude": 1.404,
            "westBoundLongitude": 17.423,
            "southBoundLatitude": 1.188
        },
        {
            "ob_id": 5161,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 5162,
            "bboxName": "",
            "eastBoundLongitude": -180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": 180.0,
            "southBoundLatitude": -90.0
        }
    ]
}