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

{
    "ob_id": 45106,
    "uuid": "48df3bc5abf34360b4acf1343c2bbc77",
    "title": "ESA Precursors Climate Change Initiative Project (Precursors CCI)",
    "abstract": "The European Space Agency (ESA) Precursors Climate Change Initiative (Precursors CCI) project is part of ESA's Climate Change Initiative (CCI) to produce long term datasets of Essential Climate Variables derived from global satellite data.\r\n\r\nThis project is developing long-term climate data records of the GCOS Precursors for Aerosol and Ozone Essential Climate Variable. Precursors include the short-lived atmospheric trace gases: nitrogen dioxide (NO2), sulphur dioxide (SO2), carbon monoxide (CO), formaldehyde (HCHO), and ammonia (NH3).",
    "keywords": "ESA, Precursors, CCI",
    "status": "ongoing",
    "publicationState": "",
    "identifier_set": [],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/44908/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/45107/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/45366/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/215924/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/215916/?format=api"
    ]
}