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

{
    "ob_id": 25296,
    "uuid": "48e604045eb44e258c81d5a06464390f",
    "title": "WCRP CCMI-1: The CNRM-CERFACS contribution",
    "abstract": "WCRP CCMI-1 project contribution by CNRM-CERFACS. \r\n\r\nThe CNRM-CERFACS team consisted of the following agencies: Centre National de Recherches Meteorologiques (CNRM) and Centre Européen de Recherche et Formation Avancées en Calcul Scientifique (CERFACS).\r\n\r\nThe WCRP Chemistry Climate Model Initiative phase 1 (CCMI-1), is a global chemistry climate model intercomparison project, coordinated by the University of Reading on behalf of the World Climate Research Program (WCRP).",
    "keywords": " WCRP, CCMI-1, CNRM-CERFACS",
    "status": "completed",
    "publicationState": "preview",
    "identifier_set": [],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/25297/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/25298/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/12257/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/103630/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/103626/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/103627/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/103628/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/103629/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/103631/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/103625/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/103633/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/103632/?format=api"
    ]
}