Get a list of Result objects. Results have a 1:1 mapping with Observations.

### Available end points:

- `/results/` - Will list all Results in the database
- `/results.json` - Will return all Results in json format
- `/results/<object_id>/` - Returns Results object with that id

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `dataPath`
- `storageStatus`
- `storageLocation`
- `oldDataPath`
- `fileFormat`
- `observation`

### How to use filters:


`/results/?dataPath=/badc/weybourne/data/co2/`

`/results.json?dataPath=/badc/weybourne/data/co2/`

`/results/?fileFormat__icontains=netCDF`

GET /api/v2/results/?format=api&offset=10500
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 11555,
    "next": "https://api.catalogue.ceda.ac.uk/api/v2/results/?format=api&limit=100&offset=10600",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/results/?format=api&limit=100&offset=10400",
    "results": [
        {
            "ob_id": 41044,
            "dataPath": "/neodc/tccon/tccon_mirror/data/lauder03/ggg2020",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Total Carbon Column Observing Network (TCCON): TCCON data from Lauder (NZ), Release GGG2020.R0",
                "uuid": "365d18c631084275a6421c3d972e51a3",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/40996/?format=api"
            },
            "volume": 471197288,
            "numberOfFiles": 6,
            "fileFormat": "netcdf"
        },
        {
            "ob_id": 41045,
            "dataPath": "/neodc/tccon/tccon_mirror/data/lamont01/ggg2020",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Total Carbon Column Observing Network (TCCON): TCCON data from Lamont (US), Release GGG2020.R0",
                "uuid": "eb18d741bc7b4f4190499952bdb8c183",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/40999/?format=api"
            },
            "volume": 1375676107,
            "numberOfFiles": 7,
            "fileFormat": "netcdf"
        },
        {
            "ob_id": 41046,
            "dataPath": "/neodc/tccon/tccon_mirror/data/manaus01/ggg2020",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Total Carbon Column Observing Network (TCCON): TCCON data from Manaus (BR), Release GGG2020.R0",
                "uuid": "4e2a4e4b762446c38b3fc2e2fd756d15",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41000/?format=api"
            },
            "volume": 5244461,
            "numberOfFiles": 4,
            "fileFormat": "netcdf"
        },
        {
            "ob_id": 41047,
            "dataPath": "/neodc/tccon/tccon_mirror/data/nicosia01/ggg2020",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Total Carbon Column Observing Network (TCCON): TCCON data from Nicosia (CY), Release GGG2020.R0",
                "uuid": "6d0a40cf2bd94344abc982b1af921273",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41001/?format=api"
            },
            "volume": 160584045,
            "numberOfFiles": 7,
            "fileFormat": "netcdf"
        },
        {
            "ob_id": 41048,
            "dataPath": "/neodc/tccon/tccon_mirror/data/nyalesund01/ggg2020",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Total Carbon Column Observing Network (TCCON): TCCON data from Ny-Ålesund, Svalbard (NO), Release GGG2020.R0",
                "uuid": "360faeff764a47e6a8497852d4a7d3d3",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41002/?format=api"
            },
            "volume": 277622507,
            "numberOfFiles": 6,
            "fileFormat": "netcdf"
        },
        {
            "ob_id": 41049,
            "dataPath": "/neodc/tccon/tccon_mirror/data/orleans01/ggg2020",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Total Carbon Column Observing Network (TCCON): TCCON data from Orléans (FR), Release GGG2020.R0",
                "uuid": "83c4d528c53946fbbd0fa1b609f5105b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41003/?format=api"
            },
            "volume": 412332144,
            "numberOfFiles": 7,
            "fileFormat": "netcdf"
        },
        {
            "ob_id": 41050,
            "dataPath": "/neodc/tccon/tccon_mirror/data/paris01/ggg2020",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Total Carbon Column Observing Network (TCCON): TCCON data from Paris (FR), Release GGG2020.R0",
                "uuid": "ec7de25d1f684c09b94cdbe824ddc700",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41004/?format=api"
            },
            "volume": 299227186,
            "numberOfFiles": 7,
            "fileFormat": "netcdf"
        },
        {
            "ob_id": 41051,
            "dataPath": "/neodc/tccon/tccon_mirror/data/parkfalls01/ggg2020",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Total Carbon Column Observing Network (TCCON): TCCON data from Park Falls (US), Release GGG2020.R1",
                "uuid": "e3dcd4b7f6f94e38ab355fb502dafc9b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41005/?format=api"
            },
            "volume": 1153691772,
            "numberOfFiles": 7,
            "fileFormat": "netcdf"
        },
        {
            "ob_id": 41052,
            "dataPath": "/neodc/tccon/tccon_mirror/data/reunion01/ggg2020",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Total Carbon Column Observing Network (TCCON): TCCON data from Réunion Island (RE), Release GGG2020.R0",
                "uuid": "f06fa21481b64a8396141d718b2feb5a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41006/?format=api"
            },
            "volume": 78845946,
            "numberOfFiles": 4,
            "fileFormat": "netcdf"
        },
        {
            "ob_id": 41053,
            "dataPath": "/neodc/tccon/tccon_mirror/data/rikubetsu01/ggg2020",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Total Carbon Column Observing Network (TCCON): TCCON data from Rikubetsu (JP), Release GGG2020.R0",
                "uuid": "47f7fe05848c465d82be8c260a6a2b25",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41007/?format=api"
            },
            "volume": 118844830,
            "numberOfFiles": 6,
            "fileFormat": "netcdf"
        },
        {
            "ob_id": 41054,
            "dataPath": "/neodc/tccon/tccon_mirror/data/saga01/ggg2020",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Total Carbon Column Observing Network (TCCON): TCCON data from Saga (JP), Release GGG2020.R0",
                "uuid": "1eccee388b6148abb7a048a9dcbabe3d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41008/?format=api"
            },
            "volume": 113027426,
            "numberOfFiles": 4,
            "fileFormat": "netcdf"
        },
        {
            "ob_id": 41055,
            "dataPath": "/neodc/tccon/tccon_mirror/data/sodankyla01/ggg2020",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Total Carbon Column Observing Network (TCCON): TCCON data from Sodankylä (FI), Release GGG2020.R0",
                "uuid": "bcacc4899f4d4da4ab35e3daed252e07",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41009/?format=api"
            },
            "volume": 137527183,
            "numberOfFiles": 4,
            "fileFormat": "netcdf"
        },
        {
            "ob_id": 41056,
            "dataPath": "/neodc/tccon/tccon_mirror/data/tsukuba02/ggg2020",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Total Carbon Column Observing Network (TCCON): TCCON data from Tsukuba (JP), 125HR, Release GGG2020.R0",
                "uuid": "2d7165d3bf8e492188687d5199dcb1df",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41010/?format=api"
            },
            "volume": 66465284,
            "numberOfFiles": 4,
            "fileFormat": "netcdf"
        },
        {
            "ob_id": 41057,
            "dataPath": "/neodc/tccon/tccon_mirror/data/wollongong01/ggg2020",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Total Carbon Column Observing Network (TCCON):TCCON data from Wollongong (AU), Release GGG2020.R0",
                "uuid": "0e591cb194c04b63a60c18518ee9193d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41011/?format=api"
            },
            "volume": 413557931,
            "numberOfFiles": 6,
            "fileFormat": "netcdf"
        },
        {
            "ob_id": 41058,
            "dataPath": "/neodc/tccon/tccon_mirror/data/xianghe01/ggg2020",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Total Carbon Column Observing Network (TCCON): TCCON data from Xianghe, China, Release GGG2020.R0",
                "uuid": "d775aa73371c4f1f8f59aded37f1a15c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41012/?format=api"
            },
            "volume": 177400834,
            "numberOfFiles": 6,
            "fileFormat": "netcdf"
        },
        {
            "ob_id": 41071,
            "dataPath": "/bodc/USO230175/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Greater Haig Fras autonomous underwater vehicle seafloor survey - mosaicked image tiles used to assess benthic assemblages and seabed types (2012).",
                "uuid": "05d65cb906084078bc913d1c8d688f69",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41072/?format=api"
            },
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": null
        },
        {
            "ob_id": 41078,
            "dataPath": "/badc/snap/data/post-cmip6/SNAPSI/CCCma/CanESM5/control",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Stratospheric Nudging And Predictable Surface Impacts (SNAPSI): control data produced by the CanESM5 model at CCCma",
                "uuid": "2bc7e812f8c8468390a1261065ab7b53",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41076/?format=api"
            },
            "volume": 272316445977,
            "numberOfFiles": 7681,
            "fileFormat": "Files are Net-CDF formatted"
        },
        {
            "ob_id": 41080,
            "dataPath": "/badc/snap/data/post-cmip6/SNAPSI/CCCma/CanESM5/nudged",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Stratospheric Nudging And Predictable Surface Impacts (SNAPSI): nudged data produced by the CanESM5 model at CCCma",
                "uuid": "e895a56d229f4045928155afa1d6afe5",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41079/?format=api"
            },
            "volume": 260513916507,
            "numberOfFiles": 7321,
            "fileFormat": "Files are Net-CDF formatted"
        },
        {
            "ob_id": 41082,
            "dataPath": "/badc/snap/data/post-cmip6/SNAPSI/CCCma/CanESM5/free",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Stratospheric Nudging And Predictable Surface Impacts (SNAPSI): free data produced by the CanESM5 model at CCCma",
                "uuid": "14e1d782a0f349bdb0db9f0e06c32d25",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41081/?format=api"
            },
            "volume": 274534086232,
            "numberOfFiles": 7363,
            "fileFormat": "Files are Net-CDF formatted."
        },
        {
            "ob_id": 41084,
            "dataPath": "/badc/icecaps-ace/data/snow-temperature-profile",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ICECAPS-ACE: snow-air transition temperatures taken at Summit Station Greenland",
                "uuid": "6db2c027914d4f23bd42409e7aaad3b1",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41085/?format=api"
            },
            "volume": 146829732,
            "numberOfFiles": 42,
            "fileFormat": "Data are NetCDF formatted"
        },
        {
            "ob_id": 41088,
            "dataPath": "/badc/faam/data/2023/c350-aug-03",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C350 WESCON flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "063f98575b3b414bb6104053f34f51f0",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41089/?format=api"
            },
            "volume": 2180024284,
            "numberOfFiles": 27,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 41093,
            "dataPath": "/badc/faam/data/2023/c353-aug-22",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C353 MEWS flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "75e787d0e6c54c65b85a03b3ec38e41a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41094/?format=api"
            },
            "volume": 7744361143,
            "numberOfFiles": 42,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 41098,
            "dataPath": "/badc/faam/data/2023/c355-aug-25",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C355 WESCON flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "4aa5d4d0a22443f4bc16b5ea7956dd33",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41099/?format=api"
            },
            "volume": 7768360286,
            "numberOfFiles": 48,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 41102,
            "dataPath": "/badc/faam/data/2023/c356-sep-07",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C356 Instrument Test flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "29d6545f1a574e9e8b752d01a69f9362",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41103/?format=api"
            },
            "volume": 3994324063,
            "numberOfFiles": 31,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 41108,
            "dataPath": "/badc/faam/data/2023/c357-sep-22",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C357 Instrument Test flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "0cc599e3f04642e8ad33f13b22ec001b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41109/?format=api"
            },
            "volume": 4041042172,
            "numberOfFiles": 32,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 41114,
            "dataPath": "/badc/faam/data/2023/c358-oct-02",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C358 PTECE  and  AEOG-4 flight: Airborne atmospheric measurements from core instrument suite on board the BAE-146 aircraft",
                "uuid": "f9cadc17e4244622aedc6abba2de0e9f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41115/?format=api"
            },
            "volume": 1773370786,
            "numberOfFiles": 21,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 41131,
            "dataPath": "/badc/faam/data/2023/c359-oct-03",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C359 PTECE  and  AEOG-4 flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "175d4c6a385444babffe86b516b5e13c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41132/?format=api"
            },
            "volume": 5350918538,
            "numberOfFiles": 39,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 41139,
            "dataPath": "/badc/faam/data/2023/c360-oct-03",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C360 PTECE  and  AEOG-4 flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "97bb119857a644f8ac0a52acf3c89011",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41140/?format=api"
            },
            "volume": 4923274096,
            "numberOfFiles": 35,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 41147,
            "dataPath": "/badc/faam/data/2023/c361-oct-04",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C361 PTECE  and  AEOG-4 flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "da4c8ed38cd44b76b5d3d365557ae129",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41148/?format=api"
            },
            "volume": 6259005407,
            "numberOfFiles": 39,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 41155,
            "dataPath": "/badc/faam/data/2023/c362-oct-05",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C362 PTECE  and  AEOG-4 flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "04bc98e73156480ea5d892fccb1b6881",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41156/?format=api"
            },
            "volume": 8160166499,
            "numberOfFiles": 44,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 41161,
            "dataPath": "/badc/faam/data/2023/c363-oct-06",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C363 PTECE  and  AEOG-4 flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "fa4284a5070547c297a0ac17e5e7af05",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41162/?format=api"
            },
            "volume": 5423641620,
            "numberOfFiles": 39,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 41167,
            "dataPath": "/badc/faam/data/2023/c354-aug-22",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C354 MEWS flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "ecd425fbfbfe4647b678a54d99abf1f0",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41168/?format=api"
            },
            "volume": 14791501616,
            "numberOfFiles": 36,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 41171,
            "dataPath": "/badc/faam/data/2023/c352-aug-21",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C352 WESCON flight: Airborne atmospheric measurements from core instrument suite on board the BAE-146 aircraft",
                "uuid": "b817864fd0fa42779fff3dd693ddac0a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41172/?format=api"
            },
            "volume": 7140364219,
            "numberOfFiles": 45,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 41175,
            "dataPath": "/badc/icecaps-ace/data/present-weather/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ICECAPS-ACE: present weather taken at Summit Station Greenland",
                "uuid": "254dc2c0601e48e39e4fe46fc95822bc",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41176/?format=api"
            },
            "volume": 95275937,
            "numberOfFiles": 39,
            "fileFormat": "Data are NetCDF formatted."
        },
        {
            "ob_id": 41181,
            "dataPath": "/badc/uk-decc-network/data/v23.08",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Atmospheric trace gas observations from the UK Deriving Emissions linked to Climate Change (DECC) Network and associated data - Version 23.08",
                "uuid": "bc5b7568ef2a467fa97642910eb45aa7",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41180/?format=api"
            },
            "volume": 726009099,
            "numberOfFiles": 132,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 41195,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/MOHC/HadGEM3-GC31-LL/hist-totalO3",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-LL model output for the \"hist-totalO3\" experiment",
                "uuid": "a45e0dad6eb1438cac07b38b13b7dcc0",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41194/?format=api"
            },
            "volume": 8473374928357,
            "numberOfFiles": 9301,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 41198,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/MOHC/HadGEM3-GC31-LL/hist-volc",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-LL model output for the \"hist-volc\" experiment",
                "uuid": "250226f551d14f0586456b37620f21d0",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41197/?format=api"
            },
            "volume": 8473358209314,
            "numberOfFiles": 9301,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 41223,
            "dataPath": "/badc/snap/data/post-cmip6/SNAPSI/NRL/NAVGEM/control",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Stratospheric Nudging And Predictable Surface Impacts (SNAPSI): control data produced by the NAVGEM model at NRL",
                "uuid": "d77400c037da4416b44ec3f86695d32c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41222/?format=api"
            },
            "volume": 3185389487932,
            "numberOfFiles": 12481,
            "fileFormat": "Files are Net-CDF formatted"
        },
        {
            "ob_id": 41226,
            "dataPath": "/badc/snap/data/post-cmip6/SNAPSI/NRL/NAVGEM/free",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Stratospheric Nudging And Predictable Surface Impacts (SNAPSI): free data produced by the NAVGEM model at NRL",
                "uuid": "05d63906a1ce48dab130f128b404679c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41225/?format=api"
            },
            "volume": 3179247313795,
            "numberOfFiles": 12481,
            "fileFormat": "Files are Net-CDF formatted"
        },
        {
            "ob_id": 41228,
            "dataPath": "/badc/snap/data/post-cmip6/SNAPSI/NRL/NAVGEM/nudged",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Stratospheric Nudging And Predictable Surface Impacts (SNAPSI): nudged data produced by the NAVGEM model at NRL",
                "uuid": "b3353ace59bc4ca7b94f38f4b0510448",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41227/?format=api"
            },
            "volume": 3183078808573,
            "numberOfFiles": 12481,
            "fileFormat": "Files are Net-CDF formatted"
        },
        {
            "ob_id": 41243,
            "dataPath": "/bodc/SOC230154/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Model output containing ocean and sea ice variables from GOSI9 eORCA1 (1976-2005).",
                "uuid": "e4ce3e28afc843a998ca594eb233e731",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41244/?format=api"
            },
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "NetCDF, text"
        },
        {
            "ob_id": 41245,
            "dataPath": "/bodc/SOC230181/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Model output containing ocean and sea ice variables from GOSI9 eORCA12 (1976-2005).",
                "uuid": "7ceefbec550244c5852c247e51a52d89",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41246/?format=api"
            },
            "volume": 8803708445395,
            "numberOfFiles": 1943,
            "fileFormat": "NetCDF, text"
        },
        {
            "ob_id": 41247,
            "dataPath": "/bodc/SOC230182/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Model output containing ocean and sea ice variables from GOSI9 eORCA025 (1976-2005)",
                "uuid": "a9f48ce8418748119c6886a07b8e232f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41248/?format=api"
            },
            "volume": 4001118893075,
            "numberOfFiles": 2664,
            "fileFormat": "NetCDF, text"
        },
        {
            "ob_id": 41257,
            "dataPath": "/neodc/obs4MIPs/ImperialCollege/GERB-HR-ED01-1-1/1hrCM/rlut/gn/v20231221/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Obs4MIPs:   Monthly-mean diurnal cycle of top of atmosphere outgoing longwave radiation from the GERB instrument (GERB-HR-ED01-1-1 rlut 1hrCM), v20231221",
                "uuid": "90148d9b1f1c40f1ac40152957e25467",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41239/?format=api"
            },
            "volume": 448034804,
            "numberOfFiles": 7,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 41258,
            "dataPath": "/neodc/obs4MIPs/ImperialCollege/GERB-HR-ED01-1-1/1hrCM/rsut/gn/v20231221/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Obs4MIPs:   Monthly-mean diurnal cycle of top of atmosphere outgoing shortwave radiation from the GERB instrument (GERB-HR-ED01-1-1 rsut 1hrCM), v20231221",
                "uuid": "57821b58804945deaf4cdde278563ec2",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41238/?format=api"
            },
            "volume": 448034829,
            "numberOfFiles": 7,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 41260,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/MOHC/HadGEM3-GC31-LL/hist-sol",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-LL model output for the \"hist-sol\" experiment",
                "uuid": "06b68e3877e943aabf7d917bcbedf750",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41259/?format=api"
            },
            "volume": 8473224236294,
            "numberOfFiles": 9301,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 41263,
            "dataPath": "/neodc/ral_rsg/ral_ozone_uv/data/gome_ers-2/l2/v03.01",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "GOME: Vertical Profiles of Ozone and other Trace Gases - Ozone Profiles Version 3.01",
                "uuid": "91d3ce592aae4215ba57c1f36e6d04c4",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/40105/?format=api"
            },
            "volume": 771704784596,
            "numberOfFiles": 67904,
            "fileFormat": "The data are in netCDF format."
        },
        {
            "ob_id": 41266,
            "dataPath": "/badc/acsis/bae-146/merged-chemistry/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ACSIS: Merged airborne chemistry data from instruments on board the FAAM aircraft",
                "uuid": "6285564c34a246fc9ba5ce053d85e5e7",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41268/?format=api"
            },
            "volume": 55447241,
            "numberOfFiles": 92,
            "fileFormat": "NASA-Ames, ICT"
        },
        {
            "ob_id": 41272,
            "dataPath": "/bodc/UOX230196",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Sensitivity experiments with a 1/12° regional configuration of MITgcm in the North Atlantic Ocean (repeated year forcing from JRA55-do, May 2003-May 2004) with forced surface winds extracting variability in subsynoptic and synoptic processes.",
                "uuid": "8c1bd495fc7c442ba0d62b8830f716cf",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41273/?format=api"
            },
            "volume": 1859529575175,
            "numberOfFiles": 227,
            "fileFormat": "NetCDF and text"
        },
        {
            "ob_id": 41274,
            "dataPath": "/bodc/UOX230197",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Control run of a 1/12° regional simulation of MITgcm in the North Atlantic Ocean (repeated year forcing from JRA55-do, May 2003-May 2004).",
                "uuid": "9536459d09fb446d8daee987a039616e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41275/?format=api"
            },
            "volume": 619843193911,
            "numberOfFiles": 77,
            "fileFormat": "NetCDF and text"
        },
        {
            "ob_id": 41276,
            "dataPath": "/neodc/esacci/permafrost/data/permafrost_extent/L4/area4/pp/v04.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Permafrost Climate Change Initiative (Permafrost_cci): Permafrost extent for the Northern Hemisphere, v4.0",
                "uuid": "93444bc1c4364a59869e004bf9bfd94a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41269/?format=api"
            },
            "volume": 320328067,
            "numberOfFiles": 26,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 41277,
            "dataPath": "/neodc/esacci/permafrost/data/active_layer_thickness/L4/area4/pp/v04.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Permafrost Climate Change Initiative (Permafrost_cci): Permafrost active layer thickness for the Northern Hemisphere, v4.0",
                "uuid": "d34330ce3f604e368c06d76de1987ce5",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41270/?format=api"
            },
            "volume": 867946695,
            "numberOfFiles": 26,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 41278,
            "dataPath": "/neodc/esacci/permafrost/data/ground_temperature/L4/area4/pp/v04.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Permafrost Climate Change Initiative (Permafrost_cci): Permafrost Ground Temperature for the Northern Hemisphere, v4.0",
                "uuid": "20ec12f5d1f94e99aff2ed796264ee65",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41271/?format=api"
            },
            "volume": 9135086362,
            "numberOfFiles": 26,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 41280,
            "dataPath": "/badc/arcticcyclones/data/twinotter/flight363_20220729",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "BAS-MASIN flight 363: airborne meteorological observations from the Arctic Summer-time Cyclones project",
                "uuid": "54db67ea5a734ea3841c50ba7b72418e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41279/?format=api"
            },
            "volume": 82673035,
            "numberOfFiles": 3,
            "fileFormat": "MASIN data are in NetCDF format"
        },
        {
            "ob_id": 41284,
            "dataPath": "/badc/arcticcyclones/data/twinotter/flight364_20220730",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "BAS-MASIN flight 364: airborne meteorological observations from the Arctic Summer-time Cyclones project",
                "uuid": "607d539451954bd0baf8d2a64c742503",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41283/?format=api"
            },
            "volume": 76756355,
            "numberOfFiles": 3,
            "fileFormat": "MASIN data are in NetCDF format"
        },
        {
            "ob_id": 41288,
            "dataPath": "/badc/arcticcyclones/data/twinotter/flight366_20220802",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "BAS-MASIN flight 366: airborne meteorological observations from the Arctic Summer-time Cyclones project",
                "uuid": "6c31ce057f2142798440b9cda758891f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41287/?format=api"
            },
            "volume": 46386475,
            "numberOfFiles": 3,
            "fileFormat": "MASIN data are in NetCDF format"
        },
        {
            "ob_id": 41292,
            "dataPath": "/badc/arcticcyclones/data/twinotter/flight367_20220802",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "BAS-MASIN flight 367: airborne meteorological observations from the Arctic Summer-time Cyclones project",
                "uuid": "de5d4d7c8f204ae7ade10ebfc4cb850e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41291/?format=api"
            },
            "volume": 68385315,
            "numberOfFiles": 3,
            "fileFormat": "MASIN data are in NetCDF format"
        },
        {
            "ob_id": 41296,
            "dataPath": "/badc/arcticcyclones/data/twinotter/flight368_20220806",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "BAS-MASIN flight 368: airborne meteorological observations from the Arctic Summer-time Cyclones project",
                "uuid": "02b8000810374169b3bbcaaa386a1237",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41295/?format=api"
            },
            "volume": 80702315,
            "numberOfFiles": 3,
            "fileFormat": "MASIN data are in NetCDF format"
        },
        {
            "ob_id": 41300,
            "dataPath": "/badc/arcticcyclones/data/twinotter/flight369_20220808",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "BAS-MASIN flight 369: airborne meteorological observations from the Arctic Summer-time Cyclones project",
                "uuid": "038228cb39ac42d698c655e468edf992",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41299/?format=api"
            },
            "volume": 83721675,
            "numberOfFiles": 3,
            "fileFormat": "MASIN data are in NetCDF format"
        },
        {
            "ob_id": 41304,
            "dataPath": "/badc/arcticcyclones/data/twinotter/flight370_20220809",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "BAS-MASIN flight 370: airborne meteorological observations from the Arctic Summer-time Cyclones project",
                "uuid": "dd437aea5ee6422eb2cdd21295f486a9",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41303/?format=api"
            },
            "volume": 72173075,
            "numberOfFiles": 3,
            "fileFormat": "MASIN data are in NetCDF format"
        },
        {
            "ob_id": 41308,
            "dataPath": "/badc/arcticcyclones/data/twinotter/flight371_20220811",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "BAS-MASIN flight 371: airborne meteorological observations from the Arctic Summer-time Cyclones project",
                "uuid": "935caa6574e94c178a05ed9942640f50",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41307/?format=api"
            },
            "volume": 84187235,
            "numberOfFiles": 3,
            "fileFormat": "MASIN data are in NetCDF format"
        },
        {
            "ob_id": 41312,
            "dataPath": "/badc/arcticcyclones/data/twinotter/flight372_20220812",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "BAS-MASIN flight 372: airborne meteorological observations from the Arctic Summer-time Cyclones project",
                "uuid": "83fd4cd56fd84669b8e8a15895f30eac",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41311/?format=api"
            },
            "volume": 68778555,
            "numberOfFiles": 3,
            "fileFormat": "MASIN data are in NetCDF format"
        },
        {
            "ob_id": 41316,
            "dataPath": "/badc/arcticcyclones/data/twinotter/flight375_20220815",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "BAS-MASIN flight 375: airborne meteorological observations from the Arctic Summer-time Cyclones project",
                "uuid": "9440c60e2f834386b09e756a9fae2a53",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41315/?format=api"
            },
            "volume": 51679395,
            "numberOfFiles": 3,
            "fileFormat": "MASIN data are in NetCDF format"
        },
        {
            "ob_id": 41320,
            "dataPath": "/badc/arcticcyclones/data/twinotter/flight376_20220816",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "BAS-MASIN flight 376: airborne meteorological observations from the Arctic Summer-time Cyclones project",
                "uuid": "7cd67744f53d4578a39b7486c7b26fb9",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41319/?format=api"
            },
            "volume": 49776475,
            "numberOfFiles": 3,
            "fileFormat": "MASIN data are in NetCDF format"
        },
        {
            "ob_id": 41324,
            "dataPath": "/badc/arcticcyclones/data/twinotter/flight377_20220816",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "BAS-MASIN flight 377: airborne meteorological observations from the Arctic Summer-time Cyclones project",
                "uuid": "a639be5df04949d6a4de6029f0419cae",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41323/?format=api"
            },
            "volume": 45830515,
            "numberOfFiles": 3,
            "fileFormat": "MASIN data are in NetCDF format"
        },
        {
            "ob_id": 41328,
            "dataPath": "/badc/arcticcyclones/data/twinotter/flight378_20220817",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "BAS-MASIN flight 378: airborne meteorological observations from the Arctic Summer-time Cyclones project",
                "uuid": "6b48b1af63e747dcbf7ff92b3d723be0",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41327/?format=api"
            },
            "volume": 56881915,
            "numberOfFiles": 3,
            "fileFormat": "MASIN data are in NetCDF format"
        },
        {
            "ob_id": 41332,
            "dataPath": "/badc/arcticcyclones/data/twinotter/flight379_20220819",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "BAS-MASIN flight 379: airborne meteorological observations from the Arctic Summer-time Cyclones project",
                "uuid": "137af8ea228449f895087bf7ca51469c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41331/?format=api"
            },
            "volume": 77023035,
            "numberOfFiles": 3,
            "fileFormat": "MASIN data are in NetCDF format"
        },
        {
            "ob_id": 41336,
            "dataPath": "/badc/arcticcyclones/data/twinotter/flight380_20220820",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "BAS-MASIN flight 380: airborne meteorological observations from the Arctic Summer-time Cyclones project",
                "uuid": "3e1d17b3b97f4277aee6b79c91f7c9d6",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41335/?format=api"
            },
            "volume": 61284395,
            "numberOfFiles": 3,
            "fileFormat": "MASIN data are in NetCDF format"
        },
        {
            "ob_id": 41359,
            "dataPath": "/neodc/esacci/high_resolution_land_cover/data/land_cover_maps/A03_Siberia/historical/v1.2/geotiff/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA High Resolution Land Cover Climate Change Initiative (High_Resolution_Land_Cover_cci): High Resolution Land Cover and Land Cover Change Maps in Siberia (Norther Siberia region) at 30m spatial resolution in GeoTiff format, 1990-2019, v1.2",
                "uuid": "854cc98dbc634cdb8afa8835994428f5",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41252/?format=api"
            },
            "volume": 87284579146,
            "numberOfFiles": 7319,
            "fileFormat": "Data are in GeoTiff format"
        },
        {
            "ob_id": 41360,
            "dataPath": "/neodc/esacci/high_resolution_land_cover/data/land_cover_maps/A02_Amazonia/historical/v1.2/geotiff/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA High Resolution Land Cover Climate Change Initiative (High_Resolution_Land_Cover_cci): High Resolution Land Cover and Land Cover Change Maps in Amazonia (Eastern Amazonas region) at 30m spatial resolution in GeoTiff format, 1990-2019, v1.2",
                "uuid": "b053b51e854d484a9657f6bfb5ebd516",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41251/?format=api"
            },
            "volume": 108903230662,
            "numberOfFiles": 9401,
            "fileFormat": "Data are in GeoTiff format"
        },
        {
            "ob_id": 41361,
            "dataPath": "/neodc/esacci/high_resolution_land_cover/data/land_cover_maps/A03_Siberia/static/v1.2/geotiff/HRLC10/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA High Resolution Land Cover Climate Change Initiative (High_Resolution_Land_Cover_cci): High Resolution Land Cover Maps in Siberia (Northern Siberia region) at 10m spatial resolution for 2019 in Geotiff format, v1.2",
                "uuid": "e7864129084c4baaa34be3a1cfaaa13d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41250/?format=api"
            },
            "volume": 225131714172,
            "numberOfFiles": 1971,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 41362,
            "dataPath": "/neodc/esacci/high_resolution_land_cover/data/land_cover_maps/A02_Amazonia/static/v1.2/geotiff/HRLC10/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA High Resolution Land Cover Climate Change Initiative (High_Resolution_Land_Cover_cci): High Resolution Land Cover Maps in Amazonia (Eastern Amazonas region) at 10m spatial resolution for 2019 in Geotiff format, v1.2",
                "uuid": "0bc7042123984c69aa45cb6788bfdaa0",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41249/?format=api"
            },
            "volume": 225725347151,
            "numberOfFiles": 2845,
            "fileFormat": "Data are in GeoTiff format"
        },
        {
            "ob_id": 41363,
            "dataPath": "/neodc/esacci/high_resolution_land_cover/data/land_cover_maps/A01_Africa/historical/v1.2/geotiff/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA High Resolution Land Cover Climate Change Initiative (High_Resolution_Land_Cover_cci): High Resolution Land Cover and Land Cover Change Maps in Africa (Eastern Sahel region) at 30m spatial resolution in GeoTiff format, 1990-2019, v1.2",
                "uuid": "a3fb75aa46db4711ab587f3fa3ca01fe",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/39807/?format=api"
            },
            "volume": 100384657865,
            "numberOfFiles": 11055,
            "fileFormat": "Data are in Geotiff format"
        },
        {
            "ob_id": 41364,
            "dataPath": "/neodc/esacci/high_resolution_land_cover/data/land_cover_maps/A01_Africa/static/v1.2/geotiff/HRLC10/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA High Resolution Land Cover Climate Change Initiative (High_Resolution_Land_Cover_cci): High Resolution Land Cover Maps in Africa (Eastern Sahel region) at 10m spatial resolution for 2019 in Geotiff format, v1.2",
                "uuid": "f107a4ce186844bb8adf8cd1f2f6d552",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/39806/?format=api"
            },
            "volume": 305157873648,
            "numberOfFiles": 3906,
            "fileFormat": "Data are in GeoTiff format"
        },
        {
            "ob_id": 41389,
            "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadISD/subdaily/HadISDTable/r1/v3-4-0-2023f/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "HadISD: Global sub-daily, surface meteorological station data, 1931-2023, v3.4.0.2023f",
                "uuid": "b82b58d085d0433b821f4ae31cb608de",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41388/?format=api"
            },
            "volume": 55510914661,
            "numberOfFiles": 9687,
            "fileFormat": "Data are NetCDF formatted."
        },
        {
            "ob_id": 41397,
            "dataPath": "/badc/ukmo-hadobs/data/derived/MOHC/HadOBS/HadEX3/v3-0-4-etsci/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "HadEX3: global land-surface climate extremes indices v3.0.4 (1901-2018); ETSCI extension",
                "uuid": "2bfbdba03d9b423f99cadf404ca2daab",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41396/?format=api"
            },
            "volume": 4550192669,
            "numberOfFiles": 93,
            "fileFormat": "Data are NetCDF formatted"
        },
        {
            "ob_id": 41411,
            "dataPath": "/badc/acsis/pml-sunphotometer/data/v1",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ACSIS: Sunphotometer aerosol measurements at Plymouth Marine Laboratory - Version 1. 2001-2023",
                "uuid": "e74491c96ef24df29a9342a3d57b5939",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41413/?format=api"
            },
            "volume": 63129401,
            "numberOfFiles": 4,
            "fileFormat": "BADC-CSV, txt"
        },
        {
            "ob_id": 41431,
            "dataPath": "/neodc/esacci/ghg/data/cci_plus/CO2_OC2_FOCA/v10.1",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenhouse Gases Climate Change Initiative (GHG_cci): Column averaged carbon dioxide from OCO-2 generated with the FOCAL algorithm, version 10.1",
                "uuid": "2c1cb1d606c4421e9339a3028839a41f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41262/?format=api"
            },
            "volume": 57708787190,
            "numberOfFiles": 2550,
            "fileFormat": "Data are in netCDF format."
        },
        {
            "ob_id": 41432,
            "dataPath": "/badc/dcmex/data/DCMEX2022_Ground_Met/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "DCMEX: meteorological data from Langmuir ground station for the New Mexico field campaign 2022",
                "uuid": "87afd9f974c6424290435bd9a418f71a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41420/?format=api"
            },
            "volume": 4333090,
            "numberOfFiles": 5,
            "fileFormat": "BADC-CSV"
        },
        {
            "ob_id": 41434,
            "dataPath": "/badc/deposited2024/REAL-world-climate-change-proj/data/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Fixed concentration simulations with UKESM1 across multiple global warming levels (500 years per simulation)",
                "uuid": "b153fcf4ad4944baa059e433c83255c8",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41433/?format=api"
            },
            "volume": 137284716458,
            "numberOfFiles": 566,
            "fileFormat": "These data are provided in netCDF format."
        },
        {
            "ob_id": 41449,
            "dataPath": "/neodc/esacci/ghg/data/cci_plus/CH4_S5P_WFMD/v1.8",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenhouse Gases Climate Change Initiative (GHG_cci): Column-averaged methane from Sentinel-5P, generated with the WFM-DOAS algorithm, version 1.8,  November 2017 - October 2023",
                "uuid": "8175ede3a1d642deba8f4cce49d7bda8",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41358/?format=api"
            },
            "volume": 126935347162,
            "numberOfFiles": 2136,
            "fileFormat": "Data are in netCDF format."
        },
        {
            "ob_id": 41453,
            "dataPath": "/neodc/esacci/fire/data/burned_area/Sentinel3_SYN/grid/v1.1",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Fire Climate Change Initiative (Fire_cci): Sentinel-3 SYN Burned Area Grid product, version 1.1",
                "uuid": "da8e669a74334c82a56e0b470bc4ef04",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/40037/?format=api"
            },
            "volume": 153355990,
            "numberOfFiles": 74,
            "fileFormat": "The data are in netCDF format."
        },
        {
            "ob_id": 41454,
            "dataPath": "/neodc/esacci/fire/data/burned_area/Sentinel3_SYN/pixel/v1.1",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Fire Climate Change Initiative (Fire_cci): Sentinel-3 SYN Burned Area Pixel product, version 1.1",
                "uuid": "d441079fc77f49fabeb41330612b252f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/40038/?format=api"
            },
            "volume": 80639207048,
            "numberOfFiles": 2234,
            "fileFormat": "The data are in GeoTiff format."
        },
        {
            "ob_id": 41460,
            "dataPath": "/neodc/esacci/river_discharge/data/WL/v1.1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA River Discharge Climate Change Initiative (RD_cci):  Nadir radar altimeters Water Level product, v1.1",
                "uuid": "c5f0aa806ec444b4a4209b49efc4bb65",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41205/?format=api"
            },
            "volume": 35070742,
            "numberOfFiles": 747,
            "fileFormat": "Data are provided in both CSV and NetCDF"
        },
        {
            "ob_id": 41461,
            "dataPath": "/badc/osca/data/london/OSCA_LHOP_Sonic_Windmaster/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Wind speed and direction data from Gill sonic windmaster instrument at London Honor Oak Park Air Quality Supersite",
                "uuid": "0c37b06d024d4f8eb6f7ffc0c66d3b4e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41381/?format=api"
            },
            "volume": 36999214,
            "numberOfFiles": 35,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 41462,
            "dataPath": "/badc/acsis/UKESM1-hindcasts/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ACSIS: UKESM1 simulations for the North Atlantic Climate System Integrated Study",
                "uuid": "88b969c2540e4d558c2896fb5b8ef613",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41414/?format=api"
            },
            "volume": 503902032605,
            "numberOfFiles": 1376,
            "fileFormat": "pp format"
        },
        {
            "ob_id": 41477,
            "dataPath": "/badc/aphh/data/beijing/bham-gc-pam/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Chamber reaction products identified from toluene/m-xylene oxidation using GCxGC TOFMS at the University of Birmingham",
                "uuid": "9458b2aea1cf4dd48a7ff810a4197304",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41480/?format=api"
            },
            "volume": 10072,
            "numberOfFiles": 3,
            "fileFormat": "BADC-CSV"
        },
        {
            "ob_id": 41482,
            "dataPath": "/neodc/esacci/sea_surface_salinity/data/v04.41/GLOBALv4.41/7days/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Sea Surface Salinity Climate Change Initiative (Sea_Surface_Salinity_cci): Weekly sea surface salinity product on a global grid, v04.41, for 2010 to 2022",
                "uuid": "0d0f4a942a144d9cab9263de3949a5d6",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41232/?format=api"
            },
            "volume": 41573375701,
            "numberOfFiles": 4686,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 41483,
            "dataPath": "/neodc/esacci/sea_surface_salinity/data/v04.41/SHv4.41/7days/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Sea Surface Salinity Climate Change Initiative (Sea_Surface_Salinity_cci): Weekly sea surface salinity product for the Southern Hemisphere on a 25km EASE grid, v04.41, for 2010 to 2022",
                "uuid": "a601f52222ba486aa9f0a18db3a009b7",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41233/?format=api"
            },
            "volume": 11738960460,
            "numberOfFiles": 4686,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 41484,
            "dataPath": "/neodc/esacci/sea_surface_salinity/data/v04.41/NHv4.41/7days/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Sea Surface Salinity Climate Change Initiative (Sea_Surface_Salinity_cci): Weekly sea surface salinity product for the Northern Hemisphere on a 25km EASE grid, v04.41, for 2010 to 2022",
                "uuid": "471698c7db45451cbf3b7d834ecab9fd",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41231/?format=api"
            },
            "volume": 9890019556,
            "numberOfFiles": 4686,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 41485,
            "dataPath": "/neodc/esacci/sea_surface_salinity/data/v04.41/GLOBALv4.41/30days/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Sea Surface Salinity Climate Change Initiative (Sea_Surface_Salinity_cci): Monthly sea surface salinity product on a global grid, v04.41, for 2010 to 2022",
                "uuid": "7cc16c0d8d2f49278ed5ebf8341ed40b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41234/?format=api"
            },
            "volume": 2885506947,
            "numberOfFiles": 308,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 41486,
            "dataPath": "/neodc/esacci/sea_surface_salinity/data/v04.41/SHv4.41/30days/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Sea Surface Salinity Climate Change Initiative (Sea_Surface_Salinity_cci): Monthly sea surface salinity product for the Southern Hemisphere on a 25km EASE grid, v04.41, for 2010 to 2022",
                "uuid": "249d2907975a45a8b078e1a8bd4a7343",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41235/?format=api"
            },
            "volume": 782650643,
            "numberOfFiles": 308,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 41487,
            "dataPath": "/neodc/esacci/sea_surface_salinity/data/v04.41/NHv4.41/30days/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Sea Surface Salinity Climate Change Initiative (Sea_Surface_Salinity_cci): Monthly sea surface salinity product for the Northern Hemisphere on a 25km EASE grid, v04.41, for 2010 to 2022",
                "uuid": "ecc355e395ed4c5597c613ae7f9c53b0",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41236/?format=api"
            },
            "volume": 652024928,
            "numberOfFiles": 308,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 41488,
            "dataPath": "/neodc/esacci/ghg/data/cci_plus/CO2_GO2_SRFP/v2.0.2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenhouse Gases Climate Change Initiative (GHG_cci): Column-averaged carbon dioxide from GOSAT-2, derived using the SRFP (RemoTeC) full physics algorithm (CO2_GO2_SRFP), version 2.0.2",
                "uuid": "875f25069b5d4bd9a7101ca1206ee4f0",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41427/?format=api"
            },
            "volume": 2034899067,
            "numberOfFiles": 1001,
            "fileFormat": "The data are in netCDF format."
        },
        {
            "ob_id": 41493,
            "dataPath": "/neodc/esacci/ghg/data/cci_plus/CH4_GO2_SRFP/v2.0.2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenhouse Gases Climate Change Initiative (GHG_cci): Column-averaged methane from GOSAT-2, generated with the SRFP (RemoTeC) full physics retrieval algorithm (CH4_GO2_SRFP), version 2.0.2",
                "uuid": "c14874e943cc453a8e63ce5841ecc9b0",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41425/?format=api"
            },
            "volume": 2034850071,
            "numberOfFiles": 1001,
            "fileFormat": "The data are in netCDF format."
        },
        {
            "ob_id": 41494,
            "dataPath": "/neodc/esacci/ghg/data/cci_plus/CH4_GO2_SRPR/v2.0.2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenhouse Gases Climate Change Initiative (GHG_cci): Column-averaged methane from GOSAT-2, generated with the SRPR (RemoTeC) proxy retrieval algorithm (CH4_GO2_SRPR), version 2.0.2",
                "uuid": "3fc7927499fa49e0b6ace6c807972259",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41429/?format=api"
            },
            "volume": 1534628744,
            "numberOfFiles": 1001,
            "fileFormat": "The data are provided in netCDF format."
        },
        {
            "ob_id": 41496,
            "dataPath": "/badc/deposited2024/KaliBorneoClimateProjections",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Deforestation and Climate Change scenarios with a regional climate model over Borneo (2005 – 2100).",
                "uuid": "9c82a38dff8940b594fbbb939cf4b1eb",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41468/?format=api"
            },
            "volume": 56467817667,
            "numberOfFiles": 91,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 41498,
            "dataPath": "/bodc/bgs240021",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Daily Colour and Intensity Georeferenced Orthophotos of the Cliff and Beach at Happisburgh, Norfolk, UK (April-December 2019) version 2.",
                "uuid": "43eeb6248d7f435da2300edb34cc4bea",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41499/?format=api"
            },
            "volume": 897,
            "numberOfFiles": 1,
            "fileFormat": "geotiff"
        },
        {
            "ob_id": 41501,
            "dataPath": "/badc/hydro-jules/data/CHIRP-GLEAMS-amendment-2024/CHIRPS_GLEAM/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Hydro-JULES: Global high-resolution drought datasets from 1981-2022 - Amendment to CHIRPS_GLEAM subset",
                "uuid": "e652f0109f21401680bc3c0ac834a96e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41500/?format=api"
            },
            "volume": 358190874903,
            "numberOfFiles": 98,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 41503,
            "dataPath": "/badc/osca/data/birmingham/OSCA_BAQS_Thermol_49i_O3/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Ozone Abundance Data from Model 49i Ozone Analyzer Instrument at the Birmingham Air Quality Site, 2019 onwards",
                "uuid": "d174d45cae2745f9af08ab078aade0f2",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41502/?format=api"
            },
            "volume": 121709696,
            "numberOfFiles": 91,
            "fileFormat": "NetCDF"
        }
    ]
}