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

{
    "ob_id": 46093,
    "uuid": "740c9234c6cf48bfb825b393568b11fb",
    "title": "CongoPeat: Past, Present and Future of the Peatlands of the Central Congo Basin",
    "abstract": "CongoPeat was a five-year research programme led by Professor Simon Lewis of the University of Leeds and funded by Natural Environment Research Council (NERC) grant NE/R016860/1. It investigated the newly discovered peatlands of the central Congo Basin, the largest known tropical peatland complex in the world. Spanning 145,500 km² and storing an estimated 30 billion tonnes of carbon, these peatlands play a globally significant role in climate regulation and biodiversity conservation.\r\n\r\nThe project brought together researchers from six UK universities and five Congolese organisations to improve understanding of the peatlands’ past development, current condition, and future vulnerability to environmental change and human activities. Data outputs from the programme support research on the past, present, and future of the Congo Basin peatlands and provide an evidence base for conservation, sustainable management, and policy-making in the Republic of Congo and the Democratic Republic of the Congo.\r\n\r\nData are archived with the Centre for Environmental Data analysis and the Environmental Information Data Centre.",
    "keywords": "CongoPeat,congo peat,tropical,peatland,wetland,Congo basin,carbon store,NE/R016860/1",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://catalogue.ceda.ac.uk/api/v2/identifiers/13908/?format=api"
    ],
    "observationCollection": [],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://catalogue.ceda.ac.uk/api/v2/rpis/220191/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/220192/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/220193/?format=api"
    ]
}