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

{
    "ob_id": 41548,
    "uuid": "4aee7be9a7aa43c7b29762fec72e3265",
    "title": "VISION - Virtual Integration of Satellite and In-situ Observation Networks",
    "abstract": "This project will deliver a toolkit and novel visualisations that will allow for better integration of models and observations to enhance our confidence in future climate projections. It will also develop a digital twin to improve the operational flights of the FAAM Airborne Laboratory atmospheric research aircraft.\r\n\r\nThe aim is to improve the flight plans to better match the scientific aims and also to reduce the number of flights necessary to achieve those aims.\r\n\r\nIt will bring together a team of atmospheric modellers, scientists, software engineers and satellite experts to deliver a novel framework to reduce the carbon footprint of the UK research aircraft.\r\n\r\nThis project is funded by the Natural Environment Research Council (NERC), in partnership with the Met Office, as part of the Twinning Capability for the Natural Environment (TWINE) programme. \tNE/Z503393/1",
    "keywords": "VISION, Digital twin, \tNE/Z503393/1",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202455/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202889/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202890/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202891/?format=api"
    ]
}