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

{
    "ob_id": 31982,
    "uuid": "bb9c128fab0644929d8b45affc8e92d9",
    "title": "DARE-UK - Detection and Attribution of Regional greenhouse gas Emissions in the UK",
    "abstract": "Detection and Attribution of Regional greenhouse gas Emissions in the UK (DARE-UK) develops systems to estimate greenhouse gas emissions to improve the accuracy of the UK's greenhouse gas emissions inventory reports. This also allows us to better understand whether we are meeting our emission reduction targets. This research supports the UKs emission reporting to the UN Climate Change Convention Secretariat. The project focuses on three major greenhouse gases responsible for global warming: carbon dioxide (CO2), methane (CH4) and nitrous oxide (N2O). UK emissions are estimated based on land, ocean and atmospheric observations coupled with novel modelling techniques.\r\n\r\nDARE-UK is a research project funded by the Natural Environmental Research Council under the Highlight Topics, a route for funding strategic research.\r\n\r\nGrant Ref: NE/S004521/1",
    "keywords": "DARE-UK, greenhouse gas, UK",
    "status": "ongoing",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141599/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141600/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141601/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141602/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168951/?format=api"
    ]
}