Project Instance
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/30697/?format=api
{ "ob_id": 30697, "uuid": "bd6047cb0aaf4e3b9a9238cf9e5f3857", "title": "WCRP CMIP6: Commonwealth Scientific and Industrial Research Organisation (CSIRO) contribution", "abstract": "World Climate Research Programme (WCRP) Coupled Model Intercomparison Project Phase 6 contribution to the project by the Commonwealth Scientific and Industrial Research Organisation (CSIRO) team.", "keywords": "WCRP, CMIP6, CSIRO", "status": "ongoing", "publicationState": "published", "identifier_set": [], "observationCollection": [ "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30700/?format=api" ], "parentProject": "https://catalogue.ceda.ac.uk/api/v2/projects/28079/?format=api", "subProject": [], "responsiblepartyinfo_set": [ "https://catalogue.ceda.ac.uk/api/v2/rpis/133192/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/133193/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/133194/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/133196/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/133197/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/133195/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/167095/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/167096/?format=api" ] }