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

{
    "ob_id": 32167,
    "uuid": "c446ce8eaecf494b9e9bbcfc11038dd4",
    "title": "Option 6 of the ESA Glaciers_cci project: An Inventory of Ice-Marginal Lakes in Greenland",
    "abstract": "This project was undertaken as part of the ESA Glaciers Climate Change Initiative project.  \r\n\r\nThe objective of this project is to construct a comprehensive inventory of ice-marginal lakes for Greenland that can be used to assess the spatial trends, relations, and impacts of ice marginal lakes in the context of a warming climate.  The inventory of ice marginal lakes is of great relevance for extreme outburst flood events, keeping meltwater away from the oceans, impact on the evolution of glaciers in terms of area and volume (frontal feedback mechanisms), and to modelling glacier dynamics and glacier/climate interactions. \r\n\r\nThe inventory will contribute to the essential climate variable 'Lakes' and has been generated by the ESA project Glaciers_cci under Option 6, which is an addition to the baseline proposal",
    "keywords": "",
    "status": "ongoing",
    "publicationState": "preview",
    "identifier_set": [],
    "observationCollection": [],
    "parentProject": "https://catalogue.ceda.ac.uk/api/v2/projects/13301/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://catalogue.ceda.ac.uk/api/v2/rpis/143016/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/143017/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/143018/?format=api"
    ]
}