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

{
    "ob_id": 12666,
    "uuid": "7bbe2b7eebec4c54af98244b79c04fa0",
    "title": "ACSOE MAGE  Eastern Atlantic Experiments (EAE)",
    "abstract": "As part of the Atmospheric Chemistry Studies in the Oceanic Environment (ACSOE) MAGE (Marine Aerosol and Gas Exchange), this series of Eastern Atlantic Experiments (EAE) was an extensive study of the speciation of sulphur and nitrogen in both clean and moderately polluted atmospheres. It involved the measurement of DMS (and other gases) in the ocean and calculation of fluxes into the atmosphere, combined with the measurement of the speciation of sulphur and nitrogen in both gas and size-fractionated aerosol phases. Isotopic measurements will be used to assess the relative importance of the natural and anthropogenic sources of sulphur and nitrogen, as well as the branching ratio of MSA to SO2 in the atmospheric oxidation of DMS. The gas-to-particle conversion process and a detailed study of physical and chemical composition of fine particles in North Atlantic air will provide information leading to a better understanding of \"bursts\" of new particle formation observed previously at Atlantic coastal sites.\r\nThe experiments were carried out in the spring seasons of 1996 and 1997 during the period of maximum DMS production in this ocean area, thus providing a strong natural signal to the atmosphere. Measurements were made both offshore on the RRS. Challenger and at Mace Head, Ireland. In addition, profiles of aerosol size and distribution and trace gases throughout the marine boundary layer were made using the Jetstream aircraft. An integral part of this experiment is modelling via a zero-dimensional time-dependent photochemical box model of an air mass in the marine boundary layer. The 1997 period of measurements (May) coincided with the OXICOA measurements at Mace Head, resulting in a large collaborative experiment.",
    "keywords": "ACSOE, MAGE, EAE, Tropospheric Chemistry",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/1920/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/1923/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/48452/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/48450/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/48451/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/48449/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/48453/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/48455/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/48454/?format=api"
    ]
}