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

{
    "ob_id": 31968,
    "uuid": "cd161a8305384eb38109036a74d7e2b9",
    "title": "ESA Biological Pump and Carbon Export Processes (BICEP) Project",
    "abstract": "The ESA Biological Pump and Carbon Export Processes (BICEP) project is an ESA project led by the Plymouth Marine Laboratory.   The objective of the  BICEP project is to further advance our capacity to better characterise the different components of the ocean biological carbon pump, its pools and fluxes, its variability in space and time and the understanding of its processes and interactions with the earth system,  from a synergetic use of space data, in-situ measurements and model outputs.\r\n\r\nThe development of the BICEP datasets was also supported the Simons Foundation grant 'Computational Biogeochemical Modeling of Marine Ecosystems' (CBIOMES, number 549947).",
    "keywords": "",
    "status": "ongoing",
    "publicationState": "preview",
    "identifier_set": [],
    "observationCollection": [],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141467/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141468/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141469/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141471/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141612/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141533/?format=api"
    ]
}