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

{
    "ob_id": 39846,
    "uuid": "f68d0d11c2574efab3893034bf98e287",
    "title": "Identifying low climate exposure coral reefs for climate-relevant coral reef management",
    "abstract": "The overarching aim of this project was to develop and test new tools for identifying low exposure coral reefs to better protect coral reef ecosystems from climate change. This aim was explored through the following three research questions: 1. Can climate models project local and regional scale changes in coral reef climate exposure? 2. How will extreme climate exposure on coral reefs change at local and regional scales in the future? 3. Are local-scale climate projections useful in conservation planning? This PhD project was funded by the Natural Environment Research Council (NERC) Spheres Doctoral Training Partnership (grant reference NE/L002574/1) at the University of Leeds.",
    "keywords": "CMIP6, coral reefs, sea surface temperature, statistical downscaling",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/194033/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/194034/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/194036/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/195483/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/194035/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/195484/?format=api"
    ]
}