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

{
    "ob_id": 38941,
    "uuid": "990268f433d54c73a30c81bb579e9ec8",
    "title": "PRIMAVERA",
    "abstract": "PRocess-based climate sIMulation: AdVances in high resolution modelling and European climate Risk Assessment - PRIMAVERA Project is a European Union Horizon2020 project (grant agreement number 641727) that ran from 2015 to 2020.\n\nThe PRIMAVERA archive is managed via the Earth System Grid Federation (ESGF), 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 PRIMAVERA pages (see linked documentation on this record).\n\nCEDA provides access to most PRIMAVERA simulations. Additional ensemble members for some models are available on the ESGF. PRIMAVERA contributed to the WCRP CMIP HighResMIP MIP and additional HighResMIP data is available on the ESGF and some data sets are provided to aid local access and use.",
    "keywords": "PRIMAVERA, MIP, CMIP, HighResMIP, Horizon2020, climate change, climate, model, simulation, multi-model",
    "status": "ongoing",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [],
    "parentProject": null,
    "subProject": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/38942/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/38957/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/38980/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/39010/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/39038/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/39066/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/39172/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/39133/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/187246/?format=api"
    ]
}