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

{
    "ob_id": 43091,
    "uuid": "dd58a4ee01034315b2c3e21e30c633d0",
    "title": "Modelling output from the SMB-Gen project: Constraining projections of ice sheet instabilities and future sea level rise",
    "abstract": "This collection of data is an archive of the key model output from the UKRI Future Leaders Fellowship project \"SMB-Gen Constraining projections of Ice Sheet instabilities and future sea level rise\". The project aim is to constrain future projections of ice sheet instabilities using information from the geological past through the development of novel Bayesian uncertainty quantification tools and their application to modelling past, present and future ice sheet changes using complex coupled climate-ice sheet modelling. This collection of data contains inputs and output from coupled climate-ice sheet simulations of the Quaternary run with the FAMOUS-ice model in which Northern Hemisphere ice sheets are interactively simulated with either the low complexity Glimmer ice sheet model or the more complex BISICLES marine ice sheet model.",
    "keywords": "ice sheets, Ensemble, Uncertainty Quantification, FAMOUS-Ice, Glimmer",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/204613/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/204615/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/204614/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/204616/?format=api"
    ]
}