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

{
    "ob_id": 14391,
    "uuid": "a3bd80740fcb4a7694ff94dba6ece0c7",
    "title": "Polluted Troposphere Transport and Mixing in Fronts project",
    "abstract": "Transport and mixing in fronts was a NERC Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00149 - Duration 2002 - 2005) and was led by DR SL Gray, University of Reading.\r\n\r\nThe aim of this research was to provide improved quantitative estimates of the rate at which frontal regions in weather systems transport polluted air from the boundary layer to the free troposphere. \r\n\r\nModelling studies performed using typical mesoscale to regional-scale resolution cannot resolve certain frontal mixing processes which are clearly visible in high resolution radar observations; namely multiple shear layers and large-amplitude Kelvin-Helmholtz billows. To perform very high-resolution (of order 2 km by 90 vertical levels) model simulations of frontal cases using the new dynamics (non-hydrostatic) Met Office model. The dynamical representation of these mixing processes and the transport and mixing of passive tracers in the model were evaluated using observations. The climatological impact of these individual fronts was determined using a climatological frontal database.",
    "keywords": "Polluted Troposphere, Front, meteorology, model",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/1342/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/1345/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55885/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55886/?format=api"
    ]
}