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

{
    "ob_id": 31857,
    "uuid": "9c8abac5689247ceb32a425c78b58eea",
    "title": "Reconciling Volcanic Forcing and Climate Records throughout the Last Millennium (Vol-Clim)",
    "abstract": "Volcanic eruptions are an important driver of climate variability and climate change, yet climate model simulations do not agree with data on the magnitude of temperature changes caused by large-magnitude volcanic eruptions. The Vol-Clim project will resolve this discrepancy by deriving new and improved estimates of volcanic forcing using a state-of-the-art Earth System Model developed in the UK (UKESM1), which will allow us to quantify and better understand how large explosive volcanic eruptions affected the climate system since 1250 CE.\r\n\r\nGrant Ref: NE/S000887/1",
    "keywords": "Vol-Clim, model, aerosol, volcanic, eruption",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140617/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140618/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140619/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/140620/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168943/?format=api"
    ]
}