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

{
    "ob_id": 43998,
    "uuid": "fc735f9878ed43e293b85f85e40df24d",
    "title": "Machine Learning for Hourly Air Pollution Prediction in England (ML-HAPPE)",
    "abstract": "This dataset contains estimates of air pollution levels across England for every hour of the year 2018. It covers seven major air pollutants that can affect human health and the environment. The data cover major air pollutants, including Nitrogen Dioxide (NO2), Nitric Oxide (NO), Nitrogen Oxides (NOx), Ozone (O3), Particulate Matter smaller than 10 micrometres (PM10) and smaller than 2.5 micrometres (PM2.5), and Sulphur Dioxide (SO2). Each air pollutant's concentrations are predicted not only as average (mean) values but also include estimates at lower (5th percentile), median (50th percentile), and upper (95th percentile) levels to highlight typical and potential extreme pollution scenarios.\r\n\r\nThe spatial coverage of the dataset includes the entire area of England, structured as an evenly spaced grid, with each grid square covering an area of 1 square kilometre (1 km x 1 km). Data points correspond to the centre of these grid squares. The complete air pollution England dataset includes hourly estimates for the entire year 2018, covering all 365 days and 24 hours of each day. There is also training data used for the model from real-world ambient air pollution monitoring stations, which encompasses the temporal period of 2014-2018, alongside the models used to make the predictions.\r\n\r\nThese pollution estimates were produced using a supervised machine learning method, which is a computational approach where algorithms are trained to identify patterns in historical data and apply these learned patterns to predict new data points. The predictions incorporated various environmental factors, including weather conditions (e.g., temperature, wind, precipitation), human activities (traffic patterns), satellite measurements, land-use types (urban, rural, industrial areas), and emission inventories (datasets detailing pollutants released into the atmosphere). Additionally, the dataset provides uncertainty intervals through percentile-based estimates, giving users insights into the reliability of the predictions.\r\n\r\nThis dataset was created to provide access to detailed, high-resolution estimates of actual air pollution concentrations across England. Unlike simpler models or general air quality scenarios, this dataset offers hour-by-hour predictions of air pollution levels at a fine spatial scale (1 km x 1 km), delivering a realistic and actionable understanding of air quality patterns at a resolution not previously available. By providing detailed, hourly estimates based on real-world environmental conditions and emissions data, the dataset makes it possible to support evidence-based decision-making and address essential challenges in regions where direct pollution measurements may not be available.\r\n\r\nThe dataset was created by Liam J. Berrisford at the University of Exeter during his PhD studies, supported by the UK Research and Innovation (UKRI) Centre for Doctoral Training in Environmental Intelligence. Full methodological details and data validation information are available in the associated open-access scientific publication. For more information about the data, see the README.md archived alongside this dataset.\r\n\r\nThis dataset provides hourly predictions of air pollution concentrations for England throughout the year 2018. These values are not direct measurements from monitoring stations but rather model-based estimates generated using a supervised machine-learning approach. The model was trained using real observations from the UK's national monitoring network, but it is capable of making predictions even in areas without any nearby monitoring stations. This means that the dataset offers complete spatial and temporal coverage, filling in gaps where no sensor data exists. This dataset focuses exclusively on England for the year 2018 and does not include data for other years or regions of the UK.",
    "keywords": "Ambient Air Quality,England,Nitrogen Dioxide,Nitrogen Oxides,Ozone,Particulate Matter,Sulphur Dioxide,Machine Learning,AI",
    "publicationState": "citable",
    "dataPublishedTime": "2025-04-30T09:38:13",
    "doiPublishedTime": "2025-05-01T10:58:20.449893",
    "updateFrequency": "notPlanned",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44162/?format=api",
        "dataPath": "/badc/deposited2025/ML-HAPPE",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 1287658564646,
        "numberOfFiles": 20158,
        "fileFormat": "NetCDF and JSON"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12299/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4749/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84201/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84202/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84203/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84204/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84205/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84206/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84207/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84208/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84209/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84210/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84211/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84212/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84213/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84214/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84215/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84216/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84217/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84218/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84219/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84220/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84221/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84222/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84223/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84224/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84225/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84226/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84227/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84228/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84229/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84230/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84231/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84232/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84233/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84234/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84235/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84236/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84237/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84238/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84239/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84240/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84241/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84242/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84243/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84244/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84245/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84246/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84247/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84248/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84249/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84250/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84251/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84252/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84253/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84254/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84255/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84256/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84257/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84258/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84259/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84260/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84261/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84262/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84263/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84264/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84265/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84266/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84267/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84268/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84269/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84270/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84271/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84272/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84273/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84274/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84275/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84276/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84277/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84278/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84279/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84280/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84281/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84282/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84283/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84284/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84285/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84286/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84287/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84288/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84289/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84290/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84291/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84292/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84293/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84294/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84295/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84296/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84297/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84298/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84299/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84300/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84301/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84302/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84303/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84304/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84305/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84306/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84307/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84308/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84309/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84310/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84311/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84312/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84313/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84314/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84315/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84316/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84317/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84318/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84319/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84320/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84321/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84322/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84323/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84324/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84325/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84326/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84327/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84328/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84329/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84330/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84331/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84332/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84333/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84334/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84335/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84336/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84337/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84338/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84339/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84340/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84341/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84342/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84343/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84344/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84345/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84346/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84347/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84348/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84349/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84350/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84351/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84352/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84353/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84354/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84355/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84356/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84357/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84358/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84359/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84360/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84361/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84362/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84363/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84364/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84365/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84366/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84367/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84368/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84369/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84370/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84371/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84372/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84373/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84374/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84375/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84376/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84377/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84378/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84379/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84380/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84381/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84382/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84383/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84384/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84385/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84386/?format=api"
    ],
    "dataLineage": "This dataset was produced through a research initiative at the University of Exeter. It was created using a supervised machine learning model, a type of artificial intelligence that learns patterns from existing data and applies those patterns to predict unknown values. Historical data from ambient air pollution monitoring stations across England were used to train the machine learning model. Input data included meteorological factors (such as wind speed and temperature), traffic activity levels, land-use information, satellite-based measurements, and emissions data. Predictions were validated for accuracy and reliability, with uncertainty intervals (5th, 50th, and 95th percentiles) calculated to indicate confidence in the estimates.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13369/?format=api"
    ],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/43886/?format=api"
    ],
    "observationcollection_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211259/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/210388/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/210389/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/210390/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/210391/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/210392/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/210393/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/210394/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44176/?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": []
}