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

{
    "ob_id": 32622,
    "uuid": "0bfd551eb6b942d0a77740652099c0d2",
    "title": "Short wavelength absorption by water vapour",
    "abstract": "The aim of this proposal was to provide comprehensive and accurate data on water absorption at short wavelengths. These data were generated using techniques of first principle quantum mechanics that have been successfully applied to both absorption by water vapour at longer wavelengths and other key atmospheric species. Where possible the positions of absorption features were adjusted using laboratory measurements. The resulting line lists are made available to key groups involved monitoring the Earth's atmosphere in the near UV, placed in data depositories and made available to databases such as HITRAN.",
    "keywords": "NERC, water absorption, NE/T000767/1",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145441/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145442/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145443/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145444/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168960/?format=api"
    ]
}