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

{
    "ob_id": 19200,
    "uuid": "17f7c4658b8742b79c9d66ec46be8f63",
    "title": "The World Climate Research Programme (WCRP)",
    "abstract": "The WCRP mission is to facilitate analysis and prediction of Earth system variability and change for use in an increasing range of practical applications of direct relevance, benefit and value to society. The two overarching objectives of the WCRP are to determine the predictability of climate; and to determine the effect of human activities on climate.\r\n\r\nRecent progress in the understanding of climate system variability and change makes it possible to gauge its predictability, and to use this predictive knowledge in developing adaptation and mitigation strategies. Such strategies assist global communities in responding to the impacts of climate variability and change on major social and economic sectors including food security, energy and transport, environment, health and water resources.\r\n\r\nThe main foci of WCRP research are:\r\n\r\n - observing changes in the components of the Earth system (atmosphere, oceans, land and cryosphere) and in the interfaces between these components;\r\n - improving our knowledge and understanding of global and regional climate variability and change, and of the mechanisms responsible for this change;\r\n - assessing and attributing significant trends in global and regional climates;\r\n - developing and improving numerical models that are capable of simulating and assessing the climate system for a wide range of space and time scales; and\r\n - investigating the sensitivity of the climate system to natural and human-induced forcing and estimating the changes resulting from specific disturbing influences.\r\n\r\nThe World Climate Research Programme is sponsored by the World Meteorological Organisation (WMO), the International Council for Science (ICSU) and the Intergovernmental Oceanographic Commission (IOC) of UNESCO.",
    "keywords": "WCRP, climate change, WMO",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [],
    "parentProject": null,
    "subProject": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/11970/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/11993/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/13249/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/12257/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/25061/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/26972/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/11975/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76357/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76358/?format=api"
    ]
}