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

{
    "ob_id": 5690,
    "uuid": "541e6d4d071873e04703c7416e65e56e",
    "title": "Polar Pathfinder Sampler (PPSM): Polar Pathfinder Products (P-Cube) data cube multi-sensor data at 100km resolution",
    "abstract": "The P-Cube data set is a 100 km resolution subset of many important variables from three Polar Pathfinder Projects in common projection (Lambert azimuthal equal-area) and common grid (EASE-Grid). For the first time, data sets from multiple sensors measuring the Arctic region are being distributed in a manner that facilitates study of polar processes and interactions between them. A \"data cube\" of the Polar Pathfinder Products, hence the name \"P-Cube,\" allows users to access variables derived from three satellite sensors and use them together. The common spatial resolution for P-Cube is dictated by the lowest resolution product (TOVS data). The P-Cube allows browsing of the multi-sensor data and exploring the relationships among the variables. For AVHRR and SSM/I data, the user may turn to the full resolution, single instrument Polar Pathfinder data sets for greater details.\r\n\r\nA wide range of polar climate research applications is possible using this multi-dimensional suite of variables from AVHRR, TOVS and passive microwave instruments. The prototype version of the P-Cube included on this CD-ROM has a temporal coverage of January 1, 1988 to December 31, 1989, and a spatial coverage poleward of 60 degrees N latitude. Future versions of the P-Cube will have expanded temporal and spatial coverage, as well as additional variables.\r\n\r\nThe current prototype version of the P-Cube includes the following: atmospheric temperature (10 levels), precipitable water (5 layers), boundary layer stratification parameter, geostrophic drag coefficient, turning angle, and microwave surface emissivity (from TOVS); surface albedo, surface (skin) temperature, solar zenith angle, cloud fraction, standard deviation of surface albedo, and standard deviation of surface temperature (from AVHRR); and total ice concentration, surface type and ice velocity (from AVHRR and SSM/I). From the National Centers for Environmental Prediction (NCEP) surface pressure is provided.\r\n\r\nPlease note that the P-Cube data set is a prototype for a potential long term data set consisting of integrated Polar Pathfinder Products. At the time of the production of the Polar Pathfinder Sampler CD-ROM, the algorithms for a number of variables are still undergoing development and validation.",
    "keywords": "CLOUDS ATMOSPHERE SEAICE CRYOSPHERE ATMOSPHERICWATERVAPOR ATMOSPHERICWINDS SNOW ATMOSPHERICTEMPERATURE ATMOSPHERICRADIATION ENGINEERING SPECTRAL",
    "publicationState": "published",
    "dataPublishedTime": "2007-02-06T02:46:27",
    "doiPublishedTime": null,
    "updateFrequency": "notPlanned",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5691/?format=api",
        "dataPath": "/badc/CDs/ppsm/PCUBE",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 215051714,
        "numberOfFiles": 750,
        "fileFormat": "Data are HDF formatted. Images are GIF formatted"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1638/?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/21919/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21955/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22860/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22865/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22874/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23196/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23198/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23199/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23200/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23201/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23202/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23204/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23211/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25843/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25846/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25857/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25860/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25872/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25875/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25885/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25905/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25908/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25920/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25939/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25944/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25958/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25959/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25960/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25961/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25962/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25963/?format=api"
    ],
    "dataLineage": "CD-ROM data produced by the National Snow and Ice Data Centre and published in 2000. Data are stored at the BADC.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3737/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8618/?format=api"
    ],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/5682/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/5679/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/24546/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/24548/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/24549/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/24544/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/24547/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/24551/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/24545/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/24550/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54984/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/51864/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/51865/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/51866/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/5693/?format=api",
    "procedureComputation": null,
    "permissions": [
        {
            "ob_id": "https://api.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"
        }
    ],
    "discoveryKeywords": [
        {
            "ob_id": 1138,
            "name": "NDGO0003"
        }
    ]
}