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=100
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=200",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/?format=api&limit=100",
    "results": [
        {
            "ob_id": 145,
            "bboxName": "",
            "eastBoundLongitude": 55.4619,
            "northBoundLatitude": 4.6308,
            "westBoundLongitude": 55.4619,
            "southBoundLatitude": 4.608
        },
        {
            "ob_id": 146,
            "bboxName": "",
            "eastBoundLongitude": 33.6124,
            "northBoundLatitude": 36.143,
            "westBoundLongitude": 5.353,
            "southBoundLatitude": 35.2251
        },
        {
            "ob_id": 147,
            "bboxName": "",
            "eastBoundLongitude": 13.577,
            "northBoundLatitude": 55.251,
            "westBoundLongitude": 4.875,
            "southBoundLatitude": 47.78
        },
        {
            "ob_id": 148,
            "bboxName": "",
            "eastBoundLongitude": 0.481,
            "northBoundLatitude": 59.598,
            "westBoundLongitude": -9.011,
            "southBoundLatitude": 50.482
        },
        {
            "ob_id": 149,
            "bboxName": "",
            "eastBoundLongitude": 5.0,
            "northBoundLatitude": 55.0,
            "westBoundLongitude": -10.0,
            "southBoundLatitude": 49.0
        },
        {
            "ob_id": 152,
            "bboxName": "",
            "eastBoundLongitude": 10.0,
            "northBoundLatitude": 60.0,
            "westBoundLongitude": -20.0,
            "southBoundLatitude": 50.0
        },
        {
            "ob_id": 153,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 84.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -64.0
        },
        {
            "ob_id": 154,
            "bboxName": "",
            "eastBoundLongitude": -3.0,
            "northBoundLatitude": 60.0,
            "westBoundLongitude": -10.0,
            "southBoundLatitude": 50.0
        },
        {
            "ob_id": 156,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": 15.0
        },
        {
            "ob_id": 158,
            "bboxName": "",
            "eastBoundLongitude": -3.244722,
            "northBoundLatitude": 55.793333,
            "westBoundLongitude": -3.244722,
            "southBoundLatitude": 55.793333
        },
        {
            "ob_id": 159,
            "bboxName": "",
            "eastBoundLongitude": -4.1,
            "northBoundLatitude": 52.4,
            "westBoundLongitude": -4.1,
            "southBoundLatitude": 52.4
        },
        {
            "ob_id": 160,
            "bboxName": "",
            "eastBoundLongitude": 135.0,
            "northBoundLatitude": -10.0,
            "westBoundLongitude": 130.0,
            "southBoundLatitude": -15.0
        },
        {
            "ob_id": 162,
            "bboxName": "",
            "eastBoundLongitude": -1.6,
            "northBoundLatitude": 52.8,
            "westBoundLongitude": -2.3,
            "southBoundLatitude": 52.2
        },
        {
            "ob_id": 164,
            "bboxName": "",
            "eastBoundLongitude": 1.0,
            "northBoundLatitude": 57.0,
            "westBoundLongitude": -3.0,
            "southBoundLatitude": 52.0
        },
        {
            "ob_id": 165,
            "bboxName": "",
            "eastBoundLongitude": 7.0,
            "northBoundLatitude": 60.0,
            "westBoundLongitude": -15.0,
            "southBoundLatitude": 47.0
        },
        {
            "ob_id": 168,
            "bboxName": "",
            "eastBoundLongitude": -63.81,
            "northBoundLatitude": -66.65,
            "westBoundLongitude": -67.73,
            "southBoundLatitude": -68.88
        },
        {
            "ob_id": 169,
            "bboxName": "",
            "eastBoundLongitude": -60.0,
            "northBoundLatitude": -60.0,
            "westBoundLongitude": -70.0,
            "southBoundLatitude": -70.0
        },
        {
            "ob_id": 170,
            "bboxName": "",
            "eastBoundLongitude": -61.48,
            "northBoundLatitude": -67.01,
            "westBoundLongitude": -68.13,
            "southBoundLatitude": -67.57
        },
        {
            "ob_id": 172,
            "bboxName": "",
            "eastBoundLongitude": -1.3859,
            "northBoundLatitude": 51.2026,
            "westBoundLongitude": -1.4718,
            "southBoundLatitude": 51.1217
        },
        {
            "ob_id": 173,
            "bboxName": "",
            "eastBoundLongitude": 1.7,
            "northBoundLatitude": 55.8,
            "westBoundLongitude": -5.4,
            "southBoundLatitude": 50.0
        },
        {
            "ob_id": 174,
            "bboxName": "",
            "eastBoundLongitude": -1.8,
            "northBoundLatitude": 60.9,
            "westBoundLongitude": -7.7,
            "southBoundLatitude": 55.0
        },
        {
            "ob_id": 175,
            "bboxName": "",
            "eastBoundLongitude": -1.8,
            "northBoundLatitude": 60.9,
            "westBoundLongitude": -7.7,
            "southBoundLatitude": 51.4
        },
        {
            "ob_id": 176,
            "bboxName": "",
            "eastBoundLongitude": 1.4,
            "northBoundLatitude": 56.5,
            "westBoundLongitude": -3.1,
            "southBoundLatitude": 51.1
        },
        {
            "ob_id": 177,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 178,
            "bboxName": "",
            "eastBoundLongitude": 0.7,
            "northBoundLatitude": 55.2,
            "westBoundLongitude": -2.4,
            "southBoundLatitude": 50.6
        },
        {
            "ob_id": 179,
            "bboxName": "",
            "eastBoundLongitude": -47.79,
            "northBoundLatitude": 69.68,
            "westBoundLongitude": -51.72,
            "southBoundLatitude": 68.37
        },
        {
            "ob_id": 180,
            "bboxName": "",
            "eastBoundLongitude": 1.7,
            "northBoundLatitude": 60.9,
            "westBoundLongitude": -9.0,
            "southBoundLatitude": 50.0
        },
        {
            "ob_id": 181,
            "bboxName": "",
            "eastBoundLongitude": 0.2,
            "northBoundLatitude": 58.9,
            "westBoundLongitude": -9.8,
            "southBoundLatitude": 50.2
        },
        {
            "ob_id": 182,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 183,
            "bboxName": "",
            "eastBoundLongitude": 1.3,
            "northBoundLatitude": 59.5,
            "westBoundLongitude": -10.7,
            "southBoundLatitude": 50.5
        },
        {
            "ob_id": 184,
            "bboxName": "",
            "eastBoundLongitude": 1.3,
            "northBoundLatitude": 59.5,
            "westBoundLongitude": -7.7,
            "southBoundLatitude": 50.5
        },
        {
            "ob_id": 185,
            "bboxName": "",
            "eastBoundLongitude": 5.0,
            "northBoundLatitude": 56.9,
            "westBoundLongitude": -5.9,
            "southBoundLatitude": 48.5
        },
        {
            "ob_id": 186,
            "bboxName": "",
            "eastBoundLongitude": 1.7,
            "northBoundLatitude": 60.0,
            "westBoundLongitude": -6.0,
            "southBoundLatitude": 50.0
        },
        {
            "ob_id": 187,
            "bboxName": "",
            "eastBoundLongitude": 1.7,
            "northBoundLatitude": 60.0,
            "westBoundLongitude": -9.0,
            "southBoundLatitude": 50.0
        },
        {
            "ob_id": 188,
            "bboxName": "",
            "eastBoundLongitude": 1.7,
            "northBoundLatitude": 60.0,
            "westBoundLongitude": -7.7,
            "southBoundLatitude": 50.0
        },
        {
            "ob_id": 189,
            "bboxName": "",
            "eastBoundLongitude": -5.2,
            "northBoundLatitude": 55.4,
            "westBoundLongitude": -8.2,
            "southBoundLatitude": 54.0
        },
        {
            "ob_id": 190,
            "bboxName": "",
            "eastBoundLongitude": 1.7,
            "northBoundLatitude": 60.9,
            "westBoundLongitude": -10.7,
            "southBoundLatitude": 50.0
        },
        {
            "ob_id": 191,
            "bboxName": "",
            "eastBoundLongitude": -1.7,
            "northBoundLatitude": 60.9,
            "westBoundLongitude": -7.7,
            "southBoundLatitude": 54.9
        },
        {
            "ob_id": 192,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": 65.0
        },
        {
            "ob_id": 193,
            "bboxName": "",
            "eastBoundLongitude": 1.0,
            "northBoundLatitude": 53.0,
            "westBoundLongitude": -5.0,
            "southBoundLatitude": 50.0
        },
        {
            "ob_id": 194,
            "bboxName": "",
            "eastBoundLongitude": 1.7,
            "northBoundLatitude": 58.6,
            "westBoundLongitude": -10.7,
            "southBoundLatitude": 50.0
        },
        {
            "ob_id": 195,
            "bboxName": "",
            "eastBoundLongitude": 13.9,
            "northBoundLatitude": 46.07,
            "westBoundLongitude": 13.9,
            "southBoundLatitude": 46.07
        },
        {
            "ob_id": 196,
            "bboxName": "",
            "eastBoundLongitude": 6.03,
            "northBoundLatitude": 51.91,
            "westBoundLongitude": 5.98,
            "southBoundLatitude": 51.83
        },
        {
            "ob_id": 197,
            "bboxName": "",
            "eastBoundLongitude": -3.05,
            "northBoundLatitude": 47.63,
            "westBoundLongitude": -3.05,
            "southBoundLatitude": 47.63
        },
        {
            "ob_id": 198,
            "bboxName": "",
            "eastBoundLongitude": -0.52,
            "northBoundLatitude": 52.41,
            "westBoundLongitude": -2.19,
            "southBoundLatitude": 52.01
        },
        {
            "ob_id": 199,
            "bboxName": "",
            "eastBoundLongitude": -1.59,
            "northBoundLatitude": 50.92,
            "westBoundLongitude": -1.7,
            "southBoundLatitude": 50.84
        },
        {
            "ob_id": 200,
            "bboxName": "",
            "eastBoundLongitude": -6.13,
            "northBoundLatitude": 55.81,
            "westBoundLongitude": -6.13,
            "southBoundLatitude": 55.81
        },
        {
            "ob_id": 201,
            "bboxName": "",
            "eastBoundLongitude": -4.29,
            "northBoundLatitude": 55.38,
            "westBoundLongitude": -4.29,
            "southBoundLatitude": 55.38
        },
        {
            "ob_id": 202,
            "bboxName": "",
            "eastBoundLongitude": -3.95,
            "northBoundLatitude": 56.0,
            "westBoundLongitude": -4.53,
            "southBoundLatitude": 55.51
        },
        {
            "ob_id": 203,
            "bboxName": "",
            "eastBoundLongitude": -0.84,
            "northBoundLatitude": 56.61,
            "westBoundLongitude": -3.79,
            "southBoundLatitude": 51.16
        },
        {
            "ob_id": 204,
            "bboxName": "",
            "eastBoundLongitude": -0.17,
            "northBoundLatitude": 53.72,
            "westBoundLongitude": -0.46,
            "southBoundLatitude": 53.6
        },
        {
            "ob_id": 205,
            "bboxName": "",
            "eastBoundLongitude": -0.25,
            "northBoundLatitude": 52.47,
            "westBoundLongitude": -0.25,
            "southBoundLatitude": 52.47
        },
        {
            "ob_id": 206,
            "bboxName": "",
            "eastBoundLongitude": -0.37,
            "northBoundLatitude": 57.07,
            "westBoundLongitude": -4.05,
            "southBoundLatitude": 50.77
        },
        {
            "ob_id": 207,
            "bboxName": "",
            "eastBoundLongitude": 0.12,
            "northBoundLatitude": 55.76,
            "westBoundLongitude": -2.04,
            "southBoundLatitude": 53.57
        },
        {
            "ob_id": 208,
            "bboxName": "",
            "eastBoundLongitude": -1.96,
            "northBoundLatitude": 55.75,
            "westBoundLongitude": -1.98,
            "southBoundLatitude": 55.75
        },
        {
            "ob_id": 209,
            "bboxName": "",
            "eastBoundLongitude": -3.61,
            "northBoundLatitude": 52.67,
            "westBoundLongitude": -3.63,
            "southBoundLatitude": 52.62
        },
        {
            "ob_id": 210,
            "bboxName": "",
            "eastBoundLongitude": -3.73,
            "northBoundLatitude": 52.15,
            "westBoundLongitude": -3.73,
            "southBoundLatitude": 52.15
        },
        {
            "ob_id": 211,
            "bboxName": "",
            "eastBoundLongitude": -0.36,
            "northBoundLatitude": 54.08,
            "westBoundLongitude": -0.36,
            "southBoundLatitude": 54.07
        },
        {
            "ob_id": 212,
            "bboxName": "",
            "eastBoundLongitude": -0.92,
            "northBoundLatitude": 50.82,
            "westBoundLongitude": -0.92,
            "southBoundLatitude": 50.81
        },
        {
            "ob_id": 213,
            "bboxName": "",
            "eastBoundLongitude": -2.85,
            "northBoundLatitude": 50.74,
            "westBoundLongitude": -2.94,
            "southBoundLatitude": 50.72
        },
        {
            "ob_id": 214,
            "bboxName": "",
            "eastBoundLongitude": -3.51,
            "northBoundLatitude": 56.76,
            "westBoundLongitude": -3.86,
            "southBoundLatitude": 56.3
        },
        {
            "ob_id": 215,
            "bboxName": "",
            "eastBoundLongitude": -0.44,
            "northBoundLatitude": 50.99,
            "westBoundLongitude": -1.15,
            "southBoundLatitude": 50.87
        },
        {
            "ob_id": 216,
            "bboxName": "",
            "eastBoundLongitude": -4.87,
            "northBoundLatitude": 52.49,
            "westBoundLongitude": -4.87,
            "southBoundLatitude": 52.49
        },
        {
            "ob_id": 217,
            "bboxName": "",
            "eastBoundLongitude": -4.21,
            "northBoundLatitude": 50.48,
            "westBoundLongitude": -4.21,
            "southBoundLatitude": 50.48
        },
        {
            "ob_id": 218,
            "bboxName": "",
            "eastBoundLongitude": -2.04,
            "northBoundLatitude": 50.83,
            "westBoundLongitude": -2.22,
            "southBoundLatitude": 50.82
        },
        {
            "ob_id": 219,
            "bboxName": "",
            "eastBoundLongitude": -2.91,
            "northBoundLatitude": 50.73,
            "westBoundLongitude": -2.91,
            "southBoundLatitude": 50.73
        },
        {
            "ob_id": 220,
            "bboxName": "",
            "eastBoundLongitude": -3.62,
            "northBoundLatitude": 54.53,
            "westBoundLongitude": -3.62,
            "southBoundLatitude": 54.53
        },
        {
            "ob_id": 221,
            "bboxName": "",
            "eastBoundLongitude": -3.91,
            "northBoundLatitude": 56.75,
            "westBoundLongitude": -4.28,
            "southBoundLatitude": 56.26
        },
        {
            "ob_id": 222,
            "bboxName": "",
            "eastBoundLongitude": -3.43,
            "northBoundLatitude": 54.63,
            "westBoundLongitude": -3.43,
            "southBoundLatitude": 54.63
        },
        {
            "ob_id": 223,
            "bboxName": "",
            "eastBoundLongitude": 0.63,
            "northBoundLatitude": 52.27,
            "westBoundLongitude": 0.6,
            "southBoundLatitude": 52.27
        },
        {
            "ob_id": 224,
            "bboxName": "",
            "eastBoundLongitude": -1.38,
            "northBoundLatitude": 50.9,
            "westBoundLongitude": -1.4,
            "southBoundLatitude": 50.88
        },
        {
            "ob_id": 225,
            "bboxName": "",
            "eastBoundLongitude": 0.45,
            "northBoundLatitude": 51.65,
            "westBoundLongitude": 0.23,
            "southBoundLatitude": 51.47
        },
        {
            "ob_id": 226,
            "bboxName": "",
            "eastBoundLongitude": -0.37,
            "northBoundLatitude": 51.38,
            "westBoundLongitude": -0.37,
            "southBoundLatitude": 51.38
        },
        {
            "ob_id": 227,
            "bboxName": "",
            "eastBoundLongitude": -1.0,
            "northBoundLatitude": 53.48,
            "westBoundLongitude": -1.05,
            "southBoundLatitude": 53.42
        },
        {
            "ob_id": 228,
            "bboxName": "",
            "eastBoundLongitude": -1.05,
            "northBoundLatitude": 53.47,
            "westBoundLongitude": -1.05,
            "southBoundLatitude": 53.42
        },
        {
            "ob_id": 229,
            "bboxName": "",
            "eastBoundLongitude": -4.03,
            "northBoundLatitude": 52.23,
            "westBoundLongitude": -4.03,
            "southBoundLatitude": 52.23
        },
        {
            "ob_id": 230,
            "bboxName": "",
            "eastBoundLongitude": -4.93,
            "northBoundLatitude": 58.02,
            "westBoundLongitude": -4.93,
            "southBoundLatitude": 58.02
        },
        {
            "ob_id": 231,
            "bboxName": "",
            "eastBoundLongitude": -4.97,
            "northBoundLatitude": 58.95,
            "westBoundLongitude": -5.15,
            "southBoundLatitude": 58.01
        },
        {
            "ob_id": 232,
            "bboxName": "",
            "eastBoundLongitude": -3.92,
            "northBoundLatitude": 51.65,
            "westBoundLongitude": -3.92,
            "southBoundLatitude": 51.65
        },
        {
            "ob_id": 233,
            "bboxName": "",
            "eastBoundLongitude": -2.5,
            "northBoundLatitude": 52.63,
            "westBoundLongitude": -2.58,
            "southBoundLatitude": 52.62
        },
        {
            "ob_id": 234,
            "bboxName": "",
            "eastBoundLongitude": -2.78,
            "northBoundLatitude": 56.65,
            "westBoundLongitude": -3.18,
            "southBoundLatitude": 56.28
        },
        {
            "ob_id": 235,
            "bboxName": "",
            "eastBoundLongitude": -2.45,
            "northBoundLatitude": 56.33,
            "westBoundLongitude": -2.45,
            "southBoundLatitude": 56.33
        },
        {
            "ob_id": 236,
            "bboxName": "",
            "eastBoundLongitude": -1.42,
            "northBoundLatitude": 53.02,
            "westBoundLongitude": -1.42,
            "southBoundLatitude": 53.02
        },
        {
            "ob_id": 237,
            "bboxName": "",
            "eastBoundLongitude": -2.85,
            "northBoundLatitude": 56.02,
            "westBoundLongitude": -2.85,
            "southBoundLatitude": 56.02
        },
        {
            "ob_id": 238,
            "bboxName": "",
            "eastBoundLongitude": -1.8,
            "northBoundLatitude": 51.93,
            "westBoundLongitude": -1.85,
            "southBoundLatitude": 51.93
        },
        {
            "ob_id": 239,
            "bboxName": "",
            "eastBoundLongitude": -2.5,
            "northBoundLatitude": 52.63,
            "westBoundLongitude": -2.5,
            "southBoundLatitude": 52.63
        },
        {
            "ob_id": 240,
            "bboxName": "",
            "eastBoundLongitude": -2.98,
            "northBoundLatitude": 54.35,
            "westBoundLongitude": -2.98,
            "southBoundLatitude": 54.35
        },
        {
            "ob_id": 241,
            "bboxName": "",
            "eastBoundLongitude": -1.07,
            "northBoundLatitude": 53.15,
            "westBoundLongitude": -1.08,
            "southBoundLatitude": 53.13
        },
        {
            "ob_id": 242,
            "bboxName": "",
            "eastBoundLongitude": 1.23,
            "northBoundLatitude": 51.88,
            "westBoundLongitude": 1.23,
            "southBoundLatitude": 51.87
        },
        {
            "ob_id": 243,
            "bboxName": "",
            "eastBoundLongitude": -3.68,
            "northBoundLatitude": 52.78,
            "westBoundLongitude": -3.68,
            "southBoundLatitude": 52.78
        },
        {
            "ob_id": 244,
            "bboxName": "",
            "eastBoundLongitude": -3.8,
            "northBoundLatitude": 52.75,
            "westBoundLongitude": -3.88,
            "southBoundLatitude": 52.75
        },
        {
            "ob_id": 245,
            "bboxName": "",
            "eastBoundLongitude": -3.85,
            "northBoundLatitude": 51.63,
            "westBoundLongitude": -3.88,
            "southBoundLatitude": 51.63
        },
        {
            "ob_id": 246,
            "bboxName": "",
            "eastBoundLongitude": -3.15,
            "northBoundLatitude": 54.42,
            "westBoundLongitude": -3.3,
            "southBoundLatitude": 54.28
        },
        {
            "ob_id": 247,
            "bboxName": "",
            "eastBoundLongitude": -3.82,
            "northBoundLatitude": 53.3,
            "westBoundLongitude": -3.83,
            "southBoundLatitude": 53.23
        },
        {
            "ob_id": 248,
            "bboxName": "",
            "eastBoundLongitude": -4.32,
            "northBoundLatitude": 53.4,
            "westBoundLongitude": -4.37,
            "southBoundLatitude": 53.38
        },
        {
            "ob_id": 249,
            "bboxName": "",
            "eastBoundLongitude": -2.77,
            "northBoundLatitude": 51.2,
            "westBoundLongitude": -2.83,
            "southBoundLatitude": 51.18
        },
        {
            "ob_id": 250,
            "bboxName": "",
            "eastBoundLongitude": -3.13,
            "northBoundLatitude": 54.57,
            "westBoundLongitude": -3.3,
            "southBoundLatitude": 54.53
        },
        {
            "ob_id": 251,
            "bboxName": "",
            "eastBoundLongitude": -3.02,
            "northBoundLatitude": 56.45,
            "westBoundLongitude": -3.2,
            "southBoundLatitude": 56.37
        },
        {
            "ob_id": 252,
            "bboxName": "",
            "eastBoundLongitude": -4.87,
            "northBoundLatitude": 51.67,
            "westBoundLongitude": -5.27,
            "southBoundLatitude": 51.12
        },
        {
            "ob_id": 253,
            "bboxName": "",
            "eastBoundLongitude": -2.46,
            "northBoundLatitude": 54.66,
            "westBoundLongitude": -2.46,
            "southBoundLatitude": 54.66
        }
    ]
}