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

{
    "ob_id": 11989,
    "uuid": "209f7723fc8917841f11b7e538599d91",
    "title": "Co-ordinated Airborne Studies in the Tropics (CAST) project",
    "abstract": "The NERC Co-ordinated Airborne Studies in the Tropics (CAST) project was a collaborative initiative with NASA's Airborne Tropical Tropopause Experiment (ATTREX) programme to study the Tropical Tropopause Layer (TTL) over the Pacific Ocean and South East Asia. \r\n\r\nCoordinated flights of the FAAM (Facility for Airborne Atmospheric Measurements) BAe-146 aircraft, deployed in Guam in Jan/Feb 2014, and NASA's Global Hawk unmanned aerial vehicle (UAV) made corresponding in situ measurements in the TTL over the West Pacific. These aircraft measurements were interpreted in conjunction with ground-based and balloon-based measurements of very short-lived halogen species and ozone, using a complementary group of regional high resolution models, global composition models and a global cirrus model to address fundamental questions related to atmospheric composition, radiation and transport.",
    "keywords": " CAST, FAAM, Ground based, Ozondesonde, Chemistry",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9043/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8089/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8090/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/7212/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/877/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/45930/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/45929/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/45931/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72698/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72699/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72497/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/45932/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72700/?format=api"
    ]
}