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

{
    "ob_id": 7226,
    "uuid": "e3ea9b785d17b4d97f1b448d7963deef",
    "title": "NOAA-CIRES Twentieth Century Global Reanalysis Project",
    "abstract": "The 20th Century Reanalysis (Version 2) Dataset was produced by the National Oceanic and Atmospheric Administration (NOAA) and University of Colorado's Cooperative Institute for Research in Environmental Sciences (CIRES), members of the international Twentieth Century Reanalysis (20CR) project.\r\n\r\nThe data were produced through international cooperation under the auspices of the international Atmospheric Circulation Reconstructions over the Earth (ACRE) initiative, and working groups of the Global Climate Observing System (GCOS) and the World Climate Research Program (WCRP). The 20CR project produced comprehensive global atmospheric circulation data spanning from late 19th century to the early 21st century, having only assimilated surface synoptic pressure observations and using observed monthly sea-surface temperature and sea-ice distributions from the HadISST dataset, courtesy of the Met Office Hadley Centre, as boundary conditions. Analyses every 6 hours on a 2 degree grid were produced to give the most likely state of the atmosphere based on a 56 ensemble member runs. Means, spreads and all ensemble members for each time step are available in the dataset archived at the BADC. The current 20CR output produced spans from 1871 to present with the BADC copy being updated when possible.",
    "keywords": "NOAA, CIRES, reanalysis, model, ensemble",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4697/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4698/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/7223/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/30429/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74199/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74200/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74201/?format=api"
    ]
}