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

{
    "ob_id": 2801,
    "uuid": "1fceed5b4c4ae96fed2a0dd38c993a92",
    "title": "Continuum Absorption in the Visible and Infrared and its Atmospheric Relevance (CAVIAR)",
    "abstract": "The CAVIAR campaign will be part of a large consortium which includes theoretical studies of the water dimer, FTS and Cavity Ring Down measurements of continuum absorption in the laboratory and modelling studies of the impact of the continuum on the Earth's radiation budget for present day and possible future climates. The CAVIAR campaign will use instruments on board the FAAM BAe-146 aircraft to determine the strength and temperature dependence of the water vapour continuum over a range of wavelengths. In doing so, the aim is to determine whether water vapour dimers, or the far wings of monomer lines, or a combination of both, are responsible for the continuum absorption, and put the continuum on a more secure theoretical footing.",
    "keywords": "",
    "status": "",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1944/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1945/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9044/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/2798/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/12658/?format=api"
    ]
}