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

{
    "ob_id": 39837,
    "uuid": "5817b366b1464dbeb465868c302b833b",
    "title": "OxAria: Air quality in Oxford City",
    "abstract": "The OxAria project is a Natural Environmental Research Council funded collaboration between the University of Birmingham and University of Oxford, supported by public and commercial partners. The project has applied advanced technological and environmental health expertise to understand the air and noise impacts of COVID-19 across Oxford City. See also https://oxaria.org.uk/ \r\n\r\nThe application of high-resolution sensing technology in this context offers potential to measure air pollution at an unprecedented scale and scope, providing a more comprehensive picture of air pollution across Oxford than has previously been possible. Data obtained before, during and after relevant COVID-19 restrictions have been used to understand impacts upon road traffic, air and noise pollution\r\nlevels and to assess implications for healthy life expectancy and therefore human health. This information will be used to provide an evidence-base for air quality policy within local authorities, public agencies and national Government.",
    "keywords": "",
    "status": "ongoing",
    "publicationState": "",
    "identifier_set": [],
    "observationCollection": [],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/194011/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/194012/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/194013/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/194014/?format=api"
    ]
}