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

{
    "ob_id": 5099,
    "uuid": "ba5fe27e2d7667490b1ee630750f9b3b",
    "title": "UK SOLAS Reactive Halogens in the Marine Boundary Layer (RHaMBLe)",
    "abstract": "RHaMBLe aims to quantify impacts of marine halogen emissions on atmospheric composition by the direct observation of a range of reactive halogen species (RHS) in the marine atmosphere. Emphasis is placed on the roles of halogens in oxidative processes and on secondary aerosol formation and transformations resulting from the cycling of RHS. \r\n\r\nFieldwork has provided open ocean and coastal measurements. Open ocean work included a research cruise (D319) upwind of Cape Verde (Jan-Jun 2007), and supplementary observations at the SOLAS Cape Verde Observatory. Coastal observations were made during the summer of 2006 at Roscoff in Brittany. Measurements included trace molecules and radicals, aerosol characteristics and distribution.\r\n\r\nNERC Grants: NE/D006570/1; NE/D006589/1; NE/D006562/1; NE/D006554/1; NE/D00652X/1\r\n",
    "keywords": "rhamble, solas, nerc, halogen",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3369/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8624/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/13606/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/13607/?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/52020/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52021/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/22775/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52022/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55024/?format=api"
    ]
}