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

{
    "ob_id": 14418,
    "uuid": "68e236b95ba34e8cb770efefe14fc5ad",
    "title": "MAGIC",
    "abstract": "MAGIC Operating Areas: North Sea gas fields, Sodankyla, Abisko, Pallas, Svalbard\r\n \r\n\r\nScience Objectives:\r\n\r\nMAGIC will conduct a series of aircraft measurements from 50N to 80N in the Arctic region. Each mission will aim to conduct a series of deep vertical profiles in the region between southern Finland and Svalbard. The profiles will extend into the stratosphere at the northern end of the sectors. Up to 5 missions will be conducted, covering the period from early spring when Arctic haze remains prevalent, through to late summer when Arctic wetland thaw is at its maximum. Each mission, lasting 3 days, will include measurements of in situ methane and nitrous oxide concentrations using a combination of cavity ring down (CRDS), continuous wave quantum cascade laser absorption spectrometer (CW-QCLAS) instruments and whole air samples for post analysis by colleagues at RHUL and UEA.\r\nIn collaboration with the UK Met Office we will use high altitude flights to measure atmospheric methane columns using the ARIES radiometer. These can be directly compared with those derived by IASI/SCIAMACHY satellite column measurements and validated by the situ measured methane profiles.\r\nSource studies of changing isotopic signature will be carried out to investigate advected sources from Scandinavia and Russia\r\nFlask sampling will be carried out on airborne campaigns for isotopic analysis of CO2 and CH4\r\nProcess studies of CH4, CO2 and N2O using eddy covariance and chambers over contrasting sites will be made within the flight path of aircraft missions. (2x6 week campaigns to validate the aircraft measurements and to investigate the relative importance of the key processes responsible for the methane flux during the study period (i.e. water table, temperature, plant transport, ebullition, wind, soil properties)).\r\n ",
    "keywords": "",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9079/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/15540/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55964/?format=api"
    ]
}