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

{
    "ob_id": 38101,
    "uuid": "7a4feaf0fd624dacaf34a0129f074fcc",
    "title": "Soot Aerodynamic Size Selection for Optical properties (SASSO)",
    "abstract": "Black carbon (BC) and brown carbon (BrC) aerosols are widely studied components of atmospheric aerosol because they can absorb solar radiation and heat the atmosphere, causing positive radiative forcing of the climate. Although BC and BrC are very important for climate, they are poorly represented in atmospheric models. This is in part due to the complex microphysical properties of BC and the lack of accurate refractive index (RI) descriptions for both BC and BrC.\r\nSASSO capitalized on a unique combination of new technical and methodological developments at the University of Manchester and the University of Exeter to generate experimental data on a variety of soot types, providing much greater constraints on optical properties than previously possible. Specifically, SASSO used the Aerodynamic Aerosol Classifier (AAC) for size selection of emissions from wood burning, diesel combustion, and secondary organic aerosol (SOA) formation, prior to optical measurements using cavity ring-down and photoacoustic spectroscopy with the EXtinction, SCattering and Absorption of Light for AirBorne Aerosol Research (EXSCALABAR) instrumentation, custom-built by the Met Office.\r\nIn addition, to test the \"lensing effect,\" non-absorbing and weakly absorbing organic materials were condensed onto BC to form coated soot particles. The mass concentration of black carbon aerosol was measured using the Single Particle Soot Photometer (SP2), and chemical information was obtained via Aerosol Mass Spectrometry (AMS), allowing different optical models for mixed particles to be evaluated.",
    "keywords": "SASSO, soot, black carbon, brown carbon",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/181541/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/181542/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/181543/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/181544/?format=api"
    ]
}