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

{
    "ob_id": 14565,
    "uuid": "c00d02a4c7fa4fbea2d6d8ebbc3be5c0",
    "title": "ESA Greenhouse Gases Climate Change Initiative (GHG CCI): GOSAT CO2 Level 2 Data Product (CO2_GOS_SRFP) version 2.3.7, generated with the SRFP (RemoTeC) algorithm",
    "abstract": "Part of the European Space Agency's (ESA) Greenhouse Gases (GHG) Climate Change Initiative (CCI) project and Climate Research Data Package Number 2 (CRDP#3), the XCO2 GOSAT product comprises a level 2, column-averaged dry-air mole fraction (mixing ratio) for carbon dioxide (CO2). The product has been produced using data acquired from the Thermal and Near Infrared Sensor for Carbon Observations (TANSO-FTS) NIR and SWIR spectra, onboard the Japanese Greenhouse gases Observing Satellite (GOSAT). In this case, the RemoTeC Full Physics (SRFP) algorithm, jointly developed at SRON and KIT, has been applied to the TANSO-FTS data. A second product, generated using the OCFP (University of Leicester Full Physics) algorithm, is also available.\r\n\r\nThe data product is stored per day in a single NetCDF file. Retrieval results are provided for the individual GOSAT spatial footprints, no averaging having been applied. The product file contains the key standard products, i.e. the retrieved column averaged dry air mixing ratio XCO2 with bias correction, averaging kernels and quality flags, as well as secondary products specific for the RemoTeC algorithm. For further information, including details of the SRFP algorithm and the TANSO-FTS instrument, please see the associated product user guide (PUG) or the Algorithm Theoretical Basis Document in the documentation section.\r\n\r\nThe GHG-CCI team encourage all users of their products to register with them to receive information on any updates or issues regarding the data products and to receive notification of new product releases. To register, please use the following link: http://www.iup.uni-bremen.de/sciamachy/NIR_NADIR_WFM_DOAS/CRDP_REG/",
    "keywords": "ESA, GHG, CCI, CO2, SRFP",
    "publicationState": "published",
    "dataPublishedTime": "2016-04-11T08:23:51",
    "doiPublishedTime": null,
    "updateFrequency": "unknown",
    "status": "superseded",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/14566/?format=api",
        "dataPath": "/neodc/esacci/ghg/data/crdp_3/GOSAT/CO2_GOS_SRFP/2.3.7/",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 1004662099,
        "numberOfFiles": 2024,
        "fileFormat": "Data are in NetCDF format"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3847/?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/50416/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55529/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55531/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55532/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55533/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66434/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66435/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66436/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66439/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66440/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66441/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66442/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66443/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66444/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66445/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66446/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66449/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66450/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66451/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66452/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66458/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66473/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66474/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69612/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69613/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69614/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69615/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69616/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69617/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69618/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69619/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69620/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69621/?format=api"
    ],
    "dataLineage": "Data were processed by the ESA CCI GHG project team and supplied to CEDA as part of the ESA CCI Open Data Portal Project",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/13295/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/12808/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56473/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56474/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56475/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56476/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/104885/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105099/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105278/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56477/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": null,
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2564/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "public",
            "accessRoles": null,
            "label": "public: None group",
            "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_ghg_terms_and_conditions.pdf",
            "licenceClassifications": "any"
        }
    ],
    "discoveryKeywords": [
        {
            "ob_id": 1138,
            "name": "NDGO0003"
        }
    ]
}