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

{
    "ob_id": 39559,
    "uuid": "221b1cd13a354434b1e9d22774306078",
    "title": "Clean Air Programme",
    "abstract": "The aim of the Clean Air programme is to bring together the UK’s world-class research base and support high-quality multi- and interdisciplinary research and innovation to develop practical solutions for today’s air quality issues and equip the UK to proactively tackle future air quality challenges, in order to protect health and support clean growth.\r\n\r\nThe funding is part of the Strategic Priorities Fund (SPF), delivered by UKRI to drive an increase in high quality multi- and interdisciplinary research and innovation. It will ensure that UKRI’s investment links up effectively with government research priorities and opportunities.\r\n\r\nThe vision of the Clean Air programme is a coordinated landscape of research and innovation co-designed with users to develop robust solutions that reduce emissions and impacts of atmospheric pollution.",
    "keywords": "Air Quality",
    "status": "ongoing",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [],
    "parentProject": null,
    "subProject": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/37963/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/40265/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/39906/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/192901/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/192902/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/198236/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/192903/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/192904/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/192905/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/192906/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/192907/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/192908/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/192909/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/192910/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/192911/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/192912/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/192913/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/192914/?format=api"
    ]
}