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

{
    "ob_id": 19094,
    "uuid": "066f7506840c46609504a78f65f55958",
    "title": "RAPID Round 2: The impact of climate change on the North Atlantic and European storm-track and blocking",
    "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 major impact of climate change in the European region is likely to be through changes in the storms coming through from the North Atlantic storm-track and in the blocking high-pressure systems that can occur there. Changes in the latitude, frequency or intensity of storms would have implications in terms of flooding and wind damage as well as average precipitation. Blocking highs bring settled spells with little precipitation and temperatures that can be much above average in summer and below average in winter, sometimes with snow. Again changes in their position, frequency or intensity would have important impacts. Reduction in the strength of the thermohaline circulation in the North Atlantic could induce rapid climate change through its impact on the storm-track and blocking. Even smoothly increasing greenhouse gases could lead to rapid changes in the storm-track and blocking either through a reduced thermohaline circulation or a non-linear response. At present there is little confidence in the climate models' abilities to project such changes. In this project, new high-resolution atmospheric models, new analyses of the atmosphere since 1958 and new diagnostic techniques have been used to give such projections and an assessment of the confidence that can be had in them.",
    "keywords": "RAPID, Climate change, storms, Atlantic Ocean's Thermohaline Circulation",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4446/?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/72307/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/71865/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72305/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72308/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72306/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/71866/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72309/?format=api"
    ]
}