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

{
    "ob_id": 38131,
    "uuid": "7231e85e8ec34e36a6d2815d7edf2330",
    "title": "Deep Convective Microphysics Experiment (DCMEX)",
    "abstract": "The goal of the Deep Convective Microphysics Experiment (DCMEX) project is to ultimately reduce the uncertainty in equilibrium climate sensitivity by improving the representation of microphysical processes in global climate models (GCMs). It is the anvils produced by tropical systems in particular, that contribute significantly to cloud feedbacks. The anvil radiative properties, lifetimes and areal extent are the key parameters. DCMEX will determine the extent to which these are influenced, or even controlled by the cloud microphysics including the habits, concentrations and sizes of the ice particles that make up the anvils, which in turn depend on the microphysical processes in the mixed-phase region of the cloud as well as those occurring in the anvil itself.\r\n\r\nA measurement campaign took place in July-August 2022 over the Magdalena mountains, New Mexico. The FAAM BAe-146 aircraft, dual-polarisation doppler radar, aerosol instruments and stereo-camera observations collected data which was then combined with modelling activities to improve the representation of deep convective microphysics within climate models.",
    "keywords": "DCMEX, FAAM, Met Office",
    "status": "ongoing",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/12198/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/38137/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/181652/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/181653/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/181654/?format=api"
    ]
}