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

{
    "ob_id": 14245,
    "uuid": "b0b4137d6e2a46f4b64a058c578a3bfa",
    "title": "Tracer and Dispersion of Gaseous Pollutants (GASPOL) project part of the Urban Regeneration and the Environment (URGENT) NERC Research Programme",
    "abstract": "Tracer and Dispersion of Gaseous Pollutants (GASPOL) was a NERC Urban Regeneration and the Environment (URGENT) Air project (GST/02/1974 - Duration: 2/9/1998 - 31/8/2001) led by Prof Peter Simmonds, University of Bristol.\r\n\r\nThe transport and dispersion of pollutants, within and from a large urban area, are important processes due to their potential environmental impact on city inhabitants and those living in nearby communities. The release of atmospheric Tracers is a powerful technique to simulate the dispersion of pollutants and to enable direct measurement of the transport path and concentrations along the trajectory. Successful Tracers a inert, non-toxic, non-depositing, with low atmospheric background concentrations, long atmospheric lifetimes, and limited commercial use. This research project developed the Tracer technology necessary to characterise atmospheric dispersion within the urban environment.\r\n\r\nBristol University were exploiting the many years of experience in Tracer technology coupled with recent advances in gas chromatography/mass spectrometry techniques. There were several components to developing an effective experimental Tracer technology and this project was addressing each of these in turn:\r\n\r\n-Selection of Tracers\r\n-Analytical instrumentation for their quantitative determination in the femtolitre/litre range\r\n-Design and construction of automated sequential samplers\r\n-Tracer release apparatus\r\n-The preparation of accurate perfluorocarbon standards.",
    "keywords": "URGENT, GASPOL, Chemistry, Pollutants, Air pollution,",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/2664/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/2402/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55250/?format=api"
    ]
}