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

{
    "ob_id": 33386,
    "uuid": "604a83c44a3b445bbdd37fc8b83cd655",
    "title": "Towards a UK Airborne Bioaerosol Climatology (BIOARC)",
    "abstract": "The BIOARC project will use existing measurement facilities on the NERC FAAM BAe-146 aircraft together with surface measurements to deliver vertical and horizontal concentration profiles of Primary Biological aerosols (PBA), or bioaerosols,  over UK regions including urban, rural-cropland, grassland, forest & coastal. It will use aircraft bioaerosol sampling methodologies recently developed in the US together with real-time bioaerosol instruments. These data will provide the first such information on UK boundary layer concentration profiles of bioaerosol for over 50 years. High quality UK airborne data sets suitable for constraining & testing UK bio-emissions models for the first time.\r\nOur new vertically & horizontally resolved PBA-climate database will support a raft of scientific research and policy applications well beyond the timescale of the project. In situ PBA concentrations will be correlated with airborne meteorological, trace gas and other aerosol composition data, for air mass classification, using tools developed for the FAAM aircraft over many years for source tracking & identification. This will allow us to deliver quality controlled, assimilation-ready case studies able to constrain a wide range of potential PBA emissions models.\r\nBIOARC also conduct laboratory experiments to deliver UK specific bioaerosol reference data sets designed to improve interpretation of current and future PBA field data collected using real-time UVLIF bioaerosol instruments.\r\n\r\nGrant Ref: NE/S002049/1",
    "keywords": "BIOARC, clouds, aerosol, FAAM",
    "status": "ongoing",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10966/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/5782/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149063/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149064/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149065/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/149062/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/176600/?format=api"
    ]
}