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

{
    "ob_id": 31975,
    "uuid": "21852a51942c4c99833686d33f22b754",
    "title": "Primary production, Index of Climate Change in the Ocean: Long-term Observations (PICCOLO)",
    "abstract": "Marine primary production, estimated to be of the order of 50 Gt C per annum, is one of the biggest fluxes of carbon on our planet. Yet, in recent studies on global carbon budgets, the pools and fluxes of carbon in the ocean and trends in biological fields, as estimated by remote sensing, have not been taken into account. This project carried out a much needed systematic study of primary production in the ocean using the OC-CCI 20-year time series, photosynthetically active radiation and a newly assembled database on photosynthesis-irradiance parameters to model phytoplankton primary production. The results will contribute to our understanding of the role of the world’s oceans in the global carbon budget in a changing climate.\r\n\r\nThis project was funded by a European Space Agency Living Planet Fellowship 2019-2020",
    "keywords": "",
    "status": "",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141525/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141526/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141527/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141528/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141531/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141524/?format=api"
    ]
}