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

{
    "ob_id": 14411,
    "uuid": "8c08a483b4d04ff29ff06ea229af12e9",
    "title": "Polluted Troposphere: CLOud Processing of regional Air Pollution advecting over land and sea (CLOPAP)",
    "abstract": "CLOud Processing of regional Air Pollution advecting over land and sea (CLOPAP) is a NERC Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00147 - Duration 2002 - 2005) led by Prof. Tom Choularton, University of Manchester.\r\n\r\nCLOPAP is an aircraft measurement campaign using the FAAM BAe-146-301 aircraft to make measurements of the ageing of the London plume in the cloudy boundary layer. Measurements will be made of the evolution of trace gases, aerosol and cloud properties. These will be supported by modelling studies. The flights were scheduled to take place between March and September 2005.\r\n\r\nThe Programme Superintending Officer was Dr. Ruth Kelman: rkel@nerc.ac.uk\r\nThe chairman of the Programme Steering Committee was Prof Gerard Jennings (Galway, Ireland): gerard.jennings@nuigalway.ie",
    "keywords": "",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/5264/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/1345/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55954/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/180709/?format=api"
    ]
}