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
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=100",
    "previous": null,
    "results": [
        {
            "ob_id": 1,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 2,
            "bboxName": "",
            "eastBoundLongitude": 1.0,
            "northBoundLatitude": 54.0,
            "westBoundLongitude": -4.0,
            "southBoundLatitude": 51.0
        },
        {
            "ob_id": 3,
            "bboxName": "",
            "eastBoundLongitude": 118.0,
            "northBoundLatitude": 5.5,
            "westBoundLongitude": 117.0,
            "southBoundLatitude": 4.5
        },
        {
            "ob_id": 5,
            "bboxName": "",
            "eastBoundLongitude": -90.0,
            "northBoundLatitude": 38.0,
            "westBoundLongitude": -98.0,
            "southBoundLatitude": 23.0
        },
        {
            "ob_id": 6,
            "bboxName": "SAGE orbits",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 80.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -80.0
        },
        {
            "ob_id": 8,
            "bboxName": "",
            "eastBoundLongitude": -11.0,
            "northBoundLatitude": 84.0,
            "westBoundLongitude": -74.0,
            "southBoundLatitude": 59.0
        },
        {
            "ob_id": 9,
            "bboxName": "",
            "eastBoundLongitude": -26.34,
            "northBoundLatitude": -73.35,
            "westBoundLongitude": -26.34,
            "southBoundLatitude": -75.35
        },
        {
            "ob_id": 10,
            "bboxName": "",
            "eastBoundLongitude": 177.5,
            "northBoundLatitude": 87.5,
            "westBoundLongitude": -177.5,
            "southBoundLatitude": -87.5
        },
        {
            "ob_id": 11,
            "bboxName": "",
            "eastBoundLongitude": 0.0,
            "northBoundLatitude": 0.0,
            "westBoundLongitude": 0.0,
            "southBoundLatitude": 0.0
        },
        {
            "ob_id": 12,
            "bboxName": "Cape Verde Atmospheric Observatory Site",
            "eastBoundLongitude": -24.871,
            "northBoundLatitude": 16.848,
            "westBoundLongitude": -24.871,
            "southBoundLatitude": 16.848
        },
        {
            "ob_id": 13,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": 10.0
        },
        {
            "ob_id": 14,
            "bboxName": "",
            "eastBoundLongitude": 34.36,
            "northBoundLatitude": 67.84,
            "westBoundLongitude": -41.52,
            "southBoundLatitude": 32.56
        },
        {
            "ob_id": 15,
            "bboxName": "",
            "eastBoundLongitude": 125.0,
            "northBoundLatitude": 76.0,
            "westBoundLongitude": -83.0,
            "southBoundLatitude": -78.0
        },
        {
            "ob_id": 16,
            "bboxName": "",
            "eastBoundLongitude": 173.0,
            "northBoundLatitude": 37.0,
            "westBoundLongitude": -122.0,
            "southBoundLatitude": -44.0
        },
        {
            "ob_id": 17,
            "bboxName": "",
            "eastBoundLongitude": 1.74002,
            "northBoundLatitude": 60.8562,
            "westBoundLongitude": -8.5636,
            "southBoundLatitude": 49.914
        },
        {
            "ob_id": 18,
            "bboxName": "MIDAS UK table s geographic domain",
            "eastBoundLongitude": 1.74002,
            "northBoundLatitude": 60.7592,
            "westBoundLongitude": -5.54236,
            "southBoundLatitude": 50.1172
        },
        {
            "ob_id": 19,
            "bboxName": "",
            "eastBoundLongitude": 1.74002,
            "northBoundLatitude": 60.1395,
            "westBoundLongitude": -8.5636,
            "southBoundLatitude": 50.3544
        },
        {
            "ob_id": 20,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 21,
            "bboxName": "",
            "eastBoundLongitude": 130.0,
            "northBoundLatitude": 37.0,
            "westBoundLongitude": -122.0,
            "southBoundLatitude": -30.0
        },
        {
            "ob_id": 22,
            "bboxName": "",
            "eastBoundLongitude": -26.566667,
            "northBoundLatitude": -75.583333,
            "westBoundLongitude": -26.566667,
            "southBoundLatitude": -75.583333
        },
        {
            "ob_id": 23,
            "bboxName": "",
            "eastBoundLongitude": -68.12475,
            "northBoundLatitude": -67.568972,
            "westBoundLongitude": -68.12475,
            "southBoundLatitude": -67.568972
        },
        {
            "ob_id": 24,
            "bboxName": "",
            "eastBoundLongitude": 14.12,
            "northBoundLatitude": 52.21,
            "westBoundLongitude": -14.0,
            "southBoundLatitude": -8.0
        },
        {
            "ob_id": 25,
            "bboxName": "",
            "eastBoundLongitude": 1.121944,
            "northBoundLatitude": 52.950417,
            "westBoundLongitude": 1.121944,
            "southBoundLatitude": 52.950417
        },
        {
            "ob_id": 28,
            "bboxName": "",
            "eastBoundLongitude": 50.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -140.0,
            "southBoundLatitude": 30.0
        },
        {
            "ob_id": 29,
            "bboxName": "",
            "eastBoundLongitude": -53.75,
            "northBoundLatitude": 1.25,
            "westBoundLongitude": -73.75,
            "southBoundLatitude": -12.5
        },
        {
            "ob_id": 30,
            "bboxName": "",
            "eastBoundLongitude": 100.0,
            "northBoundLatitude": 80.0,
            "westBoundLongitude": -120.0,
            "southBoundLatitude": 35.0
        },
        {
            "ob_id": 31,
            "bboxName": "",
            "eastBoundLongitude": 10.0,
            "northBoundLatitude": 70.0,
            "westBoundLongitude": -20.0,
            "southBoundLatitude": 40.0
        },
        {
            "ob_id": 32,
            "bboxName": "",
            "eastBoundLongitude": -9.5,
            "northBoundLatitude": 54.0,
            "westBoundLongitude": -13.0,
            "southBoundLatitude": 53.5
        },
        {
            "ob_id": 33,
            "bboxName": "",
            "eastBoundLongitude": 49.63,
            "northBoundLatitude": 76.77,
            "westBoundLongitude": -25.0,
            "southBoundLatitude": 32.0
        },
        {
            "ob_id": 36,
            "bboxName": "",
            "eastBoundLongitude": -6.64866,
            "northBoundLatitude": 54.3523,
            "westBoundLongitude": -6.64866,
            "southBoundLatitude": 54.3523
        },
        {
            "ob_id": 37,
            "bboxName": "",
            "eastBoundLongitude": 10.0,
            "northBoundLatitude": 80.0,
            "westBoundLongitude": -50.0,
            "southBoundLatitude": 40.0
        },
        {
            "ob_id": 39,
            "bboxName": "Met Office Cardington site",
            "eastBoundLongitude": -0.42161,
            "northBoundLatitude": 52.10469,
            "westBoundLongitude": -0.42161,
            "southBoundLatitude": 52.10469
        },
        {
            "ob_id": 40,
            "bboxName": "",
            "eastBoundLongitude": 90.0,
            "northBoundLatitude": 70.0,
            "westBoundLongitude": -70.0,
            "southBoundLatitude": -35.0
        },
        {
            "ob_id": 42,
            "bboxName": "",
            "eastBoundLongitude": -1.8306,
            "northBoundLatitude": 52.4972,
            "westBoundLongitude": -1.9069,
            "southBoundLatitude": 52.4653
        },
        {
            "ob_id": 43,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 87.5,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -87.5
        },
        {
            "ob_id": 44,
            "bboxName": "",
            "eastBoundLongitude": 139.0,
            "northBoundLatitude": -12.5,
            "westBoundLongitude": 130.5,
            "southBoundLatitude": -35.0
        },
        {
            "ob_id": 46,
            "bboxName": "",
            "eastBoundLongitude": 0.58,
            "northBoundLatitude": 53.48,
            "westBoundLongitude": -2.27,
            "southBoundLatitude": 51.23
        },
        {
            "ob_id": 49,
            "bboxName": "",
            "eastBoundLongitude": -77.73,
            "northBoundLatitude": 55.3,
            "westBoundLongitude": -77.73,
            "southBoundLatitude": 55.3
        },
        {
            "ob_id": 50,
            "bboxName": "",
            "eastBoundLongitude": -77.739889,
            "northBoundLatitude": 55.314944,
            "westBoundLongitude": -77.739889,
            "southBoundLatitude": 55.314944
        },
        {
            "ob_id": 51,
            "bboxName": "",
            "eastBoundLongitude": 30.0,
            "northBoundLatitude": 46.0,
            "westBoundLongitude": 7.0,
            "southBoundLatitude": 40.0
        },
        {
            "ob_id": 53,
            "bboxName": "Cops, Achern, Uk",
            "eastBoundLongitude": 8.074,
            "northBoundLatitude": 48.6315,
            "westBoundLongitude": 8.074,
            "southBoundLatitude": 48.6315
        },
        {
            "ob_id": 55,
            "bboxName": "",
            "eastBoundLongitude": 8.2025,
            "northBoundLatitude": 48.6315,
            "westBoundLongitude": 8.074,
            "southBoundLatitude": 48.6069
        },
        {
            "ob_id": 59,
            "bboxName": "Chilbolton",
            "eastBoundLongitude": -1.427,
            "northBoundLatitude": 51.145,
            "westBoundLongitude": -1.427,
            "southBoundLatitude": 51.145
        },
        {
            "ob_id": 60,
            "bboxName": "",
            "eastBoundLongitude": -1.433,
            "northBoundLatitude": 51.1333,
            "westBoundLongitude": -1.433,
            "southBoundLatitude": 51.1333
        },
        {
            "ob_id": 61,
            "bboxName": "",
            "eastBoundLongitude": -1.433,
            "northBoundLatitude": 51.0667,
            "westBoundLongitude": -1.433,
            "southBoundLatitude": 51.0667
        },
        {
            "ob_id": 62,
            "bboxName": "",
            "eastBoundLongitude": -2.98053,
            "northBoundLatitude": 56.45811,
            "westBoundLongitude": -2.98053,
            "southBoundLatitude": 56.45811
        },
        {
            "ob_id": 63,
            "bboxName": "",
            "eastBoundLongitude": -1.437,
            "northBoundLatitude": 51.145,
            "westBoundLongitude": -1.437,
            "southBoundLatitude": 51.145
        },
        {
            "ob_id": 64,
            "bboxName": "",
            "eastBoundLongitude": -1.475,
            "northBoundLatitude": 51.145,
            "westBoundLongitude": -1.475,
            "southBoundLatitude": 51.145
        },
        {
            "ob_id": 65,
            "bboxName": "",
            "eastBoundLongitude": 27.0,
            "northBoundLatitude": 69.75,
            "westBoundLongitude": 18.8,
            "southBoundLatitude": 68.35
        },
        {
            "ob_id": 67,
            "bboxName": "",
            "eastBoundLongitude": 57.6,
            "northBoundLatitude": 40.1,
            "westBoundLongitude": -20.0,
            "southBoundLatitude": -37.5
        },
        {
            "ob_id": 68,
            "bboxName": "",
            "eastBoundLongitude": 62.0,
            "northBoundLatitude": 45.0,
            "westBoundLongitude": -20.0,
            "southBoundLatitude": -10.0
        },
        {
            "ob_id": 69,
            "bboxName": "",
            "eastBoundLongitude": 1.01,
            "northBoundLatitude": 52.95,
            "westBoundLongitude": 1.01,
            "southBoundLatitude": 52.95
        },
        {
            "ob_id": 70,
            "bboxName": "",
            "eastBoundLongitude": 60.0,
            "northBoundLatitude": 60.0,
            "westBoundLongitude": -60.0,
            "southBoundLatitude": -60.0
        },
        {
            "ob_id": 71,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 89.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -89.0
        },
        {
            "ob_id": 74,
            "bboxName": "",
            "eastBoundLongitude": 144.41,
            "northBoundLatitude": -40.41,
            "westBoundLongitude": 144.41,
            "southBoundLatitude": -40.41
        },
        {
            "ob_id": 79,
            "bboxName": "",
            "eastBoundLongitude": 7.8,
            "northBoundLatitude": 61.6,
            "westBoundLongitude": -19.5,
            "southBoundLatitude": 0.0
        },
        {
            "ob_id": 80,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 81,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 82,
            "bboxName": "",
            "eastBoundLongitude": -1.183,
            "northBoundLatitude": 60.139,
            "westBoundLongitude": -1.183,
            "southBoundLatitude": 60.139
        },
        {
            "ob_id": 83,
            "bboxName": "",
            "eastBoundLongitude": -1.6,
            "northBoundLatitude": 53.4,
            "westBoundLongitude": -2.6,
            "southBoundLatitude": 52.2
        },
        {
            "ob_id": 84,
            "bboxName": "",
            "eastBoundLongitude": -2.391,
            "northBoundLatitude": 52.5,
            "westBoundLongitude": -2.934,
            "southBoundLatitude": 51.06
        },
        {
            "ob_id": 85,
            "bboxName": "",
            "eastBoundLongitude": 6.0,
            "northBoundLatitude": 8.0,
            "westBoundLongitude": -23.0,
            "southBoundLatitude": -19.0
        },
        {
            "ob_id": 86,
            "bboxName": "",
            "eastBoundLongitude": 20.0,
            "northBoundLatitude": 70.0,
            "westBoundLongitude": -20.0,
            "southBoundLatitude": 40.0
        },
        {
            "ob_id": 87,
            "bboxName": "",
            "eastBoundLongitude": -1.476,
            "northBoundLatitude": 51.318,
            "westBoundLongitude": -1.476,
            "southBoundLatitude": 51.318
        },
        {
            "ob_id": 92,
            "bboxName": "Chilbolton",
            "eastBoundLongitude": -1.427,
            "northBoundLatitude": 51.145,
            "westBoundLongitude": -1.427,
            "southBoundLatitude": 51.145
        },
        {
            "ob_id": 95,
            "bboxName": "Swanage",
            "eastBoundLongitude": -1.97,
            "northBoundLatitude": 50.6083,
            "westBoundLongitude": -1.97,
            "southBoundLatitude": 50.6083
        },
        {
            "ob_id": 97,
            "bboxName": "Linkenholt",
            "eastBoundLongitude": -1.48,
            "northBoundLatitude": 51.32,
            "westBoundLongitude": -1.48,
            "southBoundLatitude": 51.32
        },
        {
            "ob_id": 103,
            "bboxName": "",
            "eastBoundLongitude": 0.8902,
            "northBoundLatitude": 51.6,
            "westBoundLongitude": 0.8902,
            "southBoundLatitude": 51.6
        },
        {
            "ob_id": 104,
            "bboxName": "",
            "eastBoundLongitude": 0.926,
            "northBoundLatitude": 51.596,
            "westBoundLongitude": 0.926,
            "southBoundLatitude": 51.596
        },
        {
            "ob_id": 105,
            "bboxName": "",
            "eastBoundLongitude": 5.0,
            "northBoundLatitude": 57.0,
            "westBoundLongitude": -2.0,
            "southBoundLatitude": 50.0
        },
        {
            "ob_id": 107,
            "bboxName": "",
            "eastBoundLongitude": -4.01,
            "northBoundLatitude": 52.42,
            "westBoundLongitude": -4.01,
            "southBoundLatitude": 52.42
        },
        {
            "ob_id": 109,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": 37.0
        },
        {
            "ob_id": 111,
            "bboxName": "",
            "eastBoundLongitude": 179.75,
            "northBoundLatitude": 89.75,
            "westBoundLongitude": -179.75,
            "southBoundLatitude": -89.75
        },
        {
            "ob_id": 112,
            "bboxName": "",
            "eastBoundLongitude": 50.0,
            "northBoundLatitude": 40.0,
            "westBoundLongitude": -20.0,
            "southBoundLatitude": -40.0
        },
        {
            "ob_id": 114,
            "bboxName": "",
            "eastBoundLongitude": 11.0,
            "northBoundLatitude": 63.0,
            "westBoundLongitude": -16.0,
            "southBoundLatitude": 45.0
        },
        {
            "ob_id": 115,
            "bboxName": "",
            "eastBoundLongitude": 6.0,
            "northBoundLatitude": 61.0,
            "westBoundLongitude": -12.0,
            "southBoundLatitude": 48.0
        },
        {
            "ob_id": 116,
            "bboxName": "",
            "eastBoundLongitude": 20.0,
            "northBoundLatitude": 60.0,
            "westBoundLongitude": -12.0,
            "southBoundLatitude": 43.0
        },
        {
            "ob_id": 117,
            "bboxName": "Deanhill rain radar ranage",
            "eastBoundLongitude": 0.39,
            "northBoundLatitude": 53.18,
            "westBoundLongitude": -3.39,
            "southBoundLatitude": 49.18
        },
        {
            "ob_id": 118,
            "bboxName": "Hill of Dudwick rain radar range",
            "eastBoundLongitude": -0.04,
            "northBoundLatitude": 59.43,
            "westBoundLongitude": -4.04,
            "southBoundLatitude": 55.43
        },
        {
            "ob_id": 119,
            "bboxName": "Wardon Hill radar ranage",
            "eastBoundLongitude": -0.33,
            "northBoundLatitude": 52.94,
            "westBoundLongitude": -4.33,
            "southBoundLatitude": 48.94
        },
        {
            "ob_id": 120,
            "bboxName": "",
            "eastBoundLongitude": -4.34,
            "northBoundLatitude": 56.5,
            "westBoundLongitude": -8.34,
            "southBoundLatitude": 52.5
        },
        {
            "ob_id": 121,
            "bboxName": "Jersey rain radar ranage",
            "eastBoundLongitude": -0.196,
            "northBoundLatitude": 51.208,
            "westBoundLongitude": -4.196,
            "southBoundLatitude": 47.208
        },
        {
            "ob_id": 122,
            "bboxName": "Predannack rain radar ranage",
            "eastBoundLongitude": -3.13,
            "northBoundLatitude": 52.0,
            "westBoundLongitude": -7.13,
            "southBoundLatitude": 48.0
        },
        {
            "ob_id": 123,
            "bboxName": "Clee Hill radar ranage",
            "eastBoundLongitude": -0.66,
            "northBoundLatitude": 54.79,
            "westBoundLongitude": -4.66,
            "southBoundLatitude": 50.79
        },
        {
            "ob_id": 124,
            "bboxName": "Chenies rain radar range",
            "eastBoundLongitude": 1.32,
            "northBoundLatitude": 56.5,
            "westBoundLongitude": -2.32,
            "southBoundLatitude": 52.5
        },
        {
            "ob_id": 125,
            "bboxName": "Crug-y-Gorllwyn rain radar range",
            "eastBoundLongitude": -2.26,
            "northBoundLatitude": 53.58,
            "westBoundLongitude": -6.26,
            "southBoundLatitude": 49.58
        },
        {
            "ob_id": 126,
            "bboxName": "Cobbacombe Cross rain radar ranage",
            "eastBoundLongitude": -1.27,
            "northBoundLatitude": 52.58,
            "westBoundLongitude": -5.27,
            "southBoundLatitude": 48.58
        },
        {
            "ob_id": 127,
            "bboxName": "",
            "eastBoundLongitude": -0.17,
            "northBoundLatitude": 55.45,
            "westBoundLongitude": -4.17,
            "southBoundLatitude": 51.45
        },
        {
            "ob_id": 128,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": -54.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 129,
            "bboxName": "",
            "eastBoundLongitude": 0.0,
            "northBoundLatitude": 52.0,
            "westBoundLongitude": -40.0,
            "southBoundLatitude": 33.0
        },
        {
            "ob_id": 130,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 83.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -83.0
        },
        {
            "ob_id": 133,
            "bboxName": "",
            "eastBoundLongitude": -5.1,
            "northBoundLatitude": 50.13,
            "westBoundLongitude": -5.1,
            "southBoundLatitude": 50.13
        },
        {
            "ob_id": 134,
            "bboxName": "",
            "eastBoundLongitude": -3.23,
            "northBoundLatitude": 50.87,
            "westBoundLongitude": -3.23,
            "southBoundLatitude": 50.87
        },
        {
            "ob_id": 135,
            "bboxName": "",
            "eastBoundLongitude": 0.058,
            "northBoundLatitude": 52.7,
            "westBoundLongitude": 0.058,
            "southBoundLatitude": 52.7
        },
        {
            "ob_id": 136,
            "bboxName": "",
            "eastBoundLongitude": -7.375,
            "northBoundLatitude": 57.353,
            "westBoundLongitude": -7.375,
            "southBoundLatitude": 57.353
        },
        {
            "ob_id": 137,
            "bboxName": "",
            "eastBoundLongitude": -4.37,
            "northBoundLatitude": 54.26,
            "westBoundLongitude": -4.37,
            "southBoundLatitude": 54.26
        },
        {
            "ob_id": 139,
            "bboxName": "",
            "eastBoundLongitude": 10.0,
            "northBoundLatitude": 70.0,
            "westBoundLongitude": -50.0,
            "southBoundLatitude": 40.0
        },
        {
            "ob_id": 140,
            "bboxName": "",
            "eastBoundLongitude": -4.616794,
            "northBoundLatitude": 50.635726,
            "westBoundLongitude": -4.616794,
            "southBoundLatitude": 50.635726
        },
        {
            "ob_id": 143,
            "bboxName": "",
            "eastBoundLongitude": 1.75,
            "northBoundLatitude": 60.76,
            "westBoundLongitude": -8.08,
            "southBoundLatitude": -49.2
        },
        {
            "ob_id": 144,
            "bboxName": "",
            "eastBoundLongitude": -5.7,
            "northBoundLatitude": -7.9333,
            "westBoundLongitude": -57.812,
            "southBoundLatitude": -51.696
        }
    ]
}