Get a list of Project objects. Projects have a 1:1 mapping with Observations.

### Available end points:

- `/projects/` - Will list all Projects in the database
- `/projects.json` - Will return all Projects in json format
- `/projects/<object_id>/` - Returns Projects object with that id

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `uuid`
- `status`
- `title`
- `keywords`

### How to use filters:

- `/projects/?uuid=ab4ca8d019d148f78afba1cd20872bdd`

- `/projects/?title__icontains!=Project details`

- `/projects.json?status=ongoing`

GET /api/v2/projects/14434/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "ob_id": 14434,
    "uuid": "b7afa77087be4853bd2988ecdf0f1108",
    "title": "UTLS-Ozone: Dynamics and Chemistry of Frontal Zones (DCFZ)",
    "abstract": "Frontal zones are regions where are descending from the upper troposphere and lower stratosphere comes in close proximity to rising air of recent boundary-layer origin. Such zones are often strongly sheared and subject to shearing instability and mixing.\r\n\r\nThe aim of the UTLS-DCFZ project was to investigate the nature and effect of the mixing of the two airmasses which may be characterised by very different chemical compositions. In particular, the experimental campaign helped answer questions concerning:\r\n\r\nThe distribution of chemical species around fronts.\r\nThe role of frontal systems in transporting chemical species from the boundary layer and the stratosphere into the troposphere.\r\nThe extent and rate of mixing between the differing air-masses in the vicinity of fronts.\r\nThe effect of this mixing on the photochemistry of OH and ozone.\r\nThe effect of this mixing on the dynamical structure of the front, which will feed back through 1. and 2. above.\r\n\r\nFive flights were carried out between January and April 1999, two of which were in the period which overlapped with MAXOX. These flights sampled a range of frontal situations, so the main improvement which could be made to the dataset would be to sample more fronts in a similar way, to improve the statistical basis for any analysis. Aircraft measurements of the chemical (e.g. CO, O3, NOx as well as MAXOX measureables during some of the flights), thermodynamic, physical (e.g. liquid water content, CCN etc.) and dynamical characteristics of a number of frontal situations were made. Chilbolton radar images are also available.",
    "keywords": "UTLS, Egrett, meteorology, chemistry",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6573/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/2325/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56011/?format=api"
    ]
}