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

{
    "ob_id": 19105,
    "uuid": "d5632e84af604af499d64b44d73c3c8c",
    "title": "RAPID Round 1: The role of Air-Sea forcing in causing rapid changes in the North Atlantic thermohaline circulation",
    "abstract": "Rapid Climate Change (RAPID) was a £20 million, six-year (2001-2007) programme for the Natural Environment Research Council. The programme aimed to improve the ability to quantify the probability and magnitude of future rapid change in climate, with a main (but not exclusive) focus on the role of the Atlantic Ocean's Thermohaline Circulation.\r\n\r\nThe main aims of this proposal were to determine the role that surface forcing variability plays in causing rapid changes in the ocean circulation and to examine the effect of such changes on climate. These issues are addressed through a combined analysis of coupled model output and observational datasets. The focus of the analysis was in the North Atlantic thermohaline circulation (THC) although the results have been interpreted in the broader context of the global climate system. Variations in the air-sea fluxes of surface heat and freshwater have the potential to cause rapid changes in the ocean circulation eg through their influence on deep convection. However, the relationship between surface forcing variability and rapid changes in the ocean remains to be properly determined; our goal was to significantly improve understanding of this area.",
    "keywords": "RAPID, Climate change, Atlantic Ocean's Thermohaline Circulation",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3952/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/19089/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72351/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72352/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72365/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72350/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/71902/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/71903/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72366/?format=api"
    ]
}