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

{
    "ob_id": 31290,
    "uuid": "ce63f93580414bf1ac63c612f81200c7",
    "title": "Global Warming of 1.5 degrees C, IPCC Special Report",
    "abstract": "The Intergovernmental Panel on Climate Change (IPCC) Special Report: Global Warming of 1.5 degree C.\r\n\r\nAn IPCC special report on the impacts of global warming of 1.5 degree C above pre-industrial levels and related global greenhouse gas emission pathways, in the context of strengthening the global response to the threat of climate change, sustainable development, and efforts to eradicate poverty.\r\n\r\nThe report forms part of the IPCC sixth assessment cycle and the production of the IPCC Sixth Assessment Report (AR6). AR6 is composed of contributions from its three Working Groups, a Synthesis Report, and three Special Reports (SR).\r\n\r\n - SR Global warming of 1.5 degree C\r\n - SR Climate Change and Land\r\n - SR Special Report on the Ocean and Cryosphere in a Changing Climate\r\n - AR6 Working Group 1 contribution: The physical science basis.\r\n - AR6 Working Group 2 contribution: Impacts, adaptation and vulnerability.\r\n - AR6 Working Group 3 contribution: Mitigation of climate change\r\n - AR6 Synthesis Report",
    "keywords": "IPCC-DDC, IPCC, AR6, SR1.5",
    "status": "ongoing",
    "publicationState": "working",
    "identifier_set": [],
    "observationCollection": [],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/137311/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/139611/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/139612/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/139613/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/139614/?format=api"
    ]
}