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

{
    "ob_id": 3946,
    "uuid": "711a0228ede564eaf287218a00d9a9d5",
    "title": "Data from the 25km70lev configuration of the Met Office Global NWP model - Release 01/2013",
    "abstract": "Data from the operational NWP (Numerical Weather Prediction) output from the global atmospheric part of the Met Office Unified Model. Analyses and first forecast steps are stored to give an hourly time resolution for 6 hours following each analysis time-step. This archive currently holds data from January 2012 onwards but data will be back populated for earlier years.",
    "keywords": "NWP, Met Office, UM, unified model, Global atmospheric model",
    "publicationState": "published",
    "dataPublishedTime": "2013-09-18T19:09:44",
    "doiPublishedTime": null,
    "updateFrequency": "notPlanned",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3947/?format=api",
        "dataPath": "/badc/ukmo-nwp/data/global/25km70lev/r2013_01",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 3856630984155,
        "numberOfFiles": 2492,
        "fileFormat": "Met Office PP format"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1126/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2730/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2731/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2732/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2733/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2734/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2735/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2736/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2737/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2738/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2743/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2744/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2745/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2746/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2747/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2748/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2749/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2750/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2751/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2752/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2753/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2756/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2757/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2758/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2760/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2761/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2763/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2764/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2765/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2766/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2769/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2770/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2771/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2777/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2787/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2791/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2796/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2799/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2802/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2803/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2804/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2807/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2817/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2818/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2823/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2825/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2826/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2827/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2828/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2829/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2830/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2831/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2832/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2833/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2834/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2835/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2836/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2837/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2839/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2840/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2841/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2842/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2843/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2844/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2845/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2847/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2848/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2849/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2850/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2853/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2854/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2855/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2856/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2857/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2858/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2859/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2860/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2861/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2862/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2868/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2869/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2873/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2874/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2875/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2876/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2877/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2878/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2880/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2881/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2882/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2889/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2890/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2891/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2893/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2894/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2911/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2912/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2920/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2942/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2950/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2957/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2968/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2980/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3349/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3350/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3351/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3352/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3353/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3354/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3355/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3356/?format=api"
    ],
    "dataLineage": "Following data transfer issues between the Met Office and the BADC, the Met Office NWP data updates were suspended on 18th January 2012. A new data transfer route was established and at the same time, CEDA-BADC decided to revamp the entire NWP archive and created a new NWP archive. This new archive is essentially a mirror of a subset of the NWP archive at the Met Office (as extracted from the Met Office Archive Storage System (MASS)).",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2702/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8711/?format=api"
    ],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/555/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3939/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/1042/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/53003/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19363/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19368/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19362/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19365/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19366/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19367/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19364/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54820/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168614/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/1045/?format=api",
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2667/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "registered",
            "accessRoles": null,
            "label": "registered: None group",
            "licenceURL": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
            "licenceClassifications": "personal, academic, policy"
        }
    ],
    "discoveryKeywords": [
        {
            "ob_id": 1138,
            "name": "NDGO0003"
        }
    ]
}