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

{
    "ob_id": 6189,
    "uuid": "7bfa6272fbd50b12d3e2828d59fdda7a",
    "title": "COSIC - COntrails Spreading into Cirrus",
    "abstract": "Air travel and its associated emissions are growing faster than other sectors. These emissions are predicted to contribute a significant warming of climate over the coming century. One of aviation?s largest effects is likely to be that due to contrails and especially aviation induced cirrus, but these effects remain more-or-less unquantified (Forster et al., 2007). The two previous estimates have relied on correlating air traffic with cirrus coverage and have both large uncertainties and methodological problems. The ultimate aim of this project is, for the first time, to build a physically based parameterization of aviation induced cirrus to determine its role in climate change. \n\nThe project aims to conduct studies of water vapour, ice crystal habit, turbulence and radiative properties of contrail as it either spreads into cirrus or dissipates. Boundary conditions for LEM studies of contrail lifecycles will be delivered and Measurements of radiative forcing from spreading contrail taken for comparison to other cases. Case studies for testing later contrail cirrus parameterization in the Unified Model will be also be considered",
    "keywords": "",
    "status": "",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4013/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4014/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6186/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/26217/?format=api"
    ]
}