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

{
    "ob_id": 3868,
    "uuid": "798b90d6eec65e6436c34c329df8b9c4",
    "title": "ACCMIP: CICERO (Centre for Internation Climate and Environment Reasrch, Oslo) climate model output",
    "abstract": "The Atmospheric Chemistry and Climate Model Intercomparison Project (ACCMIP) was organized under the auspices of Atmospheric Chemistry and Climate (AC&C), a project of International Global Atmospheric Chemistry (IGAC) and Stratospheric Processes And their Role in Climate (SPARC) under International Geosphere Bisosphere Programme (IGBP) and World Climate Research Programme (WCRP). The Atmospheric Chemistry and Climate Model Intercomparison Project (ACC-MIP) consists of several sets of simulations that have were designed to facilitate useful evaluation and comparison of the AR5 (Intergovernmental Committee on Climate Change Assessment Report 5) transient climate model simulations.\r\n\r\nThis dataset contains measurements from climate simulations from CICERO of the 20th century and the future projections, which output feedback between dynamics, chemistry and radiation in every model time step. The data are collected from running the latest set of ozone precursor emissions scenarios, which output tropospheric ozone changes from 1850 to 2100.",
    "keywords": "ACCMIP, Model, chemistry, climate",
    "publicationState": "published",
    "dataPublishedTime": "2011-08-24T10:09:43",
    "doiPublishedTime": null,
    "updateFrequency": "notPlanned",
    "status": "completed",
    "result_field": {
        "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3869/?format=api",
        "dataPath": "/badc/accmip/data/CICERO",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 48249035152,
        "numberOfFiles": 3677,
        "fileFormat": "Data are netCDF formatted"
    },
    "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/1103/?format=api",
    "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/71/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6323/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6324/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6339/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6340/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6342/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6343/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6344/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6345/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6346/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6347/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6349/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6350/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6351/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6352/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6353/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6354/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6355/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6356/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6357/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6358/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6359/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6360/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6361/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6362/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6363/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6364/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6365/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6366/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6367/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6368/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6369/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6370/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6371/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6372/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6373/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6374/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6375/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6377/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6378/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6379/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6380/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6381/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6382/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6383/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6384/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6385/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6386/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6387/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6388/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6389/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6391/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6392/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6393/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6394/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6395/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6396/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6397/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6398/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6399/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6400/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6401/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6402/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6403/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6404/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6405/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6406/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6407/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6408/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6409/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6410/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6411/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6412/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6413/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6414/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6415/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6416/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6417/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6418/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6419/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6420/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6421/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6422/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6423/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6424/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6425/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6426/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6427/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6428/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6429/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6430/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6431/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6433/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6434/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6435/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6436/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6437/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6438/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6439/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6440/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6441/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6442/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6443/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6444/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6445/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6447/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6448/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6449/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6450/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6451/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6452/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6453/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6454/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6455/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6456/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6457/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6458/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6459/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6461/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6464/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6465/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6466/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6467/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6468/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6469/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6470/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6471/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6472/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6475/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6477/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6478/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6479/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6480/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6485/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6486/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6487/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6488/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6490/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/6496/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/53146/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/53147/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/57311/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/57312/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/57313/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/57314/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/57315/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/57316/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/57317/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/57318/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/57319/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/57320/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/99177/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/99178/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/99179/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/99180/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/99181/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/99182/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/99183/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/99184/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/99185/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/99186/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/99187/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/99188/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/99189/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/phenomona/99190/?format=api"
    ],
    "dataLineage": "The ACCMIP model output uses CMOR (Climate Model Output Rewriter) to convert data to CF netCDF. The CMOR conversion is performed by the individual modelling groups and the resulting CF netCDF files are archived at CEDA.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://catalogue.ceda.ac.uk/api/v2/identifiers/2609/?format=api"
    ],
    "projects": [
        "https://catalogue.ceda.ac.uk/api/v2/projects/3866/?format=api"
    ],
    "observationcollection_set": [
        "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3863/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://catalogue.ceda.ac.uk/api/v2/rpis/19099/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/19101/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/19102/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/19103/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/19104/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/42647/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/42648/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/19100/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/3870/?format=api",
    "permissions": [
        {
            "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2528/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "public",
            "accessRoles": null,
            "label": "public: None group",
            "licenceURL": "http://creativecommons.org/licenses/by/4.0/",
            "licenceClassifications": "any, attribution required"
        }
    ],
    "discoveryKeywords": [
        {
            "ob_id": 1138,
            "name": "NDGO0003"
        }
    ]
}