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

{
    "ob_id": 19090,
    "uuid": "de282694b1624843b00c6a2ed3eb1a6b",
    "title": "RAPID Round 1: Quantitative applications of high-resolution late Holocene proxy data sets: estimating climate sensitivity and thermohaline circulation influences",
    "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\nThis project analysed the output from state-of-the-art coupled climate models in conjunction with very long instrumental climate data and an extensive archive of annual- and selected decadal-resolution palaeoclimate data to study climate changes during the past millennium. Actual and model-derived synthetic networks of palaeoclimate data have been used to estimate the extent to which (i) variations in Atlantic meridional overturning circulation strength; (ii) variations in the North Atlantic Oscillation; and (iii) the sensitivity of climate to external forcing changes can be reconstructed from different networks of palaeoclimate data, making assumptions about coverage, seasonality of response and reliability of expressed climate signal.",
    "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/6694/?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/71858/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72359/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72360/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72361/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/71857/?format=api"
    ]
}