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

{
    "ob_id": 6769,
    "uuid": "e6c3cb6ac04fd054ea86c5c8834b5381",
    "title": "Ice Nuclearisation in Wave Clouds (NU-WAVE)",
    "abstract": "The Met Office NU-WAVE (Ice Nuclearisation in Wave Clouds) project aimed at studying ice crystal nucleation in orographic wave clouds. NU_WAVE was to study the nucleation of ice crystals in orographic wave clouds and its dependence on the physical and chemical properties of the input aerosol. The primary aim was to study heterogeneous nucleation processes acting in the temperature range 0 to -35C (but principally -15 to -35C). Where possible, however, the influence of homogeneous nucleation a temperatures colder than -35C were also studied. It was based on a 2-flight campaign (November 2004) on board the FAAM aircraft. Flights involved penetration of single wave clouds, trains of wave clouds and extensive sheets of cirrus formed by orographic effects.",
    "keywords": " NU-WAVE, FAAM, Ice, Clouds",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9090/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4457/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4458/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6766/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/29025/?format=api"
    ]
}