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

{
    "ob_id": 13598,
    "uuid": "d44ff5b92e824aa989c9f8d5894fb543",
    "title": "UK SOLAS Dust Outflow and Deposition to the Ocean (DODO)",
    "abstract": "The UK SOLAS Dust Outflow and Deposition to the Ocean (DODO) project aims toquantify the chemical and microphysical properties of Saharan dust in the tropical Atlantic region.\r\n\r\nFieldwork has combined ship based measurements (PO332) with campaigns using the Facility for Airborne Atmospheric Measurements (FAAM) aircraft (from Dakar in Jan-Feb. 2006 with DABEX and Sep-Oct. 2006 with AMMA). Measurements have included Chemical composition, microphysics and optical properties of aerosols, Radiative fluxes, Trace gas chemistry.\r\n\r\nNERC Grants: NE/C517276/1; NE/C517292/1; NE/C517284/1",
    "keywords": "dodo, solas, nerc, halogen, faam",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9058/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8625/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/13600/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/5042/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52023/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52024/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52025/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52026/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55027/?format=api"
    ]
}