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

{
    "ob_id": 14392,
    "uuid": "071cbe4fcfff4cd9b8735ff787e53ca2",
    "title": "Polluted Troposphere Ionisation as a Precursor to Aerosol Formation project",
    "abstract": "Ionisation as a precursor to aerosol formation was a NERC Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00150 - Duration 2002 - 2005) and was led by Dr RG Harrison, University of Reading.\r\n\r\nFormation of ultrafine particles from molecular cluster ions in the atmosphere has recently shown to occur in urban air, from both experimental findings and theoretical considerations. Ion-induced (or mediated) aerosol formation is currently neglected, despite the considerable variability known in atmospheric ions. Ionisation in the atmosphere is ubiquitous, arising from cosmic rays and natural radioactivity, with a further contribution from nuclear reprocessing. The efficiency of ion to particle conversion was sensitive to gas composition and condensable vapour supply. \r\n\r\nThe work measured ion-induced ultrafine particle production in surface air, combining ion and aerosol data. Existing ion-aerosol theory will be extended to include particle production from ions, to assess the significance for clouds of additional condensation nuclei.",
    "keywords": "Polluted Troposphere, Ionisation, Chemistry",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/1875/?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/55887/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55888/?format=api"
    ]
}