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

{
    "ob_id": 33036,
    "uuid": "7d0499da1ae44223be8feaa7662f72ad",
    "title": "GOTHAM - Global Teleconnections in the Earth’s Climate System – Processes, Modelling and Advanced Analysis Methods ",
    "abstract": "GOTHAM represents an ambitious research program to gain robust, relevant and transferable knowledge of past and present day patterns and trends of regional climate extremes and variability of vulnerable areas identified by the IPCC, including the tropics and high-latitudes. It will achieve this by identifying the influence of remote drivers, or teleconnections, on regional climate variability, and assessing their relative impact. It will also assess the potential for improved season- decadal prediction using a combination of contemporary climate models, citizen-science computing and advanced statistical analysis tools. GOTHAM has the direct backing of many international weather and climate research centres, and will lead to the improved development of seasonal-decadal forecasts at the regional level. The improved knowledge and understanding of dynamical factors that influence regional weather and climate in the tropics/sub-tropics, and polar regions, will directly feed through to weather and climate forecast services to assist in their decisions on which priority areas of their model development to target in order to improve forecast skills. For example, GOTHAM will advise whether a model is missing or misrepresenting important global teleconnections that significantly influence regional climate in identified vulnerable regions. These impacts will be achieved through regular meetings with GOTHAM investigator groups and their extended collaborative networks, and extensive involvement in wider science and science-policy programmes with co- aligned strategies, such as the core projects within the WCRP. Improved seasonal to decadal scale forecasts will improve predictions of extreme events and natural hazard risks such as flooding that can have devastating impact on society. There is real potential for project results feeding through to impacts-related research, such as those involved in hydrological and flood forecast modeling, and these will be explored in liaison with identified partners in Asia and Europe.",
    "keywords": "",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/147505/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/147506/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/147507/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/147508/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168964/?format=api"
    ]
}