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

{
    "ob_id": 11995,
    "uuid": "30a76df0ce9eb8c2ad0d3951290f667e",
    "title": "QUEST Theme 1- Quantifying ecosystem roles in the carbon cycle (QUERCC)",
    "abstract": "The Principal Investigator in this project was Prof Ian Woodward from University of Sheffield, with 11 co-investigators at the Centre for Ecology and Hydrology (CEH), the Forestry Commission’s Forest Research, the Agriculture and the Environment Division at Rothamsted Research, and the Universities of Aberdeen, Edinburgh, Leeds, York, Oxford and Southampton.\r\n\r\nQUERCC addressed land surface processes over timescales from days to centuries, with particular emphasis on the carbon cycle. Some processes are already well represented and validated in Dynamic Global Vegetation Models (DGVMs), while others that are known to impact on the carbon cycle are not. Independent carbon and vegetation data sets were compared against DVGMs to assess their current state, and further key modules were developed for nutrient cycling, which exerts a major feedback on carbon exchange, and for a greater resolution of plant processes. A global map of plant functional types that exert significant impacts on the carbon cycle was also developed.",
    "keywords": "QUEST, QUERCC, carbon cycle, model, vegetation",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8103/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8104/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/2126/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/1650/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/45947/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72541/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72542/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72543/?format=api"
    ]
}