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

{
    "count": 11554,
    "next": "https://api.catalogue.ceda.ac.uk/api/v2/results/?format=api&limit=100&offset=11300",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/results/?format=api&limit=100&offset=11100",
    "results": [
        {
            "ob_id": 44307,
            "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadUK-Grid/v1.3.1.ceda/12km/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "HadUK-Grid Gridded Climate Observations on a 12km grid over the UK, v1.3.1.ceda (1836-2024)",
                "uuid": "3302df4f8d174999bfbc5d0b86d93dce",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44206/?format=api"
            },
            "volume": 3333403049,
            "numberOfFiles": 7270,
            "fileFormat": "Data are NetCDF formatted"
        },
        {
            "ob_id": 44308,
            "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadUK-Grid/v1.3.1.ceda/river/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "HadUK-Grid Climate Observations by UK river basins, v1.3.1.ceda (1836-2024)",
                "uuid": "c014df7ace2f4da4a808437ac6e73a16",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44208/?format=api"
            },
            "volume": 29043151,
            "numberOfFiles": 163,
            "fileFormat": "Data are NetCDF formatted"
        },
        {
            "ob_id": 44309,
            "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadUK-Grid/v1.3.1.ceda/region/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "HadUK-Grid Climate Observations by Administrative Regions over the UK, v1.3.1.ceda (1836-2024)",
                "uuid": "896792be61a241a88bb668b5adfdb353",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44210/?format=api"
            },
            "volume": 22164957,
            "numberOfFiles": 163,
            "fileFormat": "Data are NetCDF formatted"
        },
        {
            "ob_id": 44310,
            "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadUK-Grid/v1.3.1.ceda/country/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "HadUK-Grid Climate Observations by UK countries, v1.3.1.ceda (1836-2024)",
                "uuid": "8793782a2bd44122b901501dfc883cf6",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44209/?format=api"
            },
            "volume": 14483437,
            "numberOfFiles": 163,
            "fileFormat": "Data are NetCDF formatted"
        },
        {
            "ob_id": 44316,
            "dataPath": "/neodc/sentinel_ard/products/indices/sentinel_2/ndvi/v2/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "JNCC Sentinel-2 indices Analysis Ready Data (ARD) Normalised Difference Vegetation Index (NDVI) v2",
                "uuid": "ebb1bd2603cc4efc8ce1d745d03932b5",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44315/?format=api"
            },
            "volume": 16696178679447,
            "numberOfFiles": 60828,
            "fileFormat": "These data are provided in Cloud Optimized GeoTIFF (COG) format."
        },
        {
            "ob_id": 44324,
            "dataPath": "/badc/ukmo-cet/data/v2.1.0.0/seasonal/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Seasonal Mean, Minimum and Maximum Central England Temperature (HadCET) series v2.1.0.0",
                "uuid": "ca43505702fa4eeeba4b65f1ce2c1e6a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44323/?format=api"
            },
            "volume": 74886,
            "numberOfFiles": 7,
            "fileFormat": "Data are BADC-CSV formatted"
        },
        {
            "ob_id": 44325,
            "dataPath": "/badc/ukmo-cet/data/v2.1.0.0/adjustments/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Mean, Minimum and Maximum Central England Temperature (HadCET) series post 1973 static adjustments, v2.1.0.0",
                "uuid": "2c9baaf3b032435980cdbd1b23038aa1",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44321/?format=api"
            },
            "volume": 16063,
            "numberOfFiles": 8,
            "fileFormat": "Data are BADC-CSV formatted"
        },
        {
            "ob_id": 44326,
            "dataPath": "/badc/ukmo-cet/data/v2.1.0.0/monthly/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Monthly Mean, Minimum and Maximum Central England Temperature (HadCET) series v2.1.0.0",
                "uuid": "35fb8318798e437ba5b108e5eca6e92d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44320/?format=api"
            },
            "volume": 153444,
            "numberOfFiles": 7,
            "fileFormat": "Data are BADC-CSV formatted"
        },
        {
            "ob_id": 44327,
            "dataPath": "/badc/ukmo-cet/data/v2.1.0.0/daily/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Daily Mean, Minimum and Maximum Central England Temperature (HadCET) series v2.1.0.0",
                "uuid": "fe998c05ca854715b48bac53dc0e9998",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44322/?format=api"
            },
            "volume": 3105068,
            "numberOfFiles": 4,
            "fileFormat": "Data are BADC-CSV formatted"
        },
        {
            "ob_id": 44331,
            "dataPath": "/neodc/sentinel_ard/products/indices/sentinel_2/nbr/v2/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "JNCC Sentinel-2 indices Analysis Ready Data (ARD) Normalised Burn Ratio (NBR) v2",
                "uuid": "ebe60d6b1128424aa7caed45a45c585f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44330/?format=api"
            },
            "volume": 16961895534736,
            "numberOfFiles": 60829,
            "fileFormat": "These data are provided in Cloud Optimized GeoTIFF (COG) format."
        },
        {
            "ob_id": 44335,
            "dataPath": "/neodc/sentinel_ard/products/indices/sentinel_2/ndmi/v2/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "JNCC Sentinel-2 indices Analysis Ready Data (ARD) Normalised Difference Moisture Index (NDMI) v2",
                "uuid": "4122d70648354bd9ac7eef525c829d02",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44334/?format=api"
            },
            "volume": 16681688929983,
            "numberOfFiles": 60828,
            "fileFormat": "These data are provided in Cloud Optimized GeoTIFF (COG) format."
        },
        {
            "ob_id": 44339,
            "dataPath": "/neodc/sentinel_ard/products/indices/sentinel_2/ndwi/v2/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "JNCC Sentinel-2 indices Analysis Ready Data (ARD) Normalised Difference Water Index (NDWI) v2",
                "uuid": "9ae429e3026f4903a338f6baa0a11035",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44338/?format=api"
            },
            "volume": 16204585278099,
            "numberOfFiles": 60828,
            "fileFormat": "These data are provided in Cloud Optimized GeoTIFF (COG) format."
        },
        {
            "ob_id": 44342,
            "dataPath": "/bodc/deposits02/uso250859",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "3D ocean bottom node seismic data across the 13°30'N Oceanic Core Complex and the Semenov Hydrothermal Field region of the Mid-Atlantic Ridge (JC254, 2023).",
                "uuid": "382aa4c3c6b2417fa80261e124a5f116",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44343/?format=api"
            },
            "volume": 68248058190,
            "numberOfFiles": 435,
            "fileFormat": ".segy, .jpg, .txt"
        },
        {
            "ob_id": 44344,
            "dataPath": "/neodc/tls/data/raw/uk/WHY/multitrophic_wytham",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Terrestrial LiDAR data for the multi-trophic impact of ash dieback project, Wytham Woods, July 2020 - July 2022",
                "uuid": "f61458fc1bfa4d3982b34b702eb96689",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44345/?format=api"
            },
            "volume": 215835327818,
            "numberOfFiles": 6909,
            "fileFormat": "Point cloud data in RIEGL proprietry .rxp format, image data in .jpg format and matrix data in text file."
        },
        {
            "ob_id": 44354,
            "dataPath": "/badc/deposited2025/Methane_Clumped_Isotopologues_Data_Base_2025/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Methane doubly substituted (clumped) isotopologues database",
                "uuid": "51ae627da5fb41b8a767ee6c653f83e6",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44353/?format=api"
            },
            "volume": 638567,
            "numberOfFiles": 4,
            "fileFormat": "BADC-CSV"
        },
        {
            "ob_id": 44358,
            "dataPath": "/badc/ncas-cvao/data/ncas-sonic-6/20241127_longterm/v1.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 96199869,
            "numberOfFiles": 61,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44361,
            "dataPath": "/badc/ncas-cvao/data/ncas-sonic-6/20241127_longterm/v1.1",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 709591240,
            "numberOfFiles": 188,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44366,
            "dataPath": "/badc/ncas-cvao/data/ncas-sonic-6/20241127_longterm/v1.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 96199869,
            "numberOfFiles": 61,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44369,
            "dataPath": "/badc/ncas-cvao/data/ncas-sonic-6/20241127_longterm/v1.1",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 709591240,
            "numberOfFiles": 188,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44372,
            "dataPath": "/badc/ncas-cvao/data/ncas-sonic-6/20241127_longterm/v1.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAS Long Term Observations: mean winds from the NCAS Sonic Anemometer unit 6 deployed at the NCAS Cape Verde Atmospheric Observatory, v1.0",
                "uuid": "2b8c014e54be42968b620bf5a9526a12",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44371/?format=api"
            },
            "volume": 96204383,
            "numberOfFiles": 62,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44375,
            "dataPath": "/badc/ncas-cvao/data/ncas-sonic-6/20241127_longterm/v1.1",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "NCAS Long Term Observations: mean winds from the NCAS Sonic Anemometer unit 6 deployed at the NCAS Cape Verde Atmospheric Observatory, v1.1",
                "uuid": "df467c5bd78642e8b0643fc40dd8f7f5",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44374/?format=api"
            },
            "volume": 1866933640,
            "numberOfFiles": 433,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44378,
            "dataPath": "/badc/deposited2025/SynthHAPPE_v2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Synthetic Hourly Air Pollution Prediction Averages for England (SynthHAPPE) version 2",
                "uuid": "fe877f3035c042478fd67de21f5f445a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44377/?format=api"
            },
            "volume": 2590726586,
            "numberOfFiles": 421,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44380,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/E3SM-Project/E3SM-1-1-ECA/hist-bgc",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the E3SM-Project team E3SM-1-1-ECA model output for the \"hist-bgc\" experiment",
                "uuid": "03b169a2cd444fa1a7990975faff4323",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44379/?format=api"
            },
            "volume": 2419680515,
            "numberOfFiles": 131,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44384,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/E3SM-Project/E3SM-1-1-ECA/ssp585-bgc",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the E3SM-Project team E3SM-1-1-ECA model output for the \"ssp585-bgc\" experiment",
                "uuid": "5b1583c4aab84a1b8a4ab8b068fbeee7",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44383/?format=api"
            },
            "volume": 88645727114,
            "numberOfFiles": 79,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44387,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/E3SM-Project/E3SM-1-1/hist-bgc",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the E3SM-Project team E3SM-1-1 model output for the \"hist-bgc\" experiment",
                "uuid": "6539374d45b9460c8065609b8f812655",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44386/?format=api"
            },
            "volume": 25967189534,
            "numberOfFiles": 92,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44390,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/E3SM-Project/E3SM-1-1/ssp585-bgc",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the E3SM-Project team E3SM-1-1 model output for the \"ssp585-bgc\" experiment",
                "uuid": "3e45a175c56b488e8f06d2e24f51df2c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44389/?format=api"
            },
            "volume": 69702460133,
            "numberOfFiles": 76,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44393,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/NASA-GISS/GISS-E2-1-G/1pctCO2-bgc",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-G model output for the \"1pctCO2-bgc\" experiment",
                "uuid": "7767312fd2804068a74b5e4f96b36bae",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44392/?format=api"
            },
            "volume": 284677042354,
            "numberOfFiles": 646,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44396,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/NASA-GISS/GISS-E2-1-G-CC/esm-ssp585",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-G-CC model output for the \"esm-ssp585\" experiment",
                "uuid": "27b78f4b409d47acbf0c49f78e90f886",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44395/?format=api"
            },
            "volume": 418614459128,
            "numberOfFiles": 692,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44401,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/NASA-GISS/GISS-E2-1-G-CC/ssp585-bgc",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-G-CC model output for the \"ssp585-bgc\" experiment",
                "uuid": "85ac49b92fee4d0aadb00b10199caec9",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44400/?format=api"
            },
            "volume": 418614459128,
            "numberOfFiles": 692,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44404,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/NOAA-GFDL/GFDL-ESM4/esm-1pct-brch-1000PgC",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"esm-1pct-brch-1000PgC\" experiment",
                "uuid": "7df43d9d4f524afba3197ea080cfeea3",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44403/?format=api"
            },
            "volume": 8857775581,
            "numberOfFiles": 5,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44408,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/NOAA-GFDL/GFDL-ESM4/esm-ssp585",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"esm-ssp585\" experiment",
                "uuid": "5fad4b7b5e314d19b4f1625a18c5c87b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44407/?format=api"
            },
            "volume": 108316099455,
            "numberOfFiles": 226,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44412,
            "dataPath": "/badc/cmip6/data/CMIP6/CDRMIP/NOAA-GFDL/GFDL-ESM4/1pctCO2-cdr",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"1pctCO2-cdr\" experiment",
                "uuid": "6c2b706009cc4736b2235f1e38fb1c53",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44411/?format=api"
            },
            "volume": 136079450030,
            "numberOfFiles": 969,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44415,
            "dataPath": "/badc/cmip6/data/CMIP6/CDRMIP/NOAA-GFDL/GFDL-ESM4/esm-pi-cdr-pulse",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"esm-pi-cdr-pulse\" experiment",
                "uuid": "c0120efaddff4fb1a634eea2d73dcd1d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44414/?format=api"
            },
            "volume": 65997677097,
            "numberOfFiles": 300,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44418,
            "dataPath": "/badc/cmip6/data/CMIP6/CDRMIP/NOAA-GFDL/GFDL-ESM4/esm-pi-CO2pulse",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"esm-pi-CO2pulse\" experiment",
                "uuid": "36b5ce601a1c46f2ad2465962154c743",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44417/?format=api"
            },
            "volume": 100953182458,
            "numberOfFiles": 418,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44422,
            "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/NOAA-GFDL/GFDL-ESM2M/faf-heat-NA0pct",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM2M model output for the \"faf-heat-NA0pct\" experiment",
                "uuid": "efa53b2b6400471e898ac281993bba1a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44421/?format=api"
            },
            "volume": 6569009247,
            "numberOfFiles": 25,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44425,
            "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/NOAA-GFDL/GFDL-ESM2M/faf-heat-NA50pct",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM2M model output for the \"faf-heat-NA50pct\" experiment",
                "uuid": "d2d9662c07bc4277a0347f8dc2934f9b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44424/?format=api"
            },
            "volume": 276720579,
            "numberOfFiles": 9,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44428,
            "dataPath": "/badc/cmip6/data/CMIP6/GMMIP/NCAR/CESM2/amip-hist",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"amip-hist\" experiment",
                "uuid": "2deb927b054d446e9df36c8d59096b90",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44427/?format=api"
            },
            "volume": 226950310042,
            "numberOfFiles": 659,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44431,
            "dataPath": "/badc/cmip6/data/CMIP6/GMMIP/NOAA-GFDL/GFDL-CM4/amip-hist",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-CM4 model output for the \"amip-hist\" experiment",
                "uuid": "eb0b9fbf8a934f6c87652dd741fec0d1",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44430/?format=api"
            },
            "volume": 850610206,
            "numberOfFiles": 11,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44434,
            "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/NOAA-GFDL/GFDL-ESM4/esm-ssp585-ssp126Lu",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"esm-ssp585-ssp126Lu\" experiment",
                "uuid": "e12426120bef4a1eb2563591cb47f66e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44433/?format=api"
            },
            "volume": 18577547306,
            "numberOfFiles": 50,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44437,
            "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/NOAA-GFDL/GFDL-ESM4/hist-noLu",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"hist-noLu\" experiment",
                "uuid": "d5e1138c01d245028b58207f37126f73",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44436/?format=api"
            },
            "volume": 34547292264,
            "numberOfFiles": 137,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44440,
            "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/NOAA-GFDL/GFDL-ESM4/land-hist",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"land-hist\" experiment",
                "uuid": "6871cd2fe4e84fbbb4de728824a53a07",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44439/?format=api"
            },
            "volume": 2066125805,
            "numberOfFiles": 48,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44443,
            "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/NOAA-GFDL/GFDL-ESM4/land-hist-altStartYear",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"land-hist-altStartYear\" experiment",
                "uuid": "c2024978a010477d8de8cc5d8bfbbc29",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44442/?format=api"
            },
            "volume": 3159771280,
            "numberOfFiles": 29,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44446,
            "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/NOAA-GFDL/GFDL-ESM4/land-noLu",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"land-noLu\" experiment",
                "uuid": "5a67af9ee2c74da2a5bc4fce3bf1bbca",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44445/?format=api"
            },
            "volume": 7094806438,
            "numberOfFiles": 57,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44449,
            "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/NOAA-GFDL/GFDL-ESM4/ssp126-ssp370Lu",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"ssp126-ssp370Lu\" experiment",
                "uuid": "b3e63758707c465bb31f2990b4aff9ed",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44448/?format=api"
            },
            "volume": 18368472152,
            "numberOfFiles": 54,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44452,
            "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/NOAA-GFDL/GFDL-ESM4/ssp370-ssp126Lu",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"ssp370-ssp126Lu\" experiment",
                "uuid": "270f0c68c9764c2489ef84f3cb482a38",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44451/?format=api"
            },
            "volume": 15511283722,
            "numberOfFiles": 67,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44455,
            "dataPath": "/badc/cmip6/data/CMIP6/PMIP/CSIRO/ACCESS-ESM1-5/past1000",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Commonwealth Scientific and Industrial Research Organisation (CSIRO) ACCESS-ESM1-5 model output for the \"past1000\" experiment",
                "uuid": "32db1a4f28a54b4eb5022695ad92f6e7",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44454/?format=api"
            },
            "volume": 466612074134,
            "numberOfFiles": 712,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44458,
            "dataPath": "/badc/cmip6/data/CMIP6/PMIP/INM/INM-CM4-8/past1000",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Institute for Numerical Mathematics (INM) INM-CM4-8 model output for the \"past1000\" experiment",
                "uuid": "30922c00a312448784eff429e2b2f408",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44457/?format=api"
            },
            "volume": 29015848050,
            "numberOfFiles": 309,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44461,
            "dataPath": "/badc/cmip6/data/CMIP6/PMIP/MPI-M/MPI-ESM1-2-LR/past2k",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-LR model output for the \"past2k\" experiment",
                "uuid": "2487833eb4b544f3a12d28dabdbd0053",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44460/?format=api"
            },
            "volume": 335619366997,
            "numberOfFiles": 4187,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44464,
            "dataPath": "/badc/cmip6/data/CMIP6/PMIP/MRI/MRI-ESM2-0/past1000",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Meteorological Research Institute of the Japan Meteorological Agency (MRI/JMA) MRI-ESM2-0 model output for the \"past1000\" experiment",
                "uuid": "06c2e37b1dd54c4ca6122a4664e5f608",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44463/?format=api"
            },
            "volume": 933968662227,
            "numberOfFiles": 558,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44469,
            "dataPath": "/badc/cmip6/data/CMIP6/VolMIP/NASA-GISS/GISS-E2-1-G/volc-pinatubo-full",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-G model output for the \"volc-pinatubo-full\" experiment",
                "uuid": "5aefbf44030748e3816677c74f6ee062",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44468/?format=api"
            },
            "volume": 492379130361,
            "numberOfFiles": 19849,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44476,
            "dataPath": "/neodc/eocis/data/CHUK/land_vegetation_parameters/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "EOCIS: Land Vegetation Parameters, V1",
                "uuid": "da96a0e3306d44a398126403e5d3a654",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43381/?format=api"
            },
            "volume": 450794664560,
            "numberOfFiles": 1945,
            "fileFormat": "Files are provided in NetCDF format."
        },
        {
            "ob_id": 44498,
            "dataPath": "/neodc/ral_ship_sst/data/QM2/Cruise24/fv2.5/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Sea Surface Skin Temperature from SISTeR: QM2 Cruise 24, v2.5",
                "uuid": "62334c44979b4c62b763e0dff97cc923",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/41553/?format=api"
            },
            "volume": 713396677,
            "numberOfFiles": 186,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44499,
            "dataPath": "/neodc/ral_ship_sst/data/QM2/Cruise25/fv2.5/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Sea Surface Skin Temperature from SISTeR: QM2 Cruise 25, v2.5",
                "uuid": "defed477a24547b7aa024d655f3d2adb",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43551/?format=api"
            },
            "volume": 235079679,
            "numberOfFiles": 64,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44500,
            "dataPath": "/neodc/ral_ship_sst/data/QM2/Cruise29/fv2.5/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Sea Surface Skin Temperature from SISTeR: QM2 Cruise 29, v2.5",
                "uuid": "381e95004e0c44499b1d3e00b19aaaaf",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43433/?format=api"
            },
            "volume": 644108051,
            "numberOfFiles": 168,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44501,
            "dataPath": "/neodc/ral_ship_sst/data/QM2/Cruise28/fv2.5/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Sea Surface Skin Temperature from SISTeR: QM2 Cruise 28, v2.5",
                "uuid": "8234e536542141259e0ec632d45df496",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43432/?format=api"
            },
            "volume": 775278867,
            "numberOfFiles": 202,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44502,
            "dataPath": "/neodc/ral_ship_sst/data/QM2/Cruise27/fv2.5/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Sea Surface Skin Temperature from SISTeR: QM2 Cruise 27, v2.5",
                "uuid": "27fee373d42b4dada1aeb10bc729c98f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43431/?format=api"
            },
            "volume": 748727327,
            "numberOfFiles": 194,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44507,
            "dataPath": "/neodc/eocis/data/global_and_regional/CO_total_column",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "EOCIS: Total Column CO Product, V1.0",
                "uuid": "4b31d47716604b9f84714fab39ce973c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43671/?format=api"
            },
            "volume": 3440132141632,
            "numberOfFiles": 4189,
            "fileFormat": "Files are NetCDF formatted."
        },
        {
            "ob_id": 44509,
            "dataPath": "/neodc/eocis/data/global_and_regional/soil_moisture_africa/v2.3.1/daily",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "EOCIS: Soil Moisture Africa, v2.3.1",
                "uuid": "083f0a37e058495eaef542263198019f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43245/?format=api"
            },
            "volume": 30725744480,
            "numberOfFiles": 15738,
            "fileFormat": "Files are NetCDF formatted."
        },
        {
            "ob_id": 44514,
            "dataPath": "/badc/ncas-mobile/data/ncas-lidar-aerosol-1/20230531_woest/v1.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WOEST: aerosol backscatter from the NCAS Aerosol Lidar unit 1 deployed at MOD Lyneham, v1.0 (20230530-20230911)",
                "uuid": "3080771112d947e8bcfd7d130f753c01",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44513/?format=api"
            },
            "volume": 2764988302,
            "numberOfFiles": 310,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44517,
            "dataPath": "/neodc/tls/data/raw/usa/HFB/2017-08-14.001.riproject",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Weighing trees with lasers project: terrestrial laser scanner data; Harvard Forest Massachusetts (Plot HF-B), August 2017",
                "uuid": "82f7734afb3845a8ba5176ed5b1273dc",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44516/?format=api"
            },
            "volume": 4833694196,
            "numberOfFiles": 233,
            "fileFormat": "The scan folder contains a number of open and proprietary formats file formats CSV, ASCII, text, PNG , RXP and PAT"
        },
        {
            "ob_id": 44525,
            "dataPath": "/neodc/tls/data/raw/usa/HFN/2017-08-14.002.riproject",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Weighing trees with lasers project: terrestrial laser scanner data; Harvard Forest Massachusetts (Plot HF-N), August 2017",
                "uuid": "44da591cfa3f4818a3a0ff318e6bf9fa",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44524/?format=api"
            },
            "volume": 7673921701,
            "numberOfFiles": 377,
            "fileFormat": "The scan folder contains a number of open and proprietary formats file formats CSV, ASCII, text, PNG , RXP and PAT"
        },
        {
            "ob_id": 44527,
            "dataPath": "/neodc/tls/data/raw/usa/HFM/2017-08-14.003.riproject",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Weighing trees with lasers project: terrestrial laser scanner data; Harvard Forest Massachusetts (Plot HF-M), August 2017",
                "uuid": "aabf22e3dc1a4791bd3090756563b347",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44526/?format=api"
            },
            "volume": 27101016455,
            "numberOfFiles": 937,
            "fileFormat": "The scan folder contains a number of open and proprietary formats file formats CSV, ASCII, text, PNG , RXP and PAT"
        },
        {
            "ob_id": 44531,
            "dataPath": "/neodc/sentinel_ard/products/indices/sentinel_2/evi2/v2/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "JNCC Sentinel-2 indices Analysis Ready Data (ARD) Enhanced Vegetation Index v2 (EVI2)",
                "uuid": "962a49e9127746018605ea617f596ba7",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44530/?format=api"
            },
            "volume": 17610503938549,
            "numberOfFiles": 60832,
            "fileFormat": "These data are provided in Cloud Optimized GeoTIFF (COG) format."
        },
        {
            "ob_id": 44536,
            "dataPath": "/neodc/tls/data/raw/usa/CALI-03/2017-09-11.001.riproject",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Weighing trees with lasers project: terrestrial laser scanner data; Armstong Redwoods State Natural Reserve (Plot CALI-03), September 2017",
                "uuid": "c5586da814784847bf4bb3904a37480f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44535/?format=api"
            },
            "volume": 14133904354,
            "numberOfFiles": 442,
            "fileFormat": "The scan folder contains a number of open and proprietary formats file formats CSV, ASCII, text, PNG , RXP and PAT"
        },
        {
            "ob_id": 44546,
            "dataPath": "/neodc/tls/data/raw/usa/CALI-04/2017-09-12.001.riproject",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Weighing trees with lasers project: terrestrial laser scanner data; Armstong Redwoods State Natural Reserve (Plot CALI-04), September 2017",
                "uuid": "8953a6e5320f4f0e9cba0b51538c1544",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44545/?format=api"
            },
            "volume": 13598786998,
            "numberOfFiles": 465,
            "fileFormat": "The scan folder contains a number of open and proprietary formats file formats CSV, ASCII, text, PNG , RXP and PAT"
        },
        {
            "ob_id": 44548,
            "dataPath": "/neodc/tls/data/raw/usa/CALI-05/2017-09-13.001.riproject",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Weighing trees with lasers project: terrestrial laser scanner data; Armstong Redwoods State Natural Reserve (Plot CALI-05), September 2017",
                "uuid": "b2cc9fa8a1724936bb07d50e1cfd1e4a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44547/?format=api"
            },
            "volume": 13779655722,
            "numberOfFiles": 399,
            "fileFormat": "The scan folder contains a number of open and proprietary formats file formats CSV, ASCII, text, PNG , RXP and PAT"
        },
        {
            "ob_id": 44550,
            "dataPath": "/neodc/tls/data/raw/usa/CALI-06/2017-09-14.001.riproject",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Weighing trees with lasers project: terrestrial laser scanner data; Armstong Redwoods State Natural Reserve (Plot CALI-06), September 2017",
                "uuid": "46dcd358062042eb9a7bd3f9454df127",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44549/?format=api"
            },
            "volume": 13713189421,
            "numberOfFiles": 387,
            "fileFormat": "The scan folder contains a number of open and proprietary formats file formats CSV, ASCII, text, PNG , RXP and PAT"
        },
        {
            "ob_id": 44552,
            "dataPath": "/neodc/tls/data/raw/malaysia/CBN-01/2017-03-28.001.riproject",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Weighing trees with lasers: terrestrial laser scanner data; Danum Valley Conservation Area (Plot CBN-01), March 2017",
                "uuid": "03634cd8f10943b39d9982e6f9bbb402",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44551/?format=api"
            },
            "volume": 58505219712,
            "numberOfFiles": 2449,
            "fileFormat": "The scan folder contains a number of open and proprietary formats file formats CSV, ASCII, text, PNG , RXP and PAT"
        },
        {
            "ob_id": 44555,
            "dataPath": "/badc/deposited2025/EAOWS",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 412308081051,
            "numberOfFiles": 23772,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44560,
            "dataPath": "/neodc/sentinel_ard/products/indices/sentinel_1/vhvv/v1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "JNCC Sentinel-1 indices Analysis Ready Data (ARD) VH/VV Cross Ratio",
                "uuid": "500d38196eb044278747c2f2a5e93da0",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44534/?format=api"
            },
            "volume": 19606057295084,
            "numberOfFiles": 9741,
            "fileFormat": "These data are supplied in Cloud Optimized GeoTIFF (COG) format."
        },
        {
            "ob_id": 44569,
            "dataPath": "/badc/ukmo-midas-open/data/uk-radiation-obs/dataset-version-202507/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "MIDAS Open: UK hourly solar radiation data, v202507",
                "uuid": "76e54f87291c4cd98c793e37524dc98e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44579/?format=api"
            },
            "volume": 3187472219,
            "numberOfFiles": 5893,
            "fileFormat": "Data are BADC-CSV formatted."
        },
        {
            "ob_id": 44570,
            "dataPath": "/badc/ukmo-midas-open/data/uk-soil-temperature-obs/dataset-version-202507/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "MIDAS Open: UK soil temperature data, v202507",
                "uuid": "406b7689394542919d682e46afb7c819",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44580/?format=api"
            },
            "volume": 4362367251,
            "numberOfFiles": 24136,
            "fileFormat": "Data are BADC-CSV formatted."
        },
        {
            "ob_id": 44571,
            "dataPath": "/badc/ukmo-midas-open/data/uk-mean-wind-obs/dataset-version-202507/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "MIDAS Open: UK mean wind data, v202507",
                "uuid": "bed3b1f2ce0c4ba780927e9fac04f696",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44585/?format=api"
            },
            "volume": 9239183702,
            "numberOfFiles": 15897,
            "fileFormat": "Data are BADC-CSV formatted."
        },
        {
            "ob_id": 44572,
            "dataPath": "/badc/ukmo-midas-open/data/uk-hourly-weather-obs/dataset-version-202507/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "MIDAS Open: UK hourly weather observation data, v202507",
                "uuid": "99173f6a802147aeba430d96d2bb3099",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44584/?format=api"
            },
            "volume": 35406484741,
            "numberOfFiles": 53822,
            "fileFormat": "Data are BADC-CSV formatted."
        },
        {
            "ob_id": 44573,
            "dataPath": "/badc/ukmo-midas-open/data/uk-daily-temperature-obs/dataset-version-202507/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "MIDAS Open: UK daily temperature data, v202507",
                "uuid": "9244f715ecfd4e74b0b6200de55e1b1a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44582/?format=api"
            },
            "volume": 2318715270,
            "numberOfFiles": 75497,
            "fileFormat": "Data are BADC-CSV formatted."
        },
        {
            "ob_id": 44574,
            "dataPath": "/badc/ukmo-midas-open/data/uk-hourly-rain-obs/dataset-version-202507/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "MIDAS Open: UK hourly rainfall data, v202507",
                "uuid": "c75ca7291a5048739010380dce6ebc99",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44583/?format=api"
            },
            "volume": 7651336987,
            "numberOfFiles": 18950,
            "fileFormat": "Data are BADC-CSV formatted."
        },
        {
            "ob_id": 44575,
            "dataPath": "/badc/ukmo-midas-open/data/uk-daily-weather-obs/dataset-version-202507/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "MIDAS Open: UK daily weather observation data, v202507",
                "uuid": "c0cd9756b5234f1881c375fb6bb94245",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44586/?format=api"
            },
            "volume": 3268535791,
            "numberOfFiles": 52364,
            "fileFormat": "Data are BADC-CSV formatted."
        },
        {
            "ob_id": 44576,
            "dataPath": "/badc/ukmo-midas-open/data/uk-daily-rain-obs/dataset-version-202507/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "MIDAS Open: UK daily rainfall data, v202507",
                "uuid": "8ddfd4dd5af443f9ad382cd77366d877",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44581/?format=api"
            },
            "volume": 9525916615,
            "numberOfFiles": 471762,
            "fileFormat": "Data are BADC-CSV formatted"
        },
        {
            "ob_id": 44602,
            "dataPath": "/neodc/esacci/land_surface_temperature/data/MULTISENSOR_IRCDR/L3S/0.01/v3.00/daily",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Land Surface Temperature Climate Change Initiative (LST_cci): Daily multisensor Infra-Red (IR) Low Earth Orbit (LEO) land surface temperature (LST) time series level 3 supercollated (L3S) global product (1995-2024), version 3.00",
                "uuid": "e67b02b814bf4a78b9ec90b4259f0741",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44528/?format=api"
            },
            "volume": 5001176580139,
            "numberOfFiles": 20259,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 44606,
            "dataPath": "/neodc/esacci/land_surface_temperature/data/MULTISENSOR_IRCDR/L3S/0.01/v3.00/monthly/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Land Surface Temperature Climate Change Initiative (LST_cci): Monthly Multisensor Infra-Red (IR) Low Earth Orbit (LEO) land surface temperature (LST) time series level 3 supercollated (L3S) global product (1995-2024), version 3.00",
                "uuid": "b8be3f3993e54d309fddf61ea5d3674f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44529/?format=api"
            },
            "volume": 1250378784280,
            "numberOfFiles": 689,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 44609,
            "dataPath": "/bodc/pol250900/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Wave projections from the North Western European shelf modelled from 1992-2093.",
                "uuid": "14dd121043e24f79b59d80e952b70f56",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44610/?format=api"
            },
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "net-cdf"
        },
        {
            "ob_id": 44611,
            "dataPath": "/bodc/pol250901/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Model outputs containing ocean physics projections from the North Western European shelf from 1992-2093.",
                "uuid": "658d3bc291374f68abc4c5f3662ac74d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44612/?format=api"
            },
            "volume": 332992162500,
            "numberOfFiles": 25,
            "fileFormat": "net-cdf"
        },
        {
            "ob_id": 44613,
            "dataPath": "/bodc/pol250902/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Model outputs containing seabed mobility projections from the North Western European shelf from 1992-2093.",
                "uuid": "5e43b8208992426283231f2d91aa9a1a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44614/?format=api"
            },
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "net-cdf"
        },
        {
            "ob_id": 44635,
            "dataPath": "/bodc/deposits02/uso250924",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "segy"
        },
        {
            "ob_id": 44636,
            "dataPath": "/bodc/uso250924",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Multi-channel seismic data recorded by Sercel SEAL streamer and recording system during RRS James Cook expedition JC228, Guatemala Basin (2022-2023)",
                "uuid": "00e79f41a85142d49b853695f07c3c2a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44648/?format=api"
            },
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "segy"
        },
        {
            "ob_id": 44649,
            "dataPath": "/bodc/gebco/global/gebco_2025/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 114714161157,
            "numberOfFiles": 113,
            "fileFormat": "Data: .nc; .tif; .xml; .asc; .prj\r\nDocumentation and metadata: .csv; .txt; .pdf; .xlsx;"
        },
        {
            "ob_id": 44651,
            "dataPath": "/bodc/gebco/global/gebco_2025",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "The GEBCO_2025 Grid - a continuous terrain model for oceans and land at 15 arc-second intervals",
                "uuid": "05fba4c5b8fe4daea8ff751026daf438",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44650/?format=api"
            },
            "volume": 114714162013,
            "numberOfFiles": 114,
            "fileFormat": "Data: .nc; .tif; .xml; .asc; .prj\r\nDocumentation and metadata: .csv; .txt; .pdf; .xlsx;"
        },
        {
            "ob_id": 44653,
            "dataPath": "/badc/woest/data/metoffice-fluxtower-netheravon/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WesCon: Met Office surface to 16 m meteorology, radiation and subsoil measurements from   Airfield Camp, Netheravon, v1.0 (20230421-20230914)",
                "uuid": "d24cd5dd66064d7b84350b2495227836",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44652/?format=api"
            },
            "volume": 492545730,
            "numberOfFiles": 584,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44659,
            "dataPath": "/badc/woest/data/metoffice-microwave-radiometer-humpro/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WesCon: humidity profiles, liquid water paths and integrated water vapour measurement from the Met Office RPG Humpro microwave radiometer at Airfield Camp, Netheravon, v1.0 (20230419-20230919)",
                "uuid": "91e618f4a45c4d698e161aa10119cc14",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44656/?format=api"
            },
            "volume": 3708409281,
            "numberOfFiles": 300,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44662,
            "dataPath": "/badc/woest/data/metoffice-disdrometer/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WesCon: precipitation measurements from the Met Office Thies disdrometer at Airfield Camp, Netheravon, v1.0 (20230419-20230919)",
                "uuid": "c8038337158c4ecd90d21c0a199cce41",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44660/?format=api"
            },
            "volume": 398590300,
            "numberOfFiles": 147,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44665,
            "dataPath": "/badc/woest/data/metoffice-halo-lidar-35",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WesCon: Vertical wind profiles and backscatter measurements from the Met Office Halo Doppler Lidar unit 35 at Airfield Camp, Netheravon, v1.0 (20230426-20230918)",
                "uuid": "7fb87dfcc7af40f783dc181b2c0d3e6c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44663/?format=api"
            },
            "volume": 55878847386,
            "numberOfFiles": 541,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44669,
            "dataPath": "/badc/woest/data/metoffice-aws/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WesCon: near-surface meteorology from Met Office automatic weather stations at 11 locations for the WesCon/WOEST measurement campaign.  v1.0 (20230414-20231004)",
                "uuid": "12298b52a84c482cbd274b44c866cbd1",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44666/?format=api"
            },
            "volume": 512219691,
            "numberOfFiles": 1583,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44672,
            "dataPath": "/badc/woest/data/metoffice-ceilometer-ct25k/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WesCon: Cloud height measurements from the Met Office Vaisala CT25K Laser Ceilometer at Airfield Camp, Netheravon, v1.0 (20230426-20230919)",
                "uuid": "4c728040321d4342a27b19f80c8bfd0c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44670/?format=api"
            },
            "volume": 466920596,
            "numberOfFiles": 147,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44704,
            "dataPath": "/neodc/esacci/land_surface_temperature/data/NOAA20_VIIRS",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Land Surface Temperature Climate Change Initiative (LST_cci): Land surface temperature from VIIRS (Visible Infrared Imaging Radiometer Suite) on NOAA-20  (National Oceanic and Atmospheric Administration), level 3 collated (L3C) global product (2018-2024), version 1.00",
                "uuid": "5a3b2face5604687b5bb9fd32fe96461",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43661/?format=api"
            },
            "volume": 4813845377503,
            "numberOfFiles": 5097,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44705,
            "dataPath": "/neodc/esacci/land_surface_temperature/data/SNPP_VIIRS",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Land Surface Temperature Climate Change Initiative (LST_cci): Land surface temperature from VIIRS (Visible Infrared Imaging Radiometer Suite) on Suomi National Polar-orbiting Partnership (SNPP), level 3 collated (L3C) global product (2012-2024), version 1.00",
                "uuid": "511a4ab3100b4010aab910b5fdaa7c4e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43654/?format=api"
            },
            "volume": 8875573053286,
            "numberOfFiles": 9346,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 44710,
            "dataPath": "/badc/eprofile/data/daily_files/austria/kolm-saigurn/zmag-vaisala-cl51_A",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "EUMETNET E-PROFILE: ceilometer cloud base height and aerosol profile data from ZAMG's vaisala-cl51 instrument deployed at Kolm-Saigurn, Austria",
                "uuid": "0e86cfc5c13347a58e9eccd432edd71c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44711/?format=api"
            },
            "volume": 2421346527,
            "numberOfFiles": 902,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44713,
            "dataPath": "/badc/eprofile/data/daily_files/austria/kufstein/zmag-vaisala-cl51_A",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "EUMETNET E-PROFILE: ceilometer cloud base height and aerosol profile data from ZAMG's vaisala-cl51 instrument deployed at Kufstein, Austria",
                "uuid": "f59d0593340b4fcfbfda3994e3b2201f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44714/?format=api"
            },
            "volume": 2293510482,
            "numberOfFiles": 889,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44716,
            "dataPath": "/badc/eprofile/data/daily_files/austria/radstadt-tandalier/zmag-vaisala-cl51_A",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "EUMETNET E-PROFILE: ceilometer cloud base height and aerosol profile data from ZAMG's vaisala-cl51 instrument deployed at Radstadt Tandalier, Austria",
                "uuid": "709af1da730f4c2aaabfdc98ef8c20f4",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44717/?format=api"
            },
            "volume": 2319201513,
            "numberOfFiles": 900,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44719,
            "dataPath": "/badc/eprofile/data/daily_files/austria/wien-hohe-warte/zmag-vaisala-cl51_A",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "EUMETNET E-PROFILE: ceilometer cloud base height and aerosol profile data from ZAMG's vaisala-cl51 instrument deployed at Wien Hohe Warte, Austria",
                "uuid": "c16b4d0d06eb4c6c8dd5081e6cb38a98",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44720/?format=api"
            },
            "volume": 2092409657,
            "numberOfFiles": 814,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 44722,
            "dataPath": "/badc/eprofile/data/daily_files/austria/wien-kendlerstrasse/zmag-vaisala-cl51_A",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "EUMETNET E-PROFILE: ceilometer cloud base height and aerosol profile data from ZAMG's vaisala-cl51 instrument deployed at Wien Kendlerstrasse, Austria",
                "uuid": "227adeb19ed24b6c9268ae86e6f9f73a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44723/?format=api"
            },
            "volume": 2314554858,
            "numberOfFiles": 901,
            "fileFormat": "Data are netCDF formatted."
        }
    ]
}