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

{
    "ob_id": 8587,
    "uuid": "fa51a7a873b090562122b405e9742a3d",
    "title": "NCEO Theme 2 Sub theme 6: Quantification of ocean biogeochemistry and carbon fluxes",
    "abstract": "Ocean colour (OC) or visible spectral radiometry deals with light re-emerging from the ocean after scattering and absorption of incident sunlight by particles, phytoplankton (energising photosynthesis), dissolved and detrital organic C compounds (from lysis, respiration and photo-chemical breakdown) and water.  Remotelysensed OC data provides an integrated quasi-steady state observation of the whole of the global ocean and all \r\ntypes of ocean environments (seasonally-variable nutrient & light climates): oligotrophic gyres; equatorial ecosystems; mid and high-latitude, seasonally-productive systems; highly-productive upwelling and convergent zones. Primary production (PP) derived from OC data gives an estimate of the total C sequestered by phytoplankton (~35-70 Gt C yr-1\r\n).  Hitherto EO-based PP models have used chlorophyll (Chla) as the state variable. New methods invoke Inherent Optical Properties (IOPs; the spectral absorption & \r\nbackscattering of the ocean).  Using IOP models and IOP-OC data, we will describe the pelagic ocean C-cycle, with improved PP models, re-cycling rates and respiration, to: \r\n(i) determine phytoplankton function types (PFTs) used in ecosystem models; (ii) provide parameter data for ecosystem models; (iii) partition the pelagic C-pool into particulate, dissolved, organic and inorganic components.",
    "keywords": "NCEO, carbon, biogeochemistry",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5495/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5496/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8584/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/5001/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/51848/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/51846/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/51847/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/51845/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/33926/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/33925/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54787/?format=api"
    ]
}