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

{
    "ob_id": 19093,
    "uuid": "c9e821ce3c0344d7b00eea0775cd596b",
    "title": "RAPID Round 1: ISOMAP UK: a combined data-modelling investigation of water isotopes and their interpretation during rapid climate change events",
    "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 aims of the proposal were to compare high-resolution isotope records from terrestrial archives in NW Europe with model simulations of isotopes in precipitation in order to investigate the role of different forcing factors in rapid climate change during the late glacial and Holocene and to undertake model validation. The proposal constitutes a UK contribution to the PAGES ISOMAP initiative. A water isotope model was developed for the UK Hadley centre model HadCM3. Comparisons have been made between simulations of the isotopic composition of precipitation during periods of rapid climatic change and reconstructions from well-dated and well-calibrated palaeo-archives (lake sediments, peat and speleothem) generated in this study and obtained from the literature, in order to investigate the causes and nature of abrupt climatic events.",
    "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/6283/?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/71862/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72353/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72354/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72355/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/71863/?format=api"
    ]
}