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

{
    "ob_id": 43467,
    "uuid": "128cb0c2cf1c43c8a5f0b7ffe58325d0",
    "title": "Measurements of particle number size distributions, sulfuric acid, and oxygenated organic molecules at five sites",
    "abstract": "These files contain measurements of the particle number size distribution (PNSD) taken with a suite of instruments explained below, as well as gas phase sulfuric acid (H2SO4), gas phase sulfuric acid (H2SO4 dimer), and oxygenated organic molecules (OOMs) as measured by Nitrate CIMS (Chemical Ionisation Mass Spectrometer).\r\n\r\nThe data were taken at five urban site across Europe. At an urban background site in Manchester, UK (MAN_UB), one at an urban background site and one at a roadside site in Leipzig, Germany (LEJ_UB, LEJ_RS ), one at an urban background site and one at a roadside site in Barcelona, Spain (BCN_UB, BCN_RS).",
    "keywords": "PNSD,NPF,Aerosol,CIMS,Chemical ionisation,nucleation,growth",
    "publicationState": "preview",
    "dataPublishedTime": null,
    "doiPublishedTime": null,
    "updateFrequency": "notPlanned",
    "status": "pending",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/43577/?format=api",
        "dataPath": "/badc/deposited2025/Urban_Atmosphere_Particle_Formation/",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 941740923,
        "numberOfFiles": 10,
        "fileFormat": "csv"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12058/?format=api",
    "geographicExtent": null,
    "nonGeographicFlag": true,
    "phenomena": [],
    "dataLineage": "All data were collected by James Brean, Alex Rowell, and David C.S. Beddows. The instrument calibrations were performed by James Brean and Alex Rowell. The PNSD data were collected across multiple instruments, data inversion was performed and the data were corrected for line-losses and multiple charges where appropriate. Where multiple columns were used and there were discrepanacies between the magnitudes of the size distribution in the regions with overlap (e.g., long and nanoSMPS), the nanoSMPS was corrected to the longSMPS, and the integrated counts of the resultant PNSD were compared with a CPC if available.\r\n\r\nThe LongSMPS, NanoSMPS, and CPC instruments were intercompared and calibrated at the World Calibration Centre for Aerosol Physics (WCCAP) before deployment in Leipzig, Germany.\r\n\r\nThe CIMS data were mass calibrated, background corrected, and the peak widths were established, and the peak fits were consequently performed in ToFware 3.2.5.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/43468/?format=api"
    ],
    "observationcollection_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208060/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206936/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206937/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206938/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206939/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206940/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206941/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206935/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206942/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206943/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206944/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/206945/?format=api"
    ],
    "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/43469/?format=api",
    "procedureCompositeProcess": null,
    "procedureComputation": null,
    "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": []
}