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=11000
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=11100",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/results/?format=api&limit=100&offset=10900",
    "results": [
        {
            "ob_id": 43757,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20020801_namblex/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NAMBLEX: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at the Mace Head Atmospheric Research Facility, Ireland, v8.0 (20020801-20020831)",
                "uuid": "28b0d1ced8f944d593446d45d02d8894",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43756/?format=api"
            },
            "volume": 34647897,
            "numberOfFiles": 52,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43760,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20020925_cardington/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAS Long Term Observations: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at the Met Office Meteorological Research Unit, Cardington, v8.0 (20020926-20021202)",
                "uuid": "8b0517d43147439d8b666772fe3cd2c6",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43759/?format=api"
            },
            "volume": 46197176,
            "numberOfFiles": 69,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43763,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20030324_capel-dewi/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAS Long Term Observations: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at the NCAS Capel Dewi Atmospheric Observatory (CDAO), v8.0 (20030324-20030504)",
                "uuid": "1daa1c6ffc4c4530b9f2d7b372c294db",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43762/?format=api"
            },
            "volume": 46876527,
            "numberOfFiles": 70,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43766,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20031008_capel-dewi/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAS Long Term Observations: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at the NCAS Capel Dewi Atmospheric Observatory (CDAO), v8.0 (20031008-20031130)",
                "uuid": "ebdf181424c84db4984379594ca55202",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43765/?format=api"
            },
            "volume": 63860427,
            "numberOfFiles": 95,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43769,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20031204_capel-dewi/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAS Long Term Observations: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at the NCAS Capel Dewi Atmospheric Observatory (CDAO), v8.0 (20031205-20040418)",
                "uuid": "606db7fcf8f04b5ca42b22b488ecbe93",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43768/?format=api"
            },
            "volume": 132475383,
            "numberOfFiles": 196,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43772,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20040415_capel-dewi/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAS Long Term Observations: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at the NCAS Capel Dewi Atmospheric Observatory (CDAO), v8.0 (20040414-20040418)",
                "uuid": "066ae06445c24dd695e1b045c618a829",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43771/?format=api"
            },
            "volume": 3397743,
            "numberOfFiles": 6,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43775,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20040804_capel-dewi/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAS Long Term Observations: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at the NCAS Capel Dewi Atmospheric Observatory (CDAO), v8.0 (20040805-20050519)",
                "uuid": "a3890d55fded4af2baafb70ee4b85841",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43774/?format=api"
            },
            "volume": 326091843,
            "numberOfFiles": 481,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43778,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20050910_capel-dewi/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAS Long Term Observations: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at the NCAS Capel Dewi Atmospheric Observatory (CDAO), v8.0 (20050910-20060103)",
                "uuid": "196370eb4f1840df8853f89d218ef18d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43777/?format=api"
            },
            "volume": 60463647,
            "numberOfFiles": 90,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43781,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20060407_cardington/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAS Long Term Observations: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at the Met Office Meteorological Research Unit, Cardington, v8.0 (20060407-20060927)",
                "uuid": "eb352545ce1b4476b2580a3e5885c00d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43780/?format=api"
            },
            "volume": 114132776,
            "numberOfFiles": 169,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43784,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20061013_capel-dewi/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAS Long Term Observations: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at the NCAS Capel Dewi Atmospheric Observatory (CDAO), v8.0 (20061013-20061229)",
                "uuid": "d6b9645cc6a74b2bbc0ec3052dda5dc2",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43783/?format=api"
            },
            "volume": 43479747,
            "numberOfFiles": 65,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43787,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20070328_capel-dewi/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAS Long Term Observations: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at the NCAS Capel Dewi Atmospheric Observatory (CDAO), v8.0 (20070328-20070517)",
                "uuid": "34166e18f6dc4f08a370cf156e6b0559",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43786/?format=api"
            },
            "volume": 55708155,
            "numberOfFiles": 83,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43790,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20070613_cops/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "COPS: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at Achern, Germany, v8.0 (20070613-20070807)",
                "uuid": "4df47ea26bf74da8a696d96d6cf3ee30",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43789/?format=api"
            },
            "volume": 76086985,
            "numberOfFiles": 113,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43793,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20070821_cardington/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAS Long Term Observations: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at the Met Office Meteorological Research Unit, Cardington, v8.0 (20070821-20071029)",
                "uuid": "c4846909fcad4480903857e7ef486743",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43792/?format=api"
            },
            "volume": 46876808,
            "numberOfFiles": 70,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43796,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20080206_capel-dewi/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAS Long Term Observations: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at the NCAS Capel Dewi Atmospheric Observatory (CDAO), v8.0 (20080206-20080428)",
                "uuid": "fb656a8d38c24b148d8918331a7f5556",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43795/?format=api"
            },
            "volume": 90355311,
            "numberOfFiles": 134,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43799,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20080519_cardington/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAS Long Term Observations: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at the Met Office Meteorological Research Unit, Cardington, v8.0 (20080924-20090130)",
                "uuid": "38083202924c4785bc61b6e511ad3389",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43798/?format=api"
            },
            "volume": 83561756,
            "numberOfFiles": 124,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43802,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20090213_capel-dewi/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAS Long Term Observations: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at the NCAS Capel Dewi Atmospheric Observatory (CDAO), v8.0 (20090213-20090804)",
                "uuid": "bf30b4f3426b444ead61a68670e2bf39",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43801/?format=api"
            },
            "volume": 232340715,
            "numberOfFiles": 343,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43805,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20100416_cardington/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAS Long Term Observations: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at the Met Office Meteorological Research Unit, Cardington, v8.0 (20100416-20110324)",
                "uuid": "36d4e72b2ea8477aaba3eb6d0f052fad",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43804/?format=api"
            },
            "volume": 230302652,
            "numberOfFiles": 340,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43808,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20110325_cardington/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAS Long Term Observations: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at the Met Office Meteorological Research Unit, Cardington, v8.0 (20110325-20110525)",
                "uuid": "3d38805185b34efda9d608830608eecc",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43807/?format=api"
            },
            "volume": 42121040,
            "numberOfFiles": 63,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43811,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20110809_capel-dewi/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAS Long Term Observations: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at the NCAS Capel Dewi Atmospheric Observatory (CDAO), v8.0 (20110809-20120217)",
                "uuid": "e6c5f9b0d3e04224a0b6a0c7875e523d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43810/?format=api"
            },
            "volume": 262232379,
            "numberOfFiles": 387,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43814,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20120307_cardington/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAS Long Term Observations: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at the Met Office Meteorological Research Unit, Cardington, v8.0 (20120307-20130305)",
                "uuid": "630bfe7dd2824b83a964819e9d6de162",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43813/?format=api"
            },
            "volume": 228943940,
            "numberOfFiles": 338,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43817,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20130508_cardington/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAS Long Term Observations: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at the Met Office Meteorological Research Unit, Cardington, v8.0 (20130509-20130619)",
                "uuid": "4fd27b94fd794197aad1556a75abef27",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43816/?format=api"
            },
            "volume": 28533920,
            "numberOfFiles": 43,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43820,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20130627_microscope/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "MICROSCOPE: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at Davidstow Airfield and Cornwall at War Museum, Cornwall, v8.0 (20130627-20130831)",
                "uuid": "91e0fde681204723b26a5f82fb9dd4d4",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43819/?format=api"
            },
            "volume": 665920439,
            "numberOfFiles": 129,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43823,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20131106_cardington/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAS Long Term Observations: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at the Met Office Meteorological Research Unit, Cardington, v8.0 (20131106-20140831)",
                "uuid": "9885fb709fbe4caba054bac772cefdd5",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43822/?format=api"
            },
            "volume": 201090344,
            "numberOfFiles": 297,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43826,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20150101_cardington/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAS Long Term Observations: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at the Met Office Meteorological Research Unit, Cardington, v8.0 (20150101-20160118)",
                "uuid": "ca9b5288ad62491f8fb226eff22a0486",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43825/?format=api"
            },
            "volume": 431392028,
            "numberOfFiles": 636,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43829,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20170216_capel-dewi/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAS Long Term Observations: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at the NCAS Capel Dewi Atmospheric Observatory (CDAO), v8.0 (20170215-20170410)",
                "uuid": "609d8c7a0ad443328049d502280c0366",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43828/?format=api"
            },
            "volume": 72012699,
            "numberOfFiles": 107,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43832,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20170430_perdigao/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Perdigão Double Hill Experiment: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at the Perdigao, Availade, Portugal field site, v8.0 (20170430-20170617)",
                "uuid": "64723c5f10c646c1b470e220895023f4",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43831/?format=api"
            },
            "volume": 33289797,
            "numberOfFiles": 50,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43835,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20171021_capel-dewi/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAS Long Term Observations: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at the NCAS Capel Dewi Atmospheric Observatory (CDAO), v8.0 (20171021-20180101)",
                "uuid": "5d04f1466f814ac2a3c1e74d05c49980",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43834/?format=api"
            },
            "volume": 86279175,
            "numberOfFiles": 128,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43838,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20180101_capel-dewi/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAS Long Term Observations: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at the NCAS Capel Dewi Atmospheric Observatory (CDAO), v8.0 (20180101-20181231)",
                "uuid": "7732171c928743b98759714ae20479b8",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43837/?format=api"
            },
            "volume": 479626299,
            "numberOfFiles": 707,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43841,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20190101_capel-dewi/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAS Long Term Observations: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at the NCAS Capel Dewi Atmospheric Observatory (CDAO), v8.0 (20190101-20191231)",
                "uuid": "4e2ae29ad6e0480a84b40dd2b442ac9c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43840/?format=api"
            },
            "volume": 463321755,
            "numberOfFiles": 683,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43844,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20200101_capel-dewi/v8.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAS Long Term Observations: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at the NCAS Capel Dewi Atmospheric Observatory (CDAO), v8.0 (20200101-20200702)",
                "uuid": "6c1f9a0e3a474feb92c9703452681684",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43843/?format=api"
            },
            "volume": 236416851,
            "numberOfFiles": 349,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43848,
            "dataPath": "/badc/ncas-mobile/data/ncas-radar-wind-profiler-1/20230710_woest/v1.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WOEST: SNR winds from the NCAS Mobile Radar Wind Profiler unit 1 deployed at Airfield Camp, Netheravon, v1.0 (20230710-20230911)",
                "uuid": "270650632ad6413690c2d96f5ed87654",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43847/?format=api"
            },
            "volume": 95388101,
            "numberOfFiles": 135,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43851,
            "dataPath": "/neodc/tls/data/raw/brazil/VCR-02/2019-07-15.001.riproject",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "TLS-ARCH terrestrial laser scanner data; Nova Xavantina (VCR-02),Brazil, July 2019",
                "uuid": "edc03d280dab4549a23b8da869460b94",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43850/?format=api"
            },
            "volume": 63355820664,
            "numberOfFiles": 2202,
            "fileFormat": "Point cloud data in RIEGL proprietry .rxp format, image data in .jpg format and matrix data in text file"
        },
        {
            "ob_id": 43854,
            "dataPath": "/neodc/eocis/data/global_and_regional/methane/gosat2/CH4_GO2_OCPR/L2/v1.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "EOCIS:  University of Leicester GOSAT-2 Proxy XCH4, v1.0",
                "uuid": "e7e4499f7f32493db96635026b95ded8",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43579/?format=api"
            },
            "volume": 4988876768,
            "numberOfFiles": 1702,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 43855,
            "dataPath": "/neodc/eocis/data/global_and_regional/methane/gosat/CH4_GOS_OCPR/L2/v9.0_eocis/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "EOCIS:  University of Leicester GOSAT Proxy XCH4, v9.0_eocis",
                "uuid": "54df57f3aaed4867bec35ebdb31f4a8b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43349/?format=api"
            },
            "volume": 12717744957,
            "numberOfFiles": 5268,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 43856,
            "dataPath": "/neodc/eocis/data/CHUK/lake_catchment_indicators",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "EOCIS: Lake Catchment Change Indicators V1.0",
                "uuid": "6e329e32570d4d4f818b8f8aa18e7a85",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43235/?format=api"
            },
            "volume": 153060046463,
            "numberOfFiles": 18982,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 43857,
            "dataPath": "/neodc/eocis/data/global_and_regional/land_ice/ice_sheet_mass_balance/antarctica",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "EOCIS: Antarctica Mass Balance, v1.0",
                "uuid": "6ccd55eedabf49fcbcdda3332460e67f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43338/?format=api"
            },
            "volume": 13581623018,
            "numberOfFiles": 328,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 43858,
            "dataPath": "/neodc/eocis/data/global_and_regional/land_ice/ice_sheet_surface_elevation_change/antarctica",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "EOCIS: Antarctica Ice Sheet Surface Elevation Change, v1.0",
                "uuid": "afa4296dd881415eb522eafe7d8116ac",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43337/?format=api"
            },
            "volume": 13955310549,
            "numberOfFiles": 337,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 43859,
            "dataPath": "/neodc/eocis/data/global_and_regional/land_ice/ice_sheet_surface_elevation_change/greenland",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "EOCIS: Greenland Ice Sheet Surface Elevation Change, v1.0",
                "uuid": "debc301e309a45c68fe2e6f41329cd3b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43203/?format=api"
            },
            "volume": 3247314182,
            "numberOfFiles": 328,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 43870,
            "dataPath": "/badc/deposited2025/particle_velocity_data",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "BADC-CSV"
        },
        {
            "ob_id": 43883,
            "dataPath": "/badc/woest/data/stfc-radar-wind-profiler-1/20230601_woest/v1.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WOEST: SNR winds from the STFC Radar Wind Profiler unit 1 deployed at Chilbolton Atmospheric Observatory, v1.0 (202360110-20230928)",
                "uuid": "257e911489484af7881c81a36e76789b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43882/?format=api"
            },
            "volume": 211006659,
            "numberOfFiles": 212,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 43888,
            "dataPath": "/badc/deposited2025/SynthHAPPE",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Synthetic Hourly Air Pollution Prediction Averages for England (SynthHAPPE)",
                "uuid": "4cbd9c53ab07497ba42de5043d1f414b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43733/?format=api"
            },
            "volume": 296159688875,
            "numberOfFiles": 4034,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 43896,
            "dataPath": "/badc/deposited2025/Abrasion_Chamber_Particle_Velocity",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Abrasion chamber particle velocity data (mineral grain particle sizes D50 157-681 microns)",
                "uuid": "67ed591ff81f4d5c88df631faf1c9c7a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43652/?format=api"
            },
            "volume": 157481720,
            "numberOfFiles": 31,
            "fileFormat": "badc-csv"
        },
        {
            "ob_id": 43897,
            "dataPath": "/badc/cmip6/data/CMIP6Plus/RAMIP/CNRM-CERFACS/CNRM-ESM2-1/ssp370-eas126aer/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SSP370-EAS126aer data produced by the CNRM-ESM2-1 model for the Regional Aerosol Model Intercomparison Project (RAMIP)",
                "uuid": "75154cb17fa145baae459e13af7777d2",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43895/?format=api"
            },
            "volume": 1205436847692,
            "numberOfFiles": 1327,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 43899,
            "dataPath": "/badc/cmip6/data/CMIP6Plus/RAMIP/CNRM-CERFACS/CNRM-ESM2-1/ssp370-sas126aer/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SSP370-SAS126aer data produced by the CNRM-ESM2-1 model for the Regional Aerosol Model Intercomparison Project (RAMIP)",
                "uuid": "93f964d370104d5c9c5b1c0d82f8b846",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43898/?format=api"
            },
            "volume": 1205189492756,
            "numberOfFiles": 1326,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 43901,
            "dataPath": "/badc/cmip6/data/CMIP6Plus/RAMIP/CNRM-CERFACS/CNRM-ESM2-1/ssp370-nae126aer/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SSP370-NAE126aer data produced by the CNRM-ESM2-1 model for the Regional Aerosol Model Intercomparison Project (RAMIP)",
                "uuid": "ec6e5980a74a4c69a8fde0b4d81a658d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43900/?format=api"
            },
            "volume": 1205747362681,
            "numberOfFiles": 1327,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 43903,
            "dataPath": "/badc/cmip6/data/CMIP6Plus/RAMIP/CNRM-CERFACS/CNRM-ESM2-1/ssp370-afr126aer/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SSP370-AFR126aer data produced by the CNRM-ESM2-1 model for the Regional Aerosol Model Intercomparison Project (RAMIP)",
                "uuid": "13b310fc41f04792ad7f84ad8d80f1c3",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43902/?format=api"
            },
            "volume": 1205753126992,
            "numberOfFiles": 1327,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 43905,
            "dataPath": "/badc/cmip6/data/CMIP6Plus/RAMIP/CNRM-CERFACS/CNRM-ESM2-1/ssp370-126aer/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SSP370-126aer data produced by the CNRM-ESM2-1 model for the Regional Aerosol Model Intercomparison Project (RAMIP)",
                "uuid": "5e2588d9fcc2409bb572402108622b3e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43904/?format=api"
            },
            "volume": 1205063038469,
            "numberOfFiles": 1327,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 43908,
            "dataPath": "/badc/cmip6/data/CMIP6Plus/RAMIP/CNRM-CERFACS/CNRM-ESM2-1/piClim-370-afr126aer/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "piClim-370-AFR126aer data produced by the CNRM-ESM2-1 model for the Regional Aerosol Model Intercomparison Project (RAMIP)",
                "uuid": "2140af6da1b44861a74e66333ed277c9",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43906/?format=api"
            },
            "volume": 53080487650,
            "numberOfFiles": 88,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 43910,
            "dataPath": "/badc/cmip6/data/CMIP6Plus/RAMIP/CNRM-CERFACS/CNRM-ESM2-1/ssp370/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SSP370 data produced by the CNRM-ESM2-1 model for the Regional Aerosol Model Intercomparison Project (RAMIP)",
                "uuid": "cf87f3ebcaa04c03b9f7079d9aa270cd",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43909/?format=api"
            },
            "volume": 1100108515849,
            "numberOfFiles": 907,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 43913,
            "dataPath": "/badc/cmip6/data/CMIP6Plus/RAMIP/CNRM-CERFACS/CNRM-ESM2-1/ssp370-sas126ca",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SSP370-SAS126ca data produced by the CNRM-ESM2-1 model for the Regional Aerosol Model Intercomparison Project (RAMIP)",
                "uuid": "f5cf862872d240dcab86a0d67eb16699",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43912/?format=api"
            },
            "volume": 1438532877210,
            "numberOfFiles": 1486,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 43915,
            "dataPath": "/badc/cmip6/data/CMIP6Plus/RAMIP/CNRM-CERFACS/CNRM-ESM2-1/ssp370-asia126aer",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SSP370-ASIA126aer data produced by the CNRM-ESM2-1 model for the Regional Aerosol Model Intercomparison Project (RAMIP)",
                "uuid": "e83f26cb113544db8db274a194b49977",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43914/?format=api"
            },
            "volume": 1438159593216,
            "numberOfFiles": 1486,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 43917,
            "dataPath": "/badc/cmip6/data/CMIP6Plus/RAMIP/CNRM-CERFACS/CNRM-ESM2-1/ssp370-saf126ca",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SSP370-SAF126ca data produced by the CNRM-ESM2-1 model for the Regional Aerosol Model Intercomparison Project (RAMIP)",
                "uuid": "146acf9cfe564eaba7e20a190e922d44",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43916/?format=api"
            },
            "volume": 1439165104979,
            "numberOfFiles": 1486,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 43918,
            "dataPath": "/neodc/tls/data/raw/australia/AEP-02/2018-08-31.001.riproject",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "TLS-ARCH terrestrial laser scanner data; Downfall Creek (AEP-02), North Queensland, Australia, July 2018",
                "uuid": "e2aea49e9ff14bd185a7e4ffb91e6dda",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34868/?format=api"
            },
            "volume": 34172635329,
            "numberOfFiles": 1554,
            "fileFormat": "Point cloud data in RIEGL proprietry .rxp format, image data in .jpg format and matrix data in text file."
        },
        {
            "ob_id": 43920,
            "dataPath": "/neodc/tls/data/raw/australia/AEP-33/2018-08-24.001.riproject",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "TLS-ARCH terrestrial laser scanner data; Curtain Fig (AEP-33), North Queensland, Australia, August 2018",
                "uuid": "826c4184a49640659558eeb03f796414",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43919/?format=api"
            },
            "volume": 26337564439,
            "numberOfFiles": 1180,
            "fileFormat": "Point cloud data in RIEGL proprietry .rxp format, image data in .jpg format and matrix data in text file."
        },
        {
            "ob_id": 43922,
            "dataPath": "/bodc/pml250729",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "South Asian Nitrogen Hub Regional Marine Biogeochemistry Model under baseline scenario conditions (1993-2020)",
                "uuid": "ca9eca7c830e49b29c88650db0a4aab1",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43923/?format=api"
            },
            "volume": 1694015169469,
            "numberOfFiles": 1946,
            "fileFormat": null
        },
        {
            "ob_id": 43924,
            "dataPath": "/bodc/pml250728",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "South Asian Nitrogen Hub Regional Marine Biogeochemistry Model hindcast runs under three nitrogen production scenarios (2004-2020)",
                "uuid": "0ca0d19dee134284ba9a888321c022a1",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43925/?format=api"
            },
            "volume": 3010518331122,
            "numberOfFiles": 3458,
            "fileFormat": null
        },
        {
            "ob_id": 43930,
            "dataPath": "/neodc/tls/data/raw/malaysia/CBN-02/2018-07-30.001.riproject",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "TLS-ARCH terrestrial laser scanner data; Plot CBN-02, Malaysian Borneo, July 2018",
                "uuid": "1377e1c5100b4ceba84d077c4166b4ef",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43929/?format=api"
            },
            "volume": 54626333849,
            "numberOfFiles": 995,
            "fileFormat": "Point cloud data in RIEGL proprietry .rxp format, image data in .jpg format and matrix data in text file."
        },
        {
            "ob_id": 43934,
            "dataPath": "/neodc/tls/data/raw/malaysia/SAF-03/2018-06-30.001.riproject",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "TLS-ARCH terrestrial laser scanner data; SAFE project Plot SAF-03, Malaysian Borneo, June 2018",
                "uuid": "e83501ef28ce4839916621857fdd9a88",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43932/?format=api"
            },
            "volume": 101249235715,
            "numberOfFiles": 1875,
            "fileFormat": "Point cloud data in RIEGL proprietry .rxp format, image data in .jpg format and matrix data in text file."
        },
        {
            "ob_id": 43936,
            "dataPath": "/neodc/tls/data/raw/malaysia/SAF-05/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "TLS-ARCH terrestrial laser scanner data; SAFE project Plot SAF-05, Malaysian Borneo, June 2018",
                "uuid": "839eff8c0ef44c23840c1c13ebe78d17",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43935/?format=api"
            },
            "volume": 61955585905,
            "numberOfFiles": 1371,
            "fileFormat": "Point cloud data in RIEGL proprietry .rxp format, image data in .jpg format and matrix data in text file."
        },
        {
            "ob_id": 43939,
            "dataPath": "/neodc/tls/data/raw/brazil/NXV-02/2019-07-09.001.riproject",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "TLS-ARCH terrestrial laser scanner data; Nova Xavantina (NXV-02),Brazil, July 2019",
                "uuid": "26bd74cc70c84bcea4e0726a3342d839",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43938/?format=api"
            },
            "volume": 54003932377,
            "numberOfFiles": 1397,
            "fileFormat": "Point cloud data in RIEGL proprietry .rxp format, image data in .jpg format and matrix data in text file."
        },
        {
            "ob_id": 43941,
            "dataPath": "/neodc/tls/data/raw/brazil/NXV-01/2019-07-24.004.riproject",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "TLS-ARCH terrestrial laser scanner data; Nova Xavantina (NXV-01),Brazil, July 2019",
                "uuid": "a9d4d3398f49427ba214ca37f0782e68",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43940/?format=api"
            },
            "volume": 57419261071,
            "numberOfFiles": 1898,
            "fileFormat": "Point cloud data in RIEGL proprietry .rxp format, image data in .jpg format and matrix data in text file."
        },
        {
            "ob_id": 43943,
            "dataPath": "/neodc/tls/data/raw/brazil/CRP-01/2019-07-27.001.PROJ",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "TLS-ARCH terrestrial laser scanner data; Nova Xavantina (CRP-01),Brazil, August 2019",
                "uuid": "cfa35fbf01014a649544ecff779a89d3",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43942/?format=api"
            },
            "volume": 651043066,
            "numberOfFiles": 39,
            "fileFormat": "Point cloud data in RIEGL proprietry .rxp format, image data in .jpg fo\\\r\nrmat and matrix data in text file."
        },
        {
            "ob_id": 43945,
            "dataPath": "/neodc/tls/data/raw/brazil/CRP-02/2019-08-28.001.PROJ/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "TLS-ARCH terrestrial laser scanner data; Nova Xavantina (CRP-02),Brazil, August 2019",
                "uuid": "6bc486defec1422fbef729ff84cb3ff3",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43944/?format=api"
            },
            "volume": 12752177054,
            "numberOfFiles": 707,
            "fileFormat": "Point cloud data in RIEGL proprietry .rxp format, image data in .jpg format and matrix data in text file"
        },
        {
            "ob_id": 43951,
            "dataPath": "/neodc/tls/data/raw/branches-tls",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "TLS-ARCH terrestrial laser scanner data; branch scan projects from Australia, Brazil and Malaysia, June 2018 - July 2019",
                "uuid": "1586484320b24ce887290468dafb8b28",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43949/?format=api"
            },
            "volume": 206588777176,
            "numberOfFiles": 5424,
            "fileFormat": "Point cloud data in RIEGL proprietry .rxp format, image data in .jpg format and matrix data in text file."
        },
        {
            "ob_id": 43953,
            "dataPath": "/neodc/caliop/data/l2_vfm/v4-51",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "CALIPSO: Cloud and Aerosol Lidar Level 2 Vertical Feature Mask Version 4-51 Product (CAL_LID_L2_VFM-Standard-V4-51)",
                "uuid": "9cbc9b1875474d65ad1e4697007e88b7",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43952/?format=api"
            },
            "volume": 7431238114943,
            "numberOfFiles": 161825,
            "fileFormat": "Data are HDF4 formatted"
        },
        {
            "ob_id": 43956,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/EC-Earth-Consortium/EC-Earth3/amip",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the EC-Earth-Consortium team EC-Earth3 model output for the \"amip\" experiment",
                "uuid": "75a1511105fd49ddb591340bdb783fd7",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43955/?format=api"
            },
            "volume": 982315440599,
            "numberOfFiles": 2625,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43959,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/UA/MCM-UA-1-0/1pctCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: University of Arizona - Department of Geosciences (UA) MCM-UA-1-0 model output for the \"1pctCO2\" experiment",
                "uuid": "1cae7f7113034d4da2aeebf9b985b18a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43958/?format=api"
            },
            "volume": 7744280409,
            "numberOfFiles": 30,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43961,
            "dataPath": "/badc/ccmi/data/post-cmip6/ccmi-2022/ECCC/CMAM/senD2-ssp370/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "CCMI-2022: senD2-ssp370 data produced by the CMAM model at CCCma",
                "uuid": "755e708951b1452aa93d06a3b717e955",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43957/?format=api"
            },
            "volume": 118323075095,
            "numberOfFiles": 379,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 43963,
            "dataPath": "/badc/snap/data/post-cmip6/SNAPSI/UKMO/GloSea6/control-full",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Stratospheric Nudging And Predictable Surface Impacts (SNAPSI): control-full data produced by the GloSea6 model at UKMO",
                "uuid": "9384f4944d574fefb4a88f16ceba0a19",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43962/?format=api"
            },
            "volume": 5686200125962,
            "numberOfFiles": 8701,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 43968,
            "dataPath": "/neodc/tls/data/raw/gabon/FGC-01/2019-08-14.001.riproject",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Forest Degradation Experiment (FODEX), Ogooué-Ivindo (FGC-01), Gabon, pre-logging, August 2019",
                "uuid": "06844d9ae4c14ed8a2d77b9c74e98c3d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43954/?format=api"
            },
            "volume": 67258561027,
            "numberOfFiles": 2664,
            "fileFormat": "Point cloud data in RIEGL proprietary .rxp format, image data in .jpg format and matrix data in text file."
        },
        {
            "ob_id": 43971,
            "dataPath": "/neodc/tls/data/raw/gabon/FGC-01/2020-02-04.001.riproject",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Forest Degradation Experiment (FODEX), Ogooué-Ivindo (FGC-01), Gabon, post-logging, February 2020",
                "uuid": "b7e3f31474da4563a3ad4edbf26dca14",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43970/?format=api"
            },
            "volume": 405462118519,
            "numberOfFiles": 4120,
            "fileFormat": "Point cloud data in RIEGL proprietary .rxp format, image data in .jpg format and matrix data in text file."
        },
        {
            "ob_id": 43973,
            "dataPath": "/neodc/tls/data/raw/gabon/FGC-02/2019-08-21.001.riproject",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Forest Degradation Experiment (FODEX), Ogooué-Ivindo (FGC-02), Gabon, pre-logging, August 2019",
                "uuid": "40b7bc2b97344de2955aea24a2703d4e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43972/?format=api"
            },
            "volume": 67130499681,
            "numberOfFiles": 2621,
            "fileFormat": "Point cloud data in RIEGL proprietary .rxp format, image data in .jpg format and matrix data in text file."
        },
        {
            "ob_id": 43975,
            "dataPath": "/neodc/tls/data/raw/gabon/FGC-02/2020-01-28.001.riproject",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Forest Degradation Experiment (FODEX), Ogooué-Ivindo (FGC-02), Gabon, post-logging, January 2020",
                "uuid": "d69d2c00013b474384df1dab9b9f61e9",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43974/?format=api"
            },
            "volume": 63196768288,
            "numberOfFiles": 2464,
            "fileFormat": "Point cloud data in RIEGL proprietary .rxp format, image data in .jpg format and matrix data in text file."
        },
        {
            "ob_id": 43977,
            "dataPath": "/neodc/tls/data/raw/gabon/FGC-03/2020-01-20.001.riproject",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Forest Degradation Experiment (FODEX), Ogooué-Ivindo (FGC-03), Gabon, pre-logging, January 2020",
                "uuid": "1f433c233fdc4ab29418123f802280fc",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43976/?format=api"
            },
            "volume": 64828197278,
            "numberOfFiles": 2721,
            "fileFormat": "Point cloud data in RIEGL proprietary .rxp format, image data in .jpg format and matrix data in text file."
        },
        {
            "ob_id": 43979,
            "dataPath": "/neodc/tls/data/raw/gabon/FGC-03/2020-02-07.001.riproject",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Forest Degradation Experiment (FODEX), Ogooué-Ivindo (FGC-03), Gabon, post-logging, February 2020",
                "uuid": "288b49fd2a1e43d2a8dc7a05b12726b5",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43978/?format=api"
            },
            "volume": 62174215066,
            "numberOfFiles": 2327,
            "fileFormat": "Point cloud data in RIEGL proprietary .rxp format, image data in .jpg format and matrix data in text file."
        },
        {
            "ob_id": 43981,
            "dataPath": "/neodc/tls/data/raw/gabon/FGC-04/2020-01-23.001.riproject",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Forest Degradation Experiment (FODEX), Ogooué-Ivindo (FGC-04), Gabon, pre-logging, January 2020",
                "uuid": "e0cb25ef2dff4a1f8bfd7222a9f7f870",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43980/?format=api"
            },
            "volume": 66458056004,
            "numberOfFiles": 2762,
            "fileFormat": "Point cloud data in RIEGL proprietary .rxp format, image data in .jpg format and matrix data in text file."
        },
        {
            "ob_id": 43983,
            "dataPath": "/neodc/tls/data/raw/gabon/FGC-04/2020-01-31.001.riproject",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Forest Degradation Experiment (FODEX), Ogooué-Ivindo (FGC-04), Gabon, post-logging, January 2020",
                "uuid": "84ef8642085747edaa589f3b0b8f2973",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43982/?format=api"
            },
            "volume": 51698558966,
            "numberOfFiles": 1955,
            "fileFormat": "Point cloud data in RIEGL proprietary .rxp format, image data in .jpg format and matrix data in text file."
        },
        {
            "ob_id": 43985,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/UA/MCM-UA-1-0/abrupt-4xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: University of Arizona - Department of Geosciences (UA) MCM-UA-1-0 model output for the \"abrupt-4xCO2\" experiment",
                "uuid": "a8245ce716304241abeb547b51a64409",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43984/?format=api"
            },
            "volume": 8816153752,
            "numberOfFiles": 58,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43988,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/UA/MCM-UA-1-0/piControl",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: University of Arizona - Department of Geosciences (UA) MCM-UA-1-0 model output for the \"piControl\" experiment",
                "uuid": "d646eaa80bc94961b722c2b6e57de823",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43987/?format=api"
            },
            "volume": 38906319631,
            "numberOfFiles": 156,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43991,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/CAS/FGOALS-g3/amip",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) FGOALS-g3 model output for the \"amip\" experiment",
                "uuid": "b4af77bfb2b64c498d9b30b5cfefa9ad",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43990/?format=api"
            },
            "volume": 35867107342,
            "numberOfFiles": 591,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 43997,
            "dataPath": "/neodc/caliop/data/l2_01kmclay/v4-51",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "CALIPSO: Cloud and Aerosol Lidar Level 2 1km Cloud Layer Version 4-51 Product (CAL_LID_L2_01kmCLay-V4-51)",
                "uuid": "ff5c7123668044be9876d6e690517990",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43996/?format=api"
            },
            "volume": 7228424109344,
            "numberOfFiles": 161830,
            "fileFormat": "Data are HDF4 formatted"
        },
        {
            "ob_id": 43999,
            "dataPath": "/bodc/soc250827",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Benthic images collected by Autonomous Underwater Vehicle during expedition JC257, 100 km south from the northern border of the UK-1 area of the Clarion-Clipperton Zone, Pacific Ocean, 2024",
                "uuid": "446b1380fbd54a5ab9eb5244b3d5c2ac",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44000/?format=api"
            },
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "JPG"
        },
        {
            "ob_id": 44001,
            "dataPath": "/bodc/pol250716",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "PyLag particle tracking model of retrospective particles in the North Sea during two contrasting years (2014 and 2017)",
                "uuid": "56c26ec4b90e455788e4724d22fd5d92",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44002/?format=api"
            },
            "volume": 15710031960546,
            "numberOfFiles": 732,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44005,
            "dataPath": "/bodc/smi250825/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "High-resolution bathymetry, seafloor texture maps, and colour corrected images from the Greater Haig Fras Marine Protected Area (MPA) and the South West Deeps (East) MPA collected during RRS Discovery cruise DY152 with BioCam",
                "uuid": "f1a3880206be41e5a5fe8b60c46b8ed8",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44006/?format=api"
            },
            "volume": 307259813509,
            "numberOfFiles": 76359,
            "fileFormat": ".jpg; .tiff; .xlsx; .csv"
        },
        {
            "ob_id": 44007,
            "dataPath": "/bodc/smi250826/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "High-resolution bathymetry, seafloor texture maps, and colour corrected images from two sites in the North Sea collected during the INSITE ATSEA shore-launched Autonomous Underwater Vehicle (AUV) campaign with BioCam",
                "uuid": "c3d8e244e20545c88f9d7cee9ec2212b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44008/?format=api"
            },
            "volume": 272442163667,
            "numberOfFiles": 60694,
            "fileFormat": ".jpg; .tiff; .xlsx; .csv"
        },
        {
            "ob_id": 44009,
            "dataPath": "/neodc/eocis/data/global_and_regional/land_ice/ice_sheet_velocity",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "EOCIS: Ice Sheet Velocity, V1",
                "uuid": "c0b464b3da9845758cd33591e57c4abf",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43475/?format=api"
            },
            "volume": 5578584499,
            "numberOfFiles": 11,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44011,
            "dataPath": "/badc/cmip6/data/CMIP6Plus/RAMIP/CNRM-CERFACS/CNRM-ESM2-1/piClim-370-eas126aer/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "piClim-370-EAS126aer data produced by the CNRM-ESM2-1 model for the Regional Aerosol Model Intercomparison Project (RAMIP)",
                "uuid": "f334697aa6f24a11a29229c3fedf4746",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44010/?format=api"
            },
            "volume": 53066514769,
            "numberOfFiles": 88,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44013,
            "dataPath": "/badc/cmip6/data/CMIP6Plus/RAMIP/CNRM-CERFACS/CNRM-ESM2-1/piClim-370-sas126aer/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "piClim-370-SAS126aer data produced by the CNRM-ESM2-1 model for the Regional Aerosol Model Intercomparison Project (RAMIP)",
                "uuid": "83a36308185b4fcb9c4198f5f69b03c1",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44012/?format=api"
            },
            "volume": 53081785643,
            "numberOfFiles": 88,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44015,
            "dataPath": "/badc/cmip6/data/CMIP6Plus/RAMIP/CNRM-CERFACS/CNRM-ESM2-1/piClim-370-nae126aer/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "piClim-370-NAE126aer data produced by the CNRM-ESM2-1 model for the Regional Aerosol Model Intercomparison Project (RAMIP)",
                "uuid": "b34e5509dc594d4b84bcd9420d6fd1dd",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44014/?format=api"
            },
            "volume": 53075399625,
            "numberOfFiles": 88,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44017,
            "dataPath": "/badc/cmip6/data/CMIP6Plus/RAMIP/CNRM-CERFACS/CNRM-ESM2-1/piClim-370-126aer/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "piClim-370-126aer data produced by the CNRM-ESM2-1 model for the Regional Aerosol Model Intercomparison Project (RAMIP)",
                "uuid": "f01914a2763641619ac637eb27ad409d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44016/?format=api"
            },
            "volume": 53000609225,
            "numberOfFiles": 88,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44019,
            "dataPath": "/badc/cmip6/data/CMIP6Plus/RAMIP/CNRM-CERFACS/CNRM-ESM2-1/piClim-370",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "piClim-370 data produced by the CNRM-ESM2-1 model for the Regional Aerosol Model Intercomparison Project (RAMIP)",
                "uuid": "2dc9d53fa44e41c1b25f06c3a1be2374",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44018/?format=api"
            },
            "volume": 53085406443,
            "numberOfFiles": 88,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44021,
            "dataPath": "/badc/cmip6/data/CMIP6Plus/RAMIP/NCAR/CESM2/ssp370",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SSP370 data produced by the CESM2 model for the Regional Aerosol Model Intercomparison Project (RAMIP)",
                "uuid": "3e3daa268f1c49b4a50e030c4c50a461",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43443/?format=api"
            },
            "volume": 1463126573338,
            "numberOfFiles": 761,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44023,
            "dataPath": "/badc/cmip6/data/CMIP6Plus/RAMIP/NCAR/CESM2/ssp370-126aer",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SSP370-126aer data produced by the CESM2 model for the Regional Aerosol Model Intercomparison Project (RAMIP)",
                "uuid": "6b1c3160b1df40728b6331dd46cd5905",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44022/?format=api"
            },
            "volume": 1538920041055,
            "numberOfFiles": 851,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44025,
            "dataPath": "/badc/cmip6/data/CMIP6Plus/RAMIP/NCAR/CESM2/ssp370-nae126aer",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SSP370-NAE126aer data produced by the CESM2 model for the Regional Aerosol Model Intercomparison Project (RAMIP)",
                "uuid": "59bdd4c5f9c44b2daa2517f9983ab306",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44024/?format=api"
            },
            "volume": 1314377828207,
            "numberOfFiles": 851,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44027,
            "dataPath": "/badc/cmip6/data/CMIP6Plus/RAMIP/NCAR/CESM2/ssp370-afr126aer",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SSP370-AFR126aer data produced by the CESM2 model for the Regional Aerosol Model Intercomparison Project (RAMIP)",
                "uuid": "1fb3a81b9e824d4d836fb8f25028eb4d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44026/?format=api"
            },
            "volume": 1539270153809,
            "numberOfFiles": 851,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44029,
            "dataPath": "/badc/cmip6/data/CMIP6Plus/RAMIP/NCAR/CESM2/ssp370-eas126aer",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SSP370-EAS126aer data produced by the CESM2 model for the Regional Aerosol Model Intercomparison Project (RAMIP)",
                "uuid": "ead00e03df0546a7a4c720bfdd382780",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44028/?format=api"
            },
            "volume": 1539229577775,
            "numberOfFiles": 851,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44031,
            "dataPath": "/badc/cmip6/data/CMIP6Plus/RAMIP/NCAR/CESM2/ssp370-sas126aer",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SSP370-SAS126aer data produced by the CESM2 model for the Regional Aerosol Model Intercomparison Project (RAMIP)",
                "uuid": "c08e02cfe3a74e08a7503a8f18761223",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44030/?format=api"
            },
            "volume": 1539256936722,
            "numberOfFiles": 851,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44034,
            "dataPath": "/badc/cmip6/data/CMIP6Plus/RAMIP/MRI/MRI-ESM2-0/ssp370-eas126aer",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SSP370-EAS126aer data produced by the MRI-ESM2-0 model for the Regional Aerosol Model Intercomparison Project (RAMIP)",
                "uuid": "f985321e45cc46a09397cd14dea9b005",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44033/?format=api"
            },
            "volume": 1199776435293,
            "numberOfFiles": 1451,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44036,
            "dataPath": "/badc/cmip6/data/CMIP6Plus/RAMIP/MRI/MRI-ESM2-0/ssp370-afr126aer",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SSP370-AFR126aer data produced by the MRI-ESM2-0 model for the Regional Aerosol Model Intercomparison Project (RAMIP)",
                "uuid": "81a2264b82364663b1cbe034376e53de",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44035/?format=api"
            },
            "volume": 1199820945617,
            "numberOfFiles": 1451,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44038,
            "dataPath": "/badc/cmip6/data/CMIP6Plus/RAMIP/MRI/MRI-ESM2-0/ssp370-nae126aer",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "SSP370-NAE126aer data produced by the MRI-ESM2-0 model for the Regional Aerosol Model Intercomparison Project (RAMIP)",
                "uuid": "b9b13bc897334d8384690ed024ce1f53",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44037/?format=api"
            },
            "volume": 1199762899779,
            "numberOfFiles": 1451,
            "fileFormat": "NetCDF"
        }
    ]
}