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

{
    "ob_id": 26098,
    "uuid": "97ca58a7570f4e169473953f3d694e45",
    "title": "Robust Spatial Projections for the Real World (Real Projections)",
    "abstract": "This project produced quantitative projections of the real-world spatial patterns of future climate change. Two interlinked frameworks were developed; one to advance our basic understanding of climate change processes through targeted and idealized model experiments; and the other to optimally combine the information from climate models with observations and the new understanding to produce projections of the real world. The frameworks were rigorously tested by application to three key problems in climate projection; (i) tropical and subtropical land-ocean temperature contrast and precipitation change, (ii) northern hemisphere mid-latitude storms and blocking and (iii) polar temperature and precipitation change and sea-ice feedbacks.",
    "keywords": "Robust, climate change",
    "status": "ongoing",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26096/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/109311/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/109312/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/109313/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/204639/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168821/?format=api"
    ]
}