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/45906/?format=api
{ "ob_id": 45906, "uuid": "ae711fc1b34b4474af73ed6776324f93", "title": "MesoS2D: Mesospheric sub-seasonal to decadal predictability", "abstract": "This project combined newly-available middle atmosphere observations from the EISCAT 3D ionospheric radar with the Specified Dynamics version of the Whole Atmosphere Community Climate Model (WACCM) with D-region ionic chemistry to quantify the drivers and variability of the mesosphere. \r\n\r\nThis work provided a first step towards improving predictability of the mesosphere at sub-seasonal to decadal timescales. The mesosphere influences, and is influenced by, in-situ and external effects such as atmospheric waves and tides (upward) and space weather effects (downward); and is strongly coupled to the lower edge of the ionosphere and the other atmospheric regions. A sound scientific understanding of the drivers of variability in the mesosphere is therefore needed in order to advance modelling of the whole atmosphere as a coupled system.\r\n\r\nThis project was led by British Antarctic Survey (BAS) scientists under Natural Environment Research Council (NERC) project MesoS2D (grant reference: NE/V018426/1).", "keywords": "atmospheric tides, mesosphere, CESM, WACCM, NE/V018426/1", "status": "completed", "publicationState": "published", "identifier_set": [ "https://catalogue.ceda.ac.uk/api/v2/identifiers/13853/?format=api" ], "observationCollection": [], "parentProject": null, "subProject": [], "responsiblepartyinfo_set": [ "https://catalogue.ceda.ac.uk/api/v2/rpis/219426/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/219427/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/219428/?format=api" ] }