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

{
    "ob_id": 30221,
    "uuid": "ba27c1c6a03b450e9269f668566658ec",
    "title": "(APHH India) Megacity Delhi atmospheric emission quantification, assessment and impacts (DelhiFlux)",
    "abstract": "The project, part of the Air Pollution & Human Health in a Developing Indian Megacity (APHH-India) programme, has four specific objectives:\r\n\r\nTo improve the emission factor database for key source types and compounds in Delhi through a combination of lab and field based emission factor measurements, using harmonised instrumentation.\r\nPrerequisite\r\n\r\nTo compile a state-of-the-art emission inventory for the greater Delhi area at a spatial resolution of (1.6 km)2, together with temporal profiles of the diurnal and seasonal variability.\r\nTo inform and evaluate this emission inventory through direct and independent emission flux measurements at the urban scale (~10 km2).\r\nTo apply atmospheric transport modelling to assess the performance of the emission inventory against concentration measurements and quantify the implications of the emissions improvements for air quality indicators.\r\n\r\nGrant Ref: NE/P016472/1",
    "keywords": "APHH, Delhiflux",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/32625/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/130596/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/130597/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/130598/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145471/?format=api"
    ]
}