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

{
    "ob_id": 31926,
    "uuid": "dc91f5e39ae34fd883af81dfdbaf659c",
    "title": "Monthly mean climate data from a transient simulation with the Whole Atmosphere Community Climate Model eXtension (WACCM-X) from 1950 to 2015",
    "abstract": "This dataset comprises monthly mean data from a global, transient simulation with the Whole Atmosphere Community Climate Model eXtension (WACCM-X) from 1950 to 2015. WACCM-X is a global atmosphere model covering altitudes from the surface up to ~500 km, i.e. including the troposphere, stratosphere, mesosphere and thermosphere. \r\n\r\nWACCM-X version 2.0 (Liu et al., 2018) was used, part of the Community Earth System Model (CESM) release 2.1.0 made available by the US National Center for Atmospheric Research. The model was run in free-running mode with a horizontal resolution of 1.9° latitude  2.5° longitude (giving 96 latitude points and 144 longitude points) and 126 vertical levels. Further description of the model and simulation setup is provided by Cnossen (2020) and references therein. A large number of variables are included on standard monthly mean output files on the model grid, while selected variables are also offered interpolated to a constant height grid or vertically integrated in height (details below). Zonal mean and global mean output files are included as well.\r\n\r\nThe following data file types are included:\r\n1)Monthly mean output on the full grid for the full set of variables; [DFT] = ''\r\n2)Zonal mean monthly mean output for the full set of variables; [DFT] = _zm\r\n3)Global mean monthly mean output for the full set of variables; [DFT] = _gm\r\n4)Height-interpolated/-integrated output on the full grid for selected variables; [DFT] = _ht\r\n\r\nA cos(latitude) weighting was used when calculating the global means.\r\n\r\nData were interpolated to a set of constant heights (61 levels in total) using the Z3GM variable (for variables output on midpoints, with \"lev\" as the vertical coordinate) or the Z3GMI variable (for variables output on interfaces, with \"ilev\" as the vertical coordinate) stored on the original output files (type 1 above). Interpolation was done separately for each longitude, latitude and time. \r\n\r\nMass density (DEN [g/cm3]) was calculated from the M_dens, N2_vmr, O2, and O variables on the original data files before interpolation to constant height levels. \r\n\r\nThe Joule heating power QJ [W/m3] was calculated using Q_J=_P B^2 [(u_i-u_n )^2+(v_i-v_n )^2+(w_i-w_n )^2] with P = Pedersen conductivity [S], B = geomagnetic field strength [T], ui, vi, and wi = zonal, meridional, and vertical ion velocities [m/s] and un, vn, and wn = neutral wind velocities [m/s]. QJ was integrated vertically in height (using a 2.5 km height grid spacing rather than the 61 levels on output file type 4) to give the JHH variable on the type 4 data files. The QJOULE variable also given is the Joule heating rate [K/s] at each of the 61 height levels.\r\n\r\nAll data are provided as monthly mean files with one time record per file, giving 792 files for each data file type for the period 1950-2015 (66 years).",
    "keywords": "WACCM-X, model, climate",
    "publicationState": "citable",
    "dataPublishedTime": "2020-10-13T14:13:10",
    "doiPublishedTime": "2020-10-21T13:12:52",
    "updateFrequency": "",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31927/?format=api",
        "dataPath": "/badc/deposited2020/WACCM-X_1950-2015/data",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 513863448298,
        "numberOfFiles": 3171,
        "fileFormat": "Data are netCDF formatted."
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8752/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28669/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28670/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51981/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52192/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52193/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54920/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54921/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54923/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54924/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54925/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54926/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54927/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54928/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54929/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54930/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54931/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54932/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54933/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54934/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54935/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54936/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54937/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54938/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54939/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54940/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54941/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54943/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54944/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54946/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54947/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54948/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54949/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54952/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54954/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54955/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54956/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54963/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54964/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54965/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54998/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54999/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55000/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55001/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55002/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55003/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55004/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55005/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55006/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55007/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55008/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55009/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55010/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55011/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55012/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55013/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55014/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55015/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55016/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55017/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55018/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55019/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55020/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55021/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55022/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55023/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55024/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55026/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55027/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55028/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55029/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55030/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55031/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55032/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55033/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55034/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55035/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55036/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55037/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55038/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55039/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55040/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55041/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55042/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55043/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55044/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55045/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55046/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55047/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55048/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55049/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55050/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55051/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55052/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55053/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55054/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55055/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55056/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55057/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55058/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55059/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55060/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55061/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55062/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55063/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55064/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55065/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55066/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55067/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55068/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55069/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55070/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55071/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55072/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55073/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55074/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55075/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55076/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55077/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55078/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55080/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55081/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55082/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55083/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55084/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55085/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55086/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55087/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55088/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55089/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55090/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55091/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55092/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63012/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79993/?format=api"
    ],
    "dataLineage": "Data were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10787/?format=api"
    ],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/37834/?format=api"
    ],
    "observationcollection_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141105/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141106/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141107/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141109/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141110/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141112/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141113/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141108/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168806/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31928/?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": [
        {
            "ob_id": 1138,
            "name": "NDGO0003"
        }
    ]
}