Observation Instance
Get a list of Observation objects.
### Available end points:
- `/observations/` - Will list all Results in the database
- `/observations.json` - Will return all Results in json format. This can
also be achieved by using the accept header. `application/json`
- `/observations/<object_id>/` - Returns Results object with that id
### Available Methods:
- `GET`
- `HEAD`
### Available filters:
- `title`
- `uuid`
- `keywords`
- `status`
- `result_field`
- `discoveryKeywords`
- `updateFrequency`
- `nonGeographicFlag`
- `publicationState`
- `permissions`
### How to use filters:
These filters can be used like django query filters using __ for related model relationships.
- `/observations/?uuid=d594d53df2612bbd89c2e0e770b5c1a0`
- `/observations/?status=completed`
- `/observations/?results_field__dataPath__startswith=/neodc/esacci`
- `/observations/?discoveryKeywords__name=ESACCI`
- `/observations/?nonGeographicFlag=True`
Filters can be stacked to build an 'AND' relationship. E.g.
- `/observations/?publicationState__in=published,citable&nonGeographicFlag=True`
- `/observations/?publicationState__in=published,citable&discoveryKeyword__name=NDGO0003`
GET /api/v2/observations/44295/?format=api
{ "ob_id": 44295, "uuid": "d3c7c95a586649d78bd20b4ae8eb3caf", "title": "HadISDH.blend: gridded global monthly land and ocean surface humidity data version 1.5.1.2024f", "abstract": "This is the HadISDH.blend 1.5.1.2024f version of the Met Office Hadley Centre Integrated Surface Dataset of Humidity (HadISDH). HadISDH.blend is a near-global gridded monthly mean surface humidity climate monitoring product. It is created from in situ observations of air temperature and dew point temperature from ships and weather stations. The observations have been quality controlled and homogenised / bias adjusted. Uncertainty estimates for observation issues and gridbox sampling are provided (see data quality statement section below). These data are provided by the Met Office Hadley Centre. This version spans 1/1/1973 to 31/12/2024.\r\n\r\nThe data are monthly gridded (5 degree by 5 degree) fields. Products are available for temperature and six humidity variables: specific humidity (q), relative humidity (RH), dew point temperature (Td), wet bulb temperature (Tw), vapour pressure (e), dew point depression (DPD).\r\n\r\nThis version extends the previous version to the end of 2024. It combines the latest version of HadISDH.land and HadISDH.marine and therefore their respective update notes. Users are advised to read the update documents in the Docs section for full details.\r\n\r\nTo keep informed about updates, news and announcements follow the HadOBS team on twitter @metofficeHadOBS.\r\n\r\nFor more detailed information e.g bug fixes, routine updates and other exploratory analysis, see the HadISDH blog: http://hadisdh.blogspot.co.uk/\r\n\r\nReferences:\r\n\r\nWhen using the dataset in a paper please cite the following papers (see Docs for link\r\nto the publications) and this dataset (using the \"citable as\" reference):\r\n\r\nWillett, K. M., Dunn, R. J. H., Kennedy, J. J. and Berry, D. I., 2020: Development of\r\nthe HadISDH marine humidity climate monitoring dataset. Earth System Sciences Data,\r\n12, 2853-2880, https://doi.org/10.5194/essd-12-2853-2020\r\n\r\nFreeman, E., Woodruff, S. D., Worley, S. J., Lubker, S. J., Kent, E. C., Angel, W. E.,\r\nBerry, D. I., Brohan, P., Eastman, R., Gates, L., Gloeden, W., Ji, Z., Lawrimore, J.,\r\nRayner, N. A., Rosenhagen, G. and Smith, S. R., ICOADS Release 3.0: A major update to\r\nthe historical marine climate record. International Journal of Climatology.\r\ndoi:10.1002/joc.4775.\r\n\r\nWillett, K. M., Dunn, R. J. H., Thorne, P. W., Bell, S., de Podesta, M., Parker, D. E.,\r\nJones, P. D., and Williams Jr., C. N.: HadISDH land surface multi-variable humidity and\r\ntemperature record for climate monitoring, Clim. Past, 10, 1983-2006,\r\ndoi:10.5194/cp-10-1983-2014, 2014.\r\n\r\nDunn, R. J. H., et al. 2016: Expanding HadISD: quality-controlled, sub-daily station\r\ndata from 1931, Geoscientific Instrumentation, Methods and Data Systems, 5, 473-491.\r\n\r\nSmith, A., N. Lott, and R. Vose, 2011: The Integrated Surface Database: Recent\r\nDevelopments and Partnerships. Bulletin of the American Meteorological Society, 92,\r\n704-708, doi:10.1175/2011BAMS3015.1\r\n\r\nWe strongly recommend that you read these papers before making use of the data, more\r\ndetail on the dataset can be found in an earlier publication:\r\n\r\nWillett, K. M., Williams Jr., C. N., Dunn, R. J. H., Thorne, P. W., Bell, S., de\r\nPodesta, M., Jones, P. D., and Parker D. E., 2013: HadISDH: An updated land surface\r\nspecific humidity product for climate monitoring. Climate of the Past, 9, 657-677,\r\ndoi:10.5194/cp-9-657-2013.", "keywords": "HadISDH, blend, humidity, surface, marine, gridded, station, specific humidity, temperature, dew point temperature, wet bulb temperature, dew point temperature, vapour pressure, in-situ", "publicationState": "citable", "dataPublishedTime": "2025-06-25T09:53:37", "doiPublishedTime": "2025-06-25T09:54:34", "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44299/?format=api", "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadISDH-blend/mon/HadISDHTable/r1/v1-5-1-2024f", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 180232956, "numberOfFiles": 8, "fileFormat": "Data are NetCDF formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12391/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56887/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56888/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56889/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56891/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56892/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56894/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56895/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67665/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67666/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67667/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67668/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67669/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67670/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67671/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67672/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67673/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67674/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67680/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67681/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67682/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67683/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67684/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67685/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67686/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67687/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67688/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67689/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67690/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67691/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67692/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67693/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67694/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67695/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67696/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67697/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67698/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67699/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67700/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67701/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67702/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67703/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67704/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67705/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67706/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67707/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67708/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67709/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/67710/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70752/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70754/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70756/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70757/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70758/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70759/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70760/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73571/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73572/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/73573/?format=api" ], "dataLineage": "HadISDH.blend is a global land (~2 m) and ocean (~10 m) surface humidity dataset and is produced by the Met Office Hadley Centre in collaboration with CRU, Maynooth University, NPL, NOAA-NCEI and NOC. It is based on the sub-daily station observations from HadISD (originally from ISD) and ship observations from the International Comprehensive Ocean-Atmosphere Data Set (ICOADS). It is passed to the Centre for Environmental Data Analysis (CEDA) for archiving and distribution. Gridboxes containing both land and marine data are combined using a weighted average with a minimum and maximum weighting of 25% and 75% respectively.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13426/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/13164/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/13522/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211928/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211929/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211930/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211931/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211932/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211933/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211925/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211926/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211927/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211935/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211934/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211936/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211938/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211939/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211940/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211941/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211942/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30535/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [] }