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

{
    "ob_id": 5042,
    "uuid": "41d10de2c45d1e77ae383c069366418a",
    "title": "Surface Ocean / Lower Atmosphere Study (UK SOLAS)",
    "abstract": "UK SOLAS was the UK's contribution to the International SOLAS project.\r\n\r\nThe Surface Ocean - Lower Atmosphere Study (SOLAS) is an international project involving more than 20 nations. Its central goal is to achieve quantitative understanding of the key biogeochemical-physical interactions and feedbacks between the ocean and atmosphere, and of how this coupled system affects and is affected by climate and environmental change.\r\n\r\nThis understanding is vital to the construction of Earth System models.\r\n\r\nThe programme, funded by the Natural Environment Research Council (NERC), ran for six years. It focuses on processes in and the interaction between the surface ocean and the lower atmosphere in the North Atlantic region.\r\n\r\nUK SOLAS aims\r\n\r\n    To determine the mechanisms controlling rates of chemical transfer and improve estimates of chemical exchanges\r\n    To evaluate the impact of these exchanges on the biogeochemistry of the surface ocean and lower atmosphere and on feedbacks between the ocean and atmosphere\r\n    To quantify the impacts of these boundary layer processes on the global climate system\r\n\r\nThe outputs will improve our ability to predict climate change, giving insights into natural marine production and the fate of important trace gases. They will show whether these processes are sensitive to other environmental factors. This information is needed by climate modellers and policy makers.\r\n\r\nUK SOLAS has brought together scientists, with the skills to address these aims, from numerous research centres and universities. It worked closely with NERC's Quantifying and Understanding the Earth System (QUEST) programme.\r\n\r\nFieldwork included eight dedicated research cruises in the North Atlantic. Ongoing measurements were made aboard the Norwegian weather ship Polarfront. Time series measurements were made at the SOLAS Cape Verde Observatory and at the Plymouth Marine Laboratory (PML) L4 station. Additional atmospheric data came from a series of collaborative aircraft campaigns. These campaigns were funded by UK SOLAS, African Monsoon Multidisciplinary Analyses (AMMA-UK), Dust and Biomass Experiment (DABEX)  and the Facility for Airborne Atmospheric Measurements (FAAM). \r\n\r\nNERC provided funding for 19 projects. CEDA holds data from DODO, Rhamble, SLATEA and Cape Verde measurements.",
    "keywords": "SOLAS, NERC, DODO, RHAMBLE, atmosphere, ocean",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3342/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3343/?format=api"
    ],
    "observationCollection": [],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/877/?format=api",
    "subProject": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/5010/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/5099/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/13598/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/13599/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/22615/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52017/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52018/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52019/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54788/?format=api"
    ]
}