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

{
    "ob_id": 6169,
    "uuid": "62b7c0a31297c5a0fe115083eb8036c6",
    "title": "NERC Mesosphere-Stratosphere-Troposphere (MST) Radar Facility: Surface precipitation data from the Vaisala WXT510 instrument, Capel Dewi site, Wales (2007-2015)",
    "abstract": "Surface precipitation measurements from the precipitation sensor on the Vaisala WXT510 instrument deployed at the Natural Environment Research Council's (NERC) Mesosphere-Stratosphere-Troposphere (MST) Radar Facility, Capel Dewi, near Aberystwyth in West Wales. \r\n\r\nThese data are available to any registered CEDA user under the UK Open Government Licence.\r\n\r\nSurface pressure, temperature and humidity data (PTU) from this instrument are also available as a separate dataset within the MST Radar Facility dataset collection.\r\n\r\nThe WXT-510 instrument at the site began operational recording in December 2007 and ceased in January 2015, subsequently being replaced by a Vaisala WXT-520 instrument. The WXT520 data are also available from CEDA as part of the MST Radar Facility's dataset collection.\r\n\r\nIndependent surface meteorological data are also collected from a suite of instruments by a Campbell Scientific CR10 Climate Data Logger. These data are available as a separate dataset within the MST Radar Facility dataset collection.",
    "keywords": "MST, precipitation, surface meteorology",
    "publicationState": "citable",
    "dataPublishedTime": "2012-09-28T14:25:41",
    "doiPublishedTime": "2017-08-25T11:05:37",
    "updateFrequency": "notPlanned",
    "status": "completed",
    "result_field": {
        "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/6170/?format=api",
        "dataPath": "/badc/mst/data/met-sensors-wxt510-precip",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 56281433,
        "numberOfFiles": 2496,
        "fileFormat": "Data are in Climate and Forecast conventions (CF) compliant netCDF files."
    },
    "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/1815/?format=api",
    "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/515/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/21941/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/91693/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/91695/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/91696/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/91697/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/91742/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/91750/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/91751/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/91770/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/91779/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/91782/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/91797/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/91805/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/91807/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/91878/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/91890/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102013/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102014/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102015/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102016/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102017/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102018/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102019/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102020/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102021/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102022/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102023/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102024/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102025/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102026/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102027/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102028/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102029/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102030/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102031/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102032/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102033/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102034/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102035/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102036/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102037/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102038/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102039/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102040/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102041/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102042/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102043/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102044/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102045/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102046/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102047/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102048/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102049/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102050/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102051/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102052/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102053/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102054/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102055/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102056/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102057/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102058/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102059/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102060/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102061/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102062/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102063/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102064/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102065/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102066/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102067/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102068/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102069/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102070/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102071/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102072/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102073/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102074/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102075/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102076/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102077/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102078/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102079/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102080/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102081/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102082/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102083/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102084/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102085/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102086/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102087/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102088/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102089/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102090/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102091/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102092/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102093/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102094/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102095/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102096/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102097/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102098/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102099/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102100/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102101/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102102/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102103/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102104/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102105/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102106/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102107/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102108/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102109/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102110/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102111/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102112/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102113/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102114/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102115/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102116/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102117/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102118/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102119/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102120/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102121/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102122/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102123/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102124/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102125/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102126/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102127/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102128/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102129/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102130/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102131/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102132/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102133/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102134/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102135/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102136/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102137/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102138/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102139/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102140/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102141/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102142/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102143/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102144/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102145/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102146/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102147/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102148/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102149/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102150/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102151/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102152/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102153/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102154/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102155/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102156/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102157/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102158/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102159/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102160/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102161/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102162/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102163/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102164/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102165/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102166/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102167/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102168/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102169/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102170/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102171/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102172/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102173/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102174/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102175/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102176/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102177/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102178/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102179/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102180/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102181/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102182/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102183/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102184/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102185/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102186/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102187/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102188/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102189/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102190/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102191/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102192/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102193/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102194/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102195/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102196/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102197/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102198/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102199/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102200/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102201/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102202/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102203/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102204/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/102205/?format=api"
    ],
    "dataLineage": "Data were acquired by the MST radar facility and sent to the British Atmospheric Data Centre (BADC) within an hour of acquisition. Data were then immediately ingested into the BADC archives.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://catalogue.ceda.ac.uk/api/v2/identifiers/9329/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/identifiers/3997/?format=api"
    ],
    "projects": [
        "https://catalogue.ceda.ac.uk/api/v2/projects/25330/?format=api"
    ],
    "observationcollection_set": [
        "https://catalogue.ceda.ac.uk/api/v2/observationcollections/6117/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://catalogue.ceda.ac.uk/api/v2/rpis/26132/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/26131/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/26136/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/26133/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/26134/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/26135/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/26137/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/26130/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/101577/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/46266/?format=api"
    ],
    "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/6171/?format=api",
    "procedureCompositeProcess": null,
    "procedureComputation": null,
    "permissions": [
        {
            "ob_id": "https://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, attribution required"
        }
    ],
    "discoveryKeywords": [
        {
            "ob_id": 1138,
            "name": "NDGO0003"
        }
    ]
}