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

{
    "ob_id": 27710,
    "uuid": "f28c949137924e9bb3e81fb11829e5d8",
    "title": "Climate of the LAst Millennium (CLAM): An Integrated Data-Model Approach to Reconstruct and Interpret Annual Variability in North Atlantic Circulation project",
    "abstract": "The overarching aim of the CLAM was to generate and interpret the first millennial scale robustly calibrated annually resolved reconstruction of the N. Atlantic Ocean circulation. The ocean circulation of the North Atlantic is variable and pivotal in controlling regional and global climate. This variability occurs both naturally, and it is anticipated, in response to anthropogenic activity. Internal and forced natural variability in this system has so far largely been characterised in terrestrial archives and models rather than in the real ocean. It is critical that we understand the magnitude, timescale, drivers and impacts of this variability if we are to correctly attribute observed trends in the North Atlantic circulation, and develop robust early warning systems of, and plan adaptation to, future change. In CLAM we aimed to utilise a network of robustly calibrated and verified absolutely dated sclerochronological proxy archives from NW Scotland, N. Iceland and the Gulf of Maine, together with high-resolution climate models, to investigate the mechanisms and forcings driving variability in the circulation patterns of the North Atlantic over the last millennium.",
    "keywords": "NE/N001176/1, CLAM, NERC, Climate, Model",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115835/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115836/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115837/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168892/?format=api"
    ]
}