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

{
    "ob_id": 39801,
    "uuid": "c0f2fdfd01494992bd02af3cc425e681",
    "title": "Global Ensemble of Temperatures with Quantified Uncertainties in Observations, Coverage and Spatial modeling (GETQUOCS)",
    "abstract": "This project was focussed on exploring the contributions of different sources of uncertainty in global reconstructions of surface temperature, especially those associated with the spatial infilling. The project was undertaken by Maryam Ilyas during her doctoral research at University College London. The title of her PhD thesis was \"Sparse, fitted empirical orthogonal functions for climate reconstruction\". It was supervised by Serge Guillas and Chris Brierley. Funding for the research visit to Doug Nychka, during which the particular innovations present in this dataset were developed, was provided by the ReCOVER project (EP/M008495/1)",
    "keywords": "GETQUOCS, surface temperature, uncertainty, climate reconstruction",
    "status": "",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193842/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193843/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193844/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193856/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193857/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193858/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/193859/?format=api"
    ]
}