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

{
    "ob_id": 2298,
    "uuid": "9b51eb5d44524e4c9aebcbbc53d79a27",
    "title": "Euroclim500 - Causes of change in European mean and extreme climate over the past 500 years",
    "abstract": "The aim of the Euroclim500 project (Causes of change in European mean and extreme climate over the past 500 years) is to understand the causes of variability and change in mean and extreme temperature, and changes in mean precipitation over the last 500 years, largely focusing on Europe. Spatial patterns of climate change and changes in extremes are important since climate affects society and the natural world on regional scales. By understanding why temperature and temperature extremes as well as precipitation have varied in the past, the project sought to improve prediction of how it might vary in the future. Climate model simulations were produced on the HECTOR supercomputer at Edinburgh using the HadCM3 model. Euroclim500 was a 3 year, NERC funded project.",
    "keywords": "",
    "status": "",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1593/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1594/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/2295/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/11137/?format=api"
    ]
}