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=2800
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=2900",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/results/?format=api&limit=100&offset=2700",
    "results": [
        {
            "ob_id": 13420,
            "dataPath": "/badc/soapex/data/aircraft",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Southern Ocean Atmospheric Photochemistry Experiment 2 (SOAPEX-2) Project: Aircraft halocarbon measurements",
                "uuid": "9c299686d13872df687baff3abeb0a76",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3968/?format=api"
            },
            "volume": 3254,
            "numberOfFiles": 2,
            "fileFormat": "Data are NASA Ames formatted"
        },
        {
            "ob_id": 13422,
            "dataPath": "/neodc/arsf/1986/86_15",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are bil formatted"
        },
        {
            "ob_id": 13423,
            "dataPath": "/neodc/arsf/1986/86_15",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 86/15 over the Derwent Fells Area",
                "uuid": "cba8113b8ba43e35cf8d0f8787d135d6",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9171/?format=api"
            },
            "volume": 151375179,
            "numberOfFiles": 27,
            "fileFormat": "Data are bil formatted"
        },
        {
            "ob_id": 13424,
            "dataPath": "/neodc/arsf/1986/86_16",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 86/16 over the Tay Estuary",
                "uuid": "56688a3ef9b071c4309379a54f821335",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/9175/?format=api"
            },
            "volume": 1469847310,
            "numberOfFiles": 155,
            "fileFormat": "Data are bil formatted"
        },
        {
            "ob_id": 13425,
            "dataPath": "/neodc/arsf/1986/86_43",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 86/43 over the Dolgellau Area",
                "uuid": "97cc789b34224e7e8db61137cd25e886",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13429/?format=api"
            },
            "volume": 206137595,
            "numberOfFiles": 31,
            "fileFormat": "Data are bil formatted"
        },
        {
            "ob_id": 13428,
            "dataPath": "/neodc/arsf/1986/86_43",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are bil formatted"
        },
        {
            "ob_id": 13431,
            "dataPath": "/neodc/arsf/1984/84_18",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Data from the Photographic Camera and ATM Instruments on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 84/18 over Lands End, Lizard",
                "uuid": "9b75602848554d5db9dc925c60f5f615",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13430/?format=api"
            },
            "volume": 315237721,
            "numberOfFiles": 54,
            "fileFormat": "Data are bil formatted"
        },
        {
            "ob_id": 13434,
            "dataPath": "/neodc/arsf/1984/84_38",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Data from the Photographic Camera and ATM Instruments on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 84/38 over Crymlyn Bog",
                "uuid": "05abb473ecfb4a64b44b6af9fcbc481d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13433/?format=api"
            },
            "volume": 58931535,
            "numberOfFiles": 11,
            "fileFormat": "Data are bil formatted"
        },
        {
            "ob_id": 13437,
            "dataPath": "/neodc/arsf/1984/84_39",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Data from the Photographic Camera and ATM Instruments on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 84/39 over Cricklade",
                "uuid": "0a2dde790b5f433a88ba8c805a992647",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13438/?format=api"
            },
            "volume": 37405422,
            "numberOfFiles": 11,
            "fileFormat": "Data are bil formatted"
        },
        {
            "ob_id": 13441,
            "dataPath": "/neodc/arsf/1984/84_41",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Data from the Photographic Camera and ATM Instruments on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 84/41 over Swindon (test)",
                "uuid": "9e6942c3b35a47cabc91ff41a9653324",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13444/?format=api"
            },
            "volume": 168885542,
            "numberOfFiles": 35,
            "fileFormat": "Data are bil formatted"
        },
        {
            "ob_id": 13445,
            "dataPath": "/neodc/arsf/1985/85_23",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Data from the Photographic Camera and ATM Instruments on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 85/23 over Tay Estuary",
                "uuid": "052e159e975844bf8c2445223a53eb5b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13448/?format=api"
            },
            "volume": 673209254,
            "numberOfFiles": 87,
            "fileFormat": "Data are bil formatted"
        },
        {
            "ob_id": 13449,
            "dataPath": "/neodc/arsf/1988/88_39",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 88/39 over the Brawdy area",
                "uuid": "b1f7e4ed7f7442fca03fc71f3287be15",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13452/?format=api"
            },
            "volume": 28970699,
            "numberOfFiles": 11,
            "fileFormat": "Data are bil formatted"
        },
        {
            "ob_id": 13453,
            "dataPath": "/neodc/arsf/1988/88_41",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Data from the ATM Instrument on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 88/41 over the West Solent Area",
                "uuid": "24c8f01d5a1d41e5bdb2ffea77bf4253",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13456/?format=api"
            },
            "volume": 17775369,
            "numberOfFiles": 6,
            "fileFormat": "Data are bil formatted"
        },
        {
            "ob_id": 13457,
            "dataPath": "/neodc/arsf/1992/91_07",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Data from the Photographic Camera and ATM Instruments on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 91/07 over the Sorbas Area, Spain",
                "uuid": "91b469c749814b61a56da98b7719c32c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13459/?format=api"
            },
            "volume": 200670543,
            "numberOfFiles": 47,
            "fileFormat": "Data are bil formatted"
        },
        {
            "ob_id": 13460,
            "dataPath": "/neodc/arsf/1992/92_03",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are bil formatted"
        },
        {
            "ob_id": 13462,
            "dataPath": "/neodc/arsf/1992/92_03",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Data from the Photographic Camera and ATM Instruments on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 92/03 over the Folkstone Warren Area",
                "uuid": "4603c0ca50a34deeb648c091a64f6e5d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13464/?format=api"
            },
            "volume": 155697807,
            "numberOfFiles": 19,
            "fileFormat": "Data are bil formatted"
        },
        {
            "ob_id": 13466,
            "dataPath": "/neodc/arsf/1992/92_11",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Data from the Photographic Camera and ATM Instruments on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 92/11 over the Morales Basin Area",
                "uuid": "5293dc2838294c409986526a17837d0d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13465/?format=api"
            },
            "volume": 58856604,
            "numberOfFiles": 10,
            "fileFormat": "Data are bil formatted"
        },
        {
            "ob_id": 13469,
            "dataPath": "/neodc/arsf/1992/92_14",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Data from the Photographic Camera and ATM Instruments on-board the Piper PA31 Navajo Chieftain G-NERC Aircraft during Flight 92/14 over the Carboneras Area",
                "uuid": "c39007565ec74217b5404d3cd95d4910",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13468/?format=api"
            },
            "volume": 224889821,
            "numberOfFiles": 27,
            "fileFormat": "Data are bil formatted"
        },
        {
            "ob_id": 13475,
            "dataPath": "/neodc/aatsr_multimission/aatsr-v3/data/ats_ar__2p",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "The data files are in NetCDF format, and are available, if authorised, via http download or ftp at ftp.ceda.ac.uk starting with directory /neodc/aatsr_multimission/."
        },
        {
            "ob_id": 13477,
            "dataPath": "/neodc/aatsr_multimission/aatsr-v3/data/ats_toa_1p",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "The data files are in NetCDF format, and are available, if authorised, via http download or ftp at ftp.ceda.ac.uk starting with directory /neodc/aatsr_multimission/."
        },
        {
            "ob_id": 13479,
            "dataPath": "/neodc/aatsr_multimission/aatsr-v3/data/ats_nr__2p",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "The data files are in NetCDF format, and are available, if authorised, via http download or ftp at ftp.ceda.ac.uk starting with directory /neodc/aatsr_multimission/."
        },
        {
            "ob_id": 13481,
            "dataPath": "/neodc/aatsr_multimission/aatsr-v3/data/L2P",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "The data files are in NetCDF format, and are available, if authorised, via http download or ftp at ftp.ceda.ac.uk starting with directory /neodc/aatsr_multimission/.\r\n"
        },
        {
            "ob_id": 13483,
            "dataPath": "/neodc/aatsr_multimission/aatsr-v3/data/ats_met_2p",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "The data files are in NetCDF format, and are available, if authorised, via http download or ftp at ftp.ceda.ac.uk starting with directory /neodc/aatsr_multimission/."
        },
        {
            "ob_id": 13485,
            "dataPath": "/neodc/aatsr_multimission/aatsr-v3/data/ats_ast_bp",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "The data files are in NetCDF format, and are available, if authorised, via http download or ftp at ftp.ceda.ac.uk starting with directory /neodc/aatsr_multimission/."
        },
        {
            "ob_id": 13487,
            "dataPath": "/neodc/aatsr_multimission/atsr1-v3/data/L3U",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "The data files are in NetCDF format, and are available, if authorised, via http download or ftp at ftp.ceda.ac.uk starting with directory /neodc/aatsr_multimission/.\r\n"
        },
        {
            "ob_id": 13489,
            "dataPath": "/neodc/aatsr_multimission/atsr2-v3/data/L3U",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "The data files are in NetCDF format, and are available, if authorised, via http download or ftp at ftp.ceda.ac.uk starting with directory /neodc/aatsr_multimission/."
        },
        {
            "ob_id": 13491,
            "dataPath": "/neodc/aatsr_multimission/aatsr-v3/data/L3U",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "The data files are in NetCDF format, and are available, if authorised, via http download or ftp at ftp.ceda.ac.uk starting with directory /neodc/aatsr_multimission/.\r\n"
        },
        {
            "ob_id": 13494,
            "dataPath": "/neodc/aatsr_multimission/atsr1-v3/data/at1_ar__2p",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "The data files are in NetCDF format, and are available, if authorised, via http download or ftp at ftp.ceda.ac.uk starting with directory /neodc/aatsr_multimission/.\r\n"
        },
        {
            "ob_id": 13496,
            "dataPath": "/neodc/aatsr_multimission/atsr1-v3/data/at1_ast_bp",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "The data files are in NetCDF format, and are available, if authorised, via http download or ftp at ftp.ceda.ac.uk starting with directory /neodc/aatsr_multimission/."
        },
        {
            "ob_id": 13498,
            "dataPath": "/neodc/aatsr_multimission/atsr1-v3/data/at1_toa_1p",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "The data files are in NetCDF format, and are available, if authorised, via http download or ftp at ftp.ceda.ac.uk starting with directory /neodc/aatsr_multimission/.\r\n"
        },
        {
            "ob_id": 13500,
            "dataPath": "/neodc/aatsr_multimission/atsr1-v3/data/at1_nr__2p",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "The data files are in NetCDF format, and are available, if authorised, via http download or ftp at ftp.ceda.ac.uk starting with directory /neodc/aatsr_multimission/.\r\n"
        },
        {
            "ob_id": 13502,
            "dataPath": "/neodc/aatsr_multimission/atsr1-v3/data/L2P",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "The data files are in NetCDF format, and are available, if authorised, via http download or ftp at ftp.ceda.ac.uk starting with directory /neodc/aatsr_multimission/.\r\n"
        },
        {
            "ob_id": 13504,
            "dataPath": "/neodc/aatsr_multimission/atsr1-v3/data/at1_met_2p",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "The data files are in NetCDF format, and are available, if authorised, via http download or ftp at ftp.ceda.ac.uk starting with directory /neodc/aatsr_multimission/.\r\n"
        },
        {
            "ob_id": 13506,
            "dataPath": "/neodc/aatsr_multimission/atsr2-v3/data/at2_ar__2p",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "The data files are in NetCDF format, and are available, if authorised, via http download or ftp at ftp.ceda.ac.uk starting with directory /neodc/aatsr_multimission/.\r\n"
        },
        {
            "ob_id": 13508,
            "dataPath": "/neodc/aatsr_multimission/atsr2-v3/data/at2_ast_bp",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted"
        },
        {
            "ob_id": 13510,
            "dataPath": "/neodc/aatsr_multimission/atsr2-v3/data/at2_toa_1p",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "The data files are in NetCDF format, and are available, if authorised, via http download or ftp at ftp.ceda.ac.uk starting with directory /neodc/aatsr_multimission/."
        },
        {
            "ob_id": 13512,
            "dataPath": "/neodc/aatsr_multimission/atsr2-v3/data/at2_nr__2p",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "The data files are in NetCDF format, and are available, if authorised, via http download or ftp at ftp.ceda.ac.uk starting with directory /neodc/aatsr_multimission/.\r\n"
        },
        {
            "ob_id": 13514,
            "dataPath": "/neodc/aatsr_multimission/atsr2-v3/data/L2P",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "The data files are in NetCDF format, and are available, if authorised, via http download or ftp at ftp.ceda.ac.uk starting with directory /neodc/aatsr_multimission/."
        },
        {
            "ob_id": 13516,
            "dataPath": "/neodc/aatsr_multimission/atsr2-v3/data/at2_met_2p",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "The data files are in NetCDF format, and are available, if authorised, via http download or ftp at ftp.ceda.ac.uk starting with directory /neodc/aatsr_multimission/.\r\n"
        },
        {
            "ob_id": 13525,
            "dataPath": "/badc/ukmo-hadobs/data/v1.03.2014f",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "These data are provided in NetCDF format"
        },
        {
            "ob_id": 13529,
            "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadISDH/mon/HadISDHTable/r1/v2-0-1-2014p",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "HadISDH: gridded global monthly land surface humidity data version 2.0.1.2014p",
                "uuid": "fd038d5dcba14f58ac2770ad47acf39c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13528/?format=api"
            },
            "volume": 614799711,
            "numberOfFiles": 29,
            "fileFormat": "These data are provided in NetCDF and ASCII format, descriptors of the file formats are included in Docs"
        },
        {
            "ob_id": 13530,
            "dataPath": "/badc/ukmo-hadobs/data/hadisd/v1.03.2014f",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "These data are provided in NetCDF."
        },
        {
            "ob_id": 13531,
            "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadCRUT4/mon/HadCRUT4Table",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "HadCRUT4: gridded dataset of global historical surface temperature anomalies. Version 4.4.0.0",
                "uuid": "b347afd27083431480739e3b07945327",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13532/?format=api"
            },
            "volume": 1070662691,
            "numberOfFiles": 104,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 13534,
            "dataPath": "/badc/ukmo-um/data/ancillary/UMCAP/master",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Met Office Unified Model (UM) Operational Output: Ancillary data",
                "uuid": "dc098b9eb42b4331a3e6382db760fc9f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/7216/?format=api"
            },
            "volume": 956,
            "numberOfFiles": 1,
            "fileFormat": "Data are pp formatted stored as binary files."
        },
        {
            "ob_id": 13535,
            "dataPath": "/badc/ukmo-um/data/global",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Met Office Unified Model (UM) Operational Output: Global data",
                "uuid": "9faba9794e07f15e9145cb312606f8c3",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/11070/?format=api"
            },
            "volume": 1026,
            "numberOfFiles": 2,
            "fileFormat": "Data are pp formatted stored as binary files."
        },
        {
            "ob_id": 13537,
            "dataPath": "/badc/ukmo-um/data/meso/lb",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Met Office Unified Model (UM) Operational Output: Mesoscale data",
                "uuid": "7a5fce32050a4d2fac92ac9b6c2d56d0",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13536/?format=api"
            },
            "volume": 956,
            "numberOfFiles": 1,
            "fileFormat": "Data are pp formatted stored as binary files."
        },
        {
            "ob_id": 13539,
            "dataPath": "/badc/ukmo-um/data/mesoscale",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Met Office Unified Model (UM) Operational Output: Model levels and Standard levels data",
                "uuid": "93fa9b8df82d440bb149185d2d046dc6",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13538/?format=api"
            },
            "volume": 1317,
            "numberOfFiles": 2,
            "fileFormat": "Data are pp formatted stored as binary files."
        },
        {
            "ob_id": 13541,
            "dataPath": "/badc/ukmo-um/data/nae/na",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Met Office Unified Model (UM) Operational Output: North Atlantic European (NAE) data",
                "uuid": "687ad123093743c7b291795cf2a7d3a7",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13540/?format=api"
            },
            "volume": 976,
            "numberOfFiles": 1,
            "fileFormat": "Data are pp formatted stored as binary files."
        },
        {
            "ob_id": 13543,
            "dataPath": "/neodc/esa_globsnow/data/v2.0/square_of_standard_error_L3A_daily",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "European Space Agency (ESA) GlobSnow L3A STD of daily Snow Water Equivalent (SWE) Estimates (1979-2013)",
                "uuid": "977ab7f3767346dd9311a0c57a608054",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13542/?format=api"
            },
            "volume": 40443223897,
            "numberOfFiles": 6467,
            "fileFormat": "The SWE products are distributed in NetCDF-4 classic format, following the CF-1.6 convention: a single file contains the data for a single variable on the date given in the file name.\r\n"
        },
        {
            "ob_id": 13545,
            "dataPath": "/neodc/esa_globsnow/data/v2.0/square_of_standard_error_L3B_7day_mean",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "European Space Agency (ESA) GlobSnow L3B mean STD of 7 day running mean Snow Water Equivalent (SWE) Estimates (1979-2013)",
                "uuid": "48d69bd4dd89464fb1f32c3669bfaa94",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13544/?format=api"
            },
            "volume": 52617288731,
            "numberOfFiles": 8413,
            "fileFormat": "The SWE products are distributed in NetCDF-4 classic format, following the CF-1.6 convention: a single file contains the data for a single variable on the date given in the file name."
        },
        {
            "ob_id": 13547,
            "dataPath": "/neodc/esa_globsnow/data/v2.0/L3B_monthly_max",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "European Space Agency (ESA) GlobSnow Snow Water Equivalent (SWE) v2.0 L3B Monthly Aggregated Maximum value data (1979-2013)",
                "uuid": "93bd163433a2430d841a77518d7a40e0",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13546/?format=api"
            },
            "volume": 2045234117,
            "numberOfFiles": 328,
            "fileFormat": "The SWE products are distributed in NetCDF-4 classic format, following the CF-1.6 convention: a single file contains the data for a single variable on the date given in the file name."
        },
        {
            "ob_id": 13551,
            "dataPath": "/badc/mlsl3/data/v0006-edinburgh-h2o",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "The data are provided in IEEE binary files."
        },
        {
            "ob_id": 13553,
            "dataPath": "/badc/mlsl3/data/v0104-edinburgh-h2o",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "The data are provided in IEEE binary files."
        },
        {
            "ob_id": 13558,
            "dataPath": "/badc/ukmo-hadobs/data/hadisd/v1.0.3.2014f",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are NetCDF formatted"
        },
        {
            "ob_id": 13566,
            "dataPath": "/neodc/casix/seawifs_iop/data",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted"
        },
        {
            "ob_id": 13569,
            "dataPath": "/badc/isamsl2/data/temp",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Improved Stratospheric and Mesospheric Sounder (ISAMS) on the Upper Air Research Satellite (UARS): Temperature measurements",
                "uuid": "ccfbb126ad894a4f91384a003dacc4c9",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13568/?format=api"
            },
            "volume": 191982288,
            "numberOfFiles": 181,
            "fileFormat": "Data are binary formatted."
        },
        {
            "ob_id": 13571,
            "dataPath": "/badc/isamsl2/data/pres",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Improved Stratospheric and Mesospheric Sounder (ISAMS) on the Upper Air Research Satellite (UARS): Pressure measurements",
                "uuid": "4c05e70cb0694fb9b885befb020872e9",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13570/?format=api"
            },
            "volume": 204343080,
            "numberOfFiles": 181,
            "fileFormat": "Data are binary formatted"
        },
        {
            "ob_id": 13573,
            "dataPath": "/badc/isamsl2/data/o3",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Improved Stratospheric and Mesospheric Sounder (ISAMS) on the Upper Air Research Satellite (UARS): Ozone measurements",
                "uuid": "73b95b7fd6204affa73bca8c4a527efe",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13572/?format=api"
            },
            "volume": 157077197,
            "numberOfFiles": 181,
            "fileFormat": "Data are binary formatted"
        },
        {
            "ob_id": 13575,
            "dataPath": "/badc/isamsl2/data/no2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Improved Stratospheric and Mesospheric Sounder (ISAMS) on the Upper Air Research Satellite (UARS): Nitrogen Dioxide measurements",
                "uuid": "34b7b60ec9ac4448b70fe3ddc49ce2c6",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13574/?format=api"
            },
            "volume": 196029805,
            "numberOfFiles": 181,
            "fileFormat": "Data are binary formatted"
        },
        {
            "ob_id": 13577,
            "dataPath": "/badc/isamsl2/data/n2o5",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Improved Stratospheric and Mesospheric Sounder (ISAMS) on the Upper Air Research Satellite (UARS): Nitrogen Pentoxide measurements",
                "uuid": "76c3fe7a00df42f7bf9138a01f79f50d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13576/?format=api"
            },
            "volume": 47295115,
            "numberOfFiles": 181,
            "fileFormat": "Data are binary formatted."
        },
        {
            "ob_id": 13579,
            "dataPath": "/badc/isamsl2/data/n2o",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Improved Stratospheric and Mesospheric Sounder (ISAMS) on the Upper Air Research Satellite (UARS):  Nitrous Oxide measurements",
                "uuid": "34b13ae40f024338989162b4c8d9a206",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13578/?format=api"
            },
            "volume": 78792617,
            "numberOfFiles": 181,
            "fileFormat": "Data are binary formatted"
        },
        {
            "ob_id": 13581,
            "dataPath": "/badc/isamsl2/data/h2o",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Improved Stratospheric and Mesospheric Sounder (ISAMS) on the Upper Air Research Satellite (UARS):  Water Vapour measurements",
                "uuid": "cf14409738d149de9310c3e900559a34",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13580/?format=api"
            },
            "volume": 75506580,
            "numberOfFiles": 182,
            "fileFormat": "Data are binary formatted"
        },
        {
            "ob_id": 13584,
            "dataPath": "/badc/isamsl2/data/co",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Improved Stratospheric and Mesospheric Sounder (ISAMS) on the Upper Air Research Satellite (UARS):   Carbon Monoxide  measurements",
                "uuid": "fe1bc4c213cb45118dc9ff764034d02a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13583/?format=api"
            },
            "volume": 144442230,
            "numberOfFiles": 181,
            "fileFormat": "Data are binary formatted"
        },
        {
            "ob_id": 13586,
            "dataPath": "/badc/isamsl2/data/ch4",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Improved Stratospheric and Mesospheric Sounder (ISAMS) on the Upper Air Research Satellite (UARS): Methane measurements",
                "uuid": "27afac38459b44349b38a99663d83dbb",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13585/?format=api"
            },
            "volume": 119564969,
            "numberOfFiles": 181,
            "fileFormat": "Data are binary formatted\r\n"
        },
        {
            "ob_id": 13591,
            "dataPath": "/badc/isamsl2/data/aero6p23",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Improved Stratospheric and Mesospheric Sounder (ISAMS) on the Upper Air Research Satellite (UARS): Aerosol at 6.23 microns [1 km] measurements",
                "uuid": "b122afb7f108416aa4f1558946417472",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13590/?format=api"
            },
            "volume": 202155337,
            "numberOfFiles": 180,
            "fileFormat": "Data are binary formatted"
        },
        {
            "ob_id": 13593,
            "dataPath": "/badc/isamsl2/data/aero12p1",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Improved Stratospheric and Mesospheric Sounder (ISAMS) on the Upper Air Research Satellite (UARS):  Aerosol at 12.1 microns [1 km] measurements",
                "uuid": "b625f90d700a4e73990aff270cc1eb1c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13592/?format=api"
            },
            "volume": 85596419,
            "numberOfFiles": 181,
            "fileFormat": "Data are binary formatted"
        },
        {
            "ob_id": 13595,
            "dataPath": "/badc/isamsl2/data/hno3",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Improved Stratospheric and Mesospheric Sounder (ISAMS) on the Upper Air Research Satellite (UARS):  Nitric acid measurements",
                "uuid": "cf4f3b340fd7407eba983e61f4c76819",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13594/?format=api"
            },
            "volume": 99644066,
            "numberOfFiles": 181,
            "fileFormat": "Data are binary formatted"
        },
        {
            "ob_id": 13597,
            "dataPath": "/badc/isamsl2/data/62x",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Improved Stratospheric and Mesospheric Sounder (ISAMS) on the Upper Air Research Satellite (UARS):  62x measurements",
                "uuid": "f5bef2a944e541899df90c7369cd08aa",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13596/?format=api"
            },
            "volume": 177457409,
            "numberOfFiles": 180,
            "fileFormat": "Data are binary formatted"
        },
        {
            "ob_id": 13602,
            "dataPath": "/badc/mlsl3/data/NERC-Edinburgh-h2o/v0006-edinburgh-h2o-official",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "The data are provided in IEEE binary files."
        },
        {
            "ob_id": 13604,
            "dataPath": "/badc/haloe/data/haloel2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Halogen Occultation Experiment (HALOE):  Level 2 data on  Upper Atmosphere Research Satellite UARS for 1991-2005",
                "uuid": "c952fa5ad1ed40ea8cd6550fa8f6c191",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13603/?format=api"
            },
            "volume": 18238618999,
            "numberOfFiles": 3318,
            "fileFormat": "The data are provided in an IEEE Unix binary format."
        },
        {
            "ob_id": 13609,
            "dataPath": "/badc/amma/data/ceh-model",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "African Monsoon Multidisciplinary Analysis (AMMA) Project: Centre for Ecology & Hydrology (CEH) Model",
                "uuid": "0e3577d9f2404f44b055e65e266b9d1f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13608/?format=api"
            },
            "volume": 16996229175,
            "numberOfFiles": 371,
            "fileFormat": "Data are NetCDF formatted"
        },
        {
            "ob_id": 13613,
            "dataPath": "/badc/isamsl0/data",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Improved Stratospheric and Mesospheric Sounder (ISAMS) level 0 data",
                "uuid": "5862d3180f5f4e1e8903edd294890da7",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13612/?format=api"
            },
            "volume": 10615291617,
            "numberOfFiles": 4420,
            "fileFormat": "Unknown"
        },
        {
            "ob_id": 13658,
            "dataPath": "/badc/amma/data/ukmo-nrt/amdars",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "African Monsoon Multidisciplinary Analysis (AMMA) Project: Aircraft Meteorological Data Relay (AMDAR) Reports",
                "uuid": "4b8810b9e32a4fa4a1dd470f9e2cc79f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13657/?format=api"
            },
            "volume": 822142539,
            "numberOfFiles": 320,
            "fileFormat": "Data are NASA Ames formatted"
        },
        {
            "ob_id": 13662,
            "dataPath": "/badc/amma/data/ukmo-nrt/metars",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "African Monsoon Multidisciplinary Analysis (AMMA) Project: Aviation Routine Weather (METAR) Reports",
                "uuid": "ed7f7e7c621d48bd8f541ff9eb5c6836",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13660/?format=api"
            },
            "volume": 3446801873,
            "numberOfFiles": 476,
            "fileFormat": "Data are NASA Ames formatted"
        },
        {
            "ob_id": 13665,
            "dataPath": "/badc/amma/data/ukmo-nrt/synop",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "African Monsoon Multidisciplinary Analysis (AMMA) Project: Land Synoptic Reports",
                "uuid": "7ea3d26ac86a4c7d9ef05ce78df3da40",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13664/?format=api"
            },
            "volume": 2831920105,
            "numberOfFiles": 328,
            "fileFormat": "Data are NASA Ames formatted"
        },
        {
            "ob_id": 13677,
            "dataPath": "/neodc/mtci/data/europe",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "MERIS Terrestrial Chlorophyll Index (MTCI) Level 3 composites: Europe",
                "uuid": "7bad5dcee0514f8ab511181f7d59d057",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13676/?format=api"
            },
            "volume": 44139594033,
            "numberOfFiles": 548,
            "fileFormat": "Data are gzipped tar files containing metadata (XML), preview image (JPEG) and L3 product (GeoTIFF)."
        },
        {
            "ob_id": 13679,
            "dataPath": "/neodc/mtci/data/global",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "MERIS Terrestrial Chlorophyll Index (MTCI) Level 3 composites: Global",
                "uuid": "70057c3172ea4c04b42bf48b3eda9870",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13678/?format=api"
            },
            "volume": 22556600184,
            "numberOfFiles": 540,
            "fileFormat": "Data are gzipped tar files containing metadata (XML), preview image (JPEG) and L3 product (GeoTIFF)."
        },
        {
            "ob_id": 13681,
            "dataPath": "/neodc/mtci/data/india",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "MERIS Terrestrial Chlorophyll Index (MTCI) Level 3 composites: India",
                "uuid": "5695d617367d417bbf00ce2cce6d8740",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13680/?format=api"
            },
            "volume": 14286261910,
            "numberOfFiles": 267,
            "fileFormat": "Data are gzipped tar files containing metadata (XML), preview image (JPEG) and L3 product (GeoTIFF)."
        },
        {
            "ob_id": 13684,
            "dataPath": "/neodc/mtci/data/lower_n_america",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "MERIS Terrestrial Chlorophyll Index (MTCI) Level 3 composites: Lower North America",
                "uuid": "5998ab4fa492433eb0c2cda2ad4d29fc",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13683/?format=api"
            },
            "volume": 47275867963,
            "numberOfFiles": 548,
            "fileFormat": "Data are gzipped tar files containing metadata (XML), preview image (JPEG) and L3 product (GeoTIFF)."
        },
        {
            "ob_id": 13686,
            "dataPath": "/neodc/mtci/data/northern_africa",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "MERIS Terrestrial Chlorophyll Index (MTCI) Level 3 composites: Northern Africa",
                "uuid": "23ea668948594ca2a609213449331a83",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13685/?format=api"
            },
            "volume": 27019411538,
            "numberOfFiles": 356,
            "fileFormat": "Data are gzipped tar files containing metadata (XML), preview image (JPEG) and L3 product (GeoTIFF)."
        },
        {
            "ob_id": 13688,
            "dataPath": "/neodc/mtci/data/southern_africa",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "MERIS Terrestrial Chlorophyll Index (MTCI) Level 3 composites: Southern Africa",
                "uuid": "1f61866afdf848349df7eabbc6ba2c07",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13687/?format=api"
            },
            "volume": 26817307824,
            "numberOfFiles": 356,
            "fileFormat": "Data are gzipped tar files containing metadata (XML), preview image (JPEG) and L3 product (GeoTIFF)."
        },
        {
            "ob_id": 13690,
            "dataPath": "/neodc/mtci/data/upper_n_america",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "MERIS Terrestrial Chlorophyll Index (MTCI) Level 3 composites: Upper North America",
                "uuid": "a95c7379fae943f49b3f455a2291a95a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13689/?format=api"
            },
            "volume": 32736130718,
            "numberOfFiles": 548,
            "fileFormat": "Data are gzipped tar files containing metadata (XML), preview image (JPEG) and L3 product (GeoTIFF)."
        },
        {
            "ob_id": 13699,
            "dataPath": "/badc/isamsl3/data",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Improved Stratospheric and Mesospheric Sounder (ISAMS) level 3 data",
                "uuid": "214146d8d076415996e9891944c62c11",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13698/?format=api"
            },
            "volume": 1864515236,
            "numberOfFiles": 14367,
            "fileFormat": "Unknown"
        },
        {
            "ob_id": 13704,
            "dataPath": "/badc/volcan-eesm/data/v1",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "VolcanEESM: Global volcanic sulphur dioxide (SO2) emissions database from 1850 to present - Version 1.0",
                "uuid": "a8a7e52b299a46c9b09d8e56b283d385",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13703/?format=api"
            },
            "volume": 189616,
            "numberOfFiles": 2,
            "fileFormat": "NetCDF "
        },
        {
            "ob_id": 13706,
            "dataPath": "/badc/amma/data/forecasts-rdg/tomcat",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Images are PNG formatted"
        },
        {
            "ob_id": 13708,
            "dataPath": "/badc/amma/data/forecasts-rdg/utraj",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "African Monsoon Multidisciplinary Analysis (AMMA) Project: UTRAJ forecast data",
                "uuid": "eb6fd7a783564aa3969a3aed1ecb0601",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13707/?format=api"
            },
            "volume": 966,
            "numberOfFiles": 1,
            "fileFormat": "Images are png formatted"
        },
        {
            "ob_id": 13713,
            "dataPath": "/badc/nerc-rm2010/data/amazon-isoprene/Barkley.jgr.2012",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Assessing sources of uncertainty in formaldehyde air mass factors over tropical South America: Implications for top-down isoprene emission estimates: High-Resolution Chemistry Model Simulations and Analysis",
                "uuid": "568b6c1213d64610b97d46c6f6a80402",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13712/?format=api"
            },
            "volume": 219399192230,
            "numberOfFiles": 75408,
            "fileFormat": "Typically GEOS-Chem binary-punch outputs *.bpch.\r\nOther files are straight binary ending in *.bin.\r\nSome files are also compressed (.gz) \r\n"
        },
        {
            "ob_id": 13718,
            "dataPath": "/badc/chablis/data/bas-simpson-metsensor",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "BAS Meteorological Observations data near to Simpson platform during the CHABLIS Campaign (2004-2005)",
                "uuid": "2fcefab989694c33b4fd2c9d0470f5b0",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13717/?format=api"
            },
            "volume": 1004986,
            "numberOfFiles": 6,
            "fileFormat": "NASA Ames"
        },
        {
            "ob_id": 13722,
            "dataPath": "/badc/claesl3/data/v0008",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "UARS CLAES data (1991-1993): Version 0008",
                "uuid": "30b1e79715b34605befa2deff2585580",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13721/?format=api"
            },
            "volume": 5620430907,
            "numberOfFiles": 32976,
            "fileFormat": "Data are UARS binary formatted."
        },
        {
            "ob_id": 13724,
            "dataPath": "/badc/claesl3/data/v0009",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "UARS CLAES data (1991-1993): Version 0009",
                "uuid": "fd1eae4249ee48d99b35038f4e5e54f2",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13723/?format=api"
            },
            "volume": 2409145113,
            "numberOfFiles": 3,
            "fileFormat": "Data are UARS binary formatted."
        },
        {
            "ob_id": 13726,
            "dataPath": "/badc/lims/data/laipat",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Limb Infra-red Monitor of the Stratosphere (LIMS) Instrument: Version 6 LIMS level 2 profile data product (LAIPAT)",
                "uuid": "e4af4d14d41d4da8a46c576431ee1493",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13725/?format=api"
            },
            "volume": 779113257,
            "numberOfFiles": 2734,
            "fileFormat": "Data are binary formatted"
        },
        {
            "ob_id": 13728,
            "dataPath": "/badc/lims/data/lamat",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Limb Infra-red Monitor of the Stratosphere (LIMS) Instrument: Version 6 LIMS level 3 profile data product (LAMAT)",
                "uuid": "b76a345076d149099b0922c4d1e7d774",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13727/?format=api"
            },
            "volume": 151866985,
            "numberOfFiles": 225,
            "fileFormat": "Data are binary formatted"
        },
        {
            "ob_id": 13730,
            "dataPath": "/badc/lims/data/temperatures",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Limb Infra-red Monitor of the Stratosphere (LIMS) Instrument: Temperature measurements",
                "uuid": "f88869eab3374f7daa73306588d46ed8",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13729/?format=api"
            },
            "volume": 909614532,
            "numberOfFiles": 1158,
            "fileFormat": "Data are binary formatted"
        },
        {
            "ob_id": 13734,
            "dataPath": "/badc/eyjafjallajokull/data/chilbolton",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Eyjafjallajokull Volcanic Ash Cloud: Leosphere and Halo Doppler Lidar images from the Chilbolton Observatory, Hampshire",
                "uuid": "234be8bf50ec46478f2720c2eaf14936",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13733/?format=api"
            },
            "volume": 14184866,
            "numberOfFiles": 55,
            "fileFormat": "Images are PNG formatted"
        },
        {
            "ob_id": 13737,
            "dataPath": "/badc/eyjafjallajokull/data/met_office/data/1_Satellite",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Eyjafjallajokull Volcanic Ash Cloud: Northern hemisphere satellite imagery",
                "uuid": "416f7d9132d64010ae4115a579e33a5a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13736/?format=api"
            },
            "volume": 30774088,
            "numberOfFiles": 71,
            "fileFormat": "Images are JPG formatted"
        },
        {
            "ob_id": 13740,
            "dataPath": "/badc/nerc-rm2010/data/snow-vegetation-atmosphere/abisko/hemispherical_photography",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Snow-Vegetation-Atmosphere Interactions over Heterogeneous Landscapes: Abisko Hemispherical Photography Images",
                "uuid": "0b38c9753f7e413d84b70e46f50a1fa0",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13739/?format=api"
            },
            "volume": 47489884,
            "numberOfFiles": 71,
            "fileFormat": "JPG images"
        },
        {
            "ob_id": 13742,
            "dataPath": "/badc/nerc-rm2010/data/snow-vegetation-atmosphere/abisko/laser_scanning",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Snow-Vegetation-Atmosphere Interactions over Heterogeneous Landscapes: Abisko Laser Scanning data",
                "uuid": "5850b3fd981a417084b9e02acf7e6fcc",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13741/?format=api"
            },
            "volume": 2997363545,
            "numberOfFiles": 32,
            "fileFormat": "compressed files (gz)"
        },
        {
            "ob_id": 13744,
            "dataPath": "/badc/nerc-rm2010/data/snow-vegetation-atmosphere/abisko/snowdepth",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Snow-Vegetation-Atmosphere Interactions over Heterogeneous Landscapes: Abisko Snow Depth data",
                "uuid": "48fb4122e4474cfb88054dfa6a33f75d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13743/?format=api"
            },
            "volume": 12564,
            "numberOfFiles": 6,
            "fileFormat": "BADC CSV format"
        },
        {
            "ob_id": 13746,
            "dataPath": "/badc/nerc-rm2010/data/snow-vegetation-atmosphere/abisko/trunk",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Snow-Vegetation-Atmosphere Interactions over Heterogeneous Landscapes: Abisko Trunk Temperature data",
                "uuid": "d7f7556c58404b86bed2883c066593a9",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13745/?format=api"
            },
            "volume": 200142,
            "numberOfFiles": 2,
            "fileFormat": "BADC CSV"
        },
        {
            "ob_id": 13748,
            "dataPath": "/badc/nerc-rm2010/data/snow-vegetation-atmosphere/abisko/weather",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Snow-Vegetation-Atmosphere Interactions over Heterogeneous Landscapes: Abisko Weather Observations data",
                "uuid": "f044d036605b451da19b902af963cf9c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13747/?format=api"
            },
            "volume": 531555,
            "numberOfFiles": 6,
            "fileFormat": "BADC CSV"
        }
    ]
}