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

{
    "ob_id": 36908,
    "uuid": "01021a90c0c2481c909bdb145cb72398",
    "title": "Arctic Cold Air Outbreak (ACAO) - FAAM Aircraft Project",
    "abstract": "The Arctic Cold Air Outbreak (ACAO) airborne field campaign was undertaken by the Met Office using the FAAM BAe-146 aircraft in March 2022 operating out of Kiruna, Sweden. \r\n\r\nIn addition to the Met Office, scientists from the Universities of Manchester and Leeds participated in the campaign to make novel in-situ airborne measurements of the evolution of cold-air outbreaks (CAOs), in terms of the meteorology, atmospheric composition and clouds, from the Marginal Ice Zone (MIZ) to Scandinavia.\r\n\r\nRepresenting the processes important for the formation and evolution of these mixed-phase clouds in models is extremely challenging, yet acutely important for the radiation budget of mid- and high-latitude clouds. Close co-ordination between ACAO flights and four other research aircraft that are scheduled to operate in the region at the same time, with complimentary scientific objectives, facilitated a unique opportunity to collect a more comprehensive dataset. This will be used to evaluate and develop improvements to the representation of mixed-phase clouds in the Unified Model that is used by the Met Office for operational Numerical Weather Prediction and climate simulations.",
    "keywords": "ACAO, FAAM, Met Office",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/12067/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/36911/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/176582/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/176583/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213042/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213043/?format=api"
    ]
}