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

{
    "ob_id": 37113,
    "uuid": "ea3f2052993b4a63909b3f706c074926",
    "title": "Characterising and Interpreting FLuxes Over Sea Ice (CANDIFLOS)",
    "abstract": "CANDIFLOS is a data analysis project drawing upon data from multiple field campaigns. It aims to improve the parameterization of surface fluxes over sea ice.  It includes analysis of surface fluxes data collected for Arctic Clouds Summer Experiment (ACSE) project (2014) and the AO2016 project (2016) both conducted on icebreaker Oden. More extensive ACSE cruise data are archived at CEDA (www.ceda.ac.uk) and as part of the large SWERUS-C3 project at the Bolin Centre for Climate Research (bolin.su.se/data/?s=SWERUS-C3), and the complete AO2016  cruise data are archived at the Bolin Centre for Climate Research : bolin.su.se/data/?s=AO2016.\r\n\r\nGrant Ref: NE/S000690/1",
    "keywords": "Arctic Clouds Summer Experiment, Sea Ice, Turbulent Flues",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/177395/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/177396/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/177398/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/177397/?format=api"
    ]
}