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

{
    "ob_id": 41758,
    "uuid": "a5168846f94948b5a279df6034e6c0cc",
    "title": "WCRP CMIP6Plus: Coupled Model Intercomparison Project Phase 6 Plus",
    "abstract": "The WCRP Coupled Model Intercomparison Project, Phase 6 Plus (CMIP6Plus), is a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the World Climate Research Program (WCRP).\n\nThe CMIP6Plus archive is managed via the Earth System Grid Federation, a globally distributed archive, with various portals delivering advanced faceted search capabilities provided from a number of participating organisations. Full details are available from the CMIP6Plus pages (see linked documentation on this record).\n\nCEDA provides access to key CMIP6Plus simulations including those generated by the UK CMIP6Plus collaboration between the Met Office and NERC. Replicas of international data sets are provided to aid local access and use.",
    "keywords": "MIP, CMIP, CMIP6Plus, WCRP, climate change, IPCC, climate, model, simulation, multi-model",
    "status": "ongoing",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [],
    "parentProject": null,
    "subProject": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/41759/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/203434/?format=api"
    ]
}