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

{
    "ob_id": 19166,
    "uuid": "f5ddf65bff5744bc9445b3c8dc350375",
    "title": "RAPID Round 1: Circulation overflow and deep convection studies in the Nordic Seas using tracers and models",
    "abstract": "Rapid Climate Change (RAPID) was a £20 million, six-year (2001-2007) programme for the Natural Environment Research Council. The programme aimed to improve the ability to quantify the probability and magnitude of future rapid change in climate, with a main (but not exclusive) focus on the role of the Atlantic Ocean's Thermohaline Circulation.\r\n\r\nThe project investigated two aspects of the Nordic Seas circulation of importance to the North Atlantic meridional overturning circulation (MOC): (1) Sources of water in the Greenland-Scotland overflows: recent tracer release and transient tracer observations were used to constrain inverse models of the sources of Denmark Straits and Faroe-Bank channel overflow waters. (2) The initiation of convection and its relation to submesoscale hydrodynamics: very high-resolution non-hydrostatic models for the Central Greenland Sea were used to model recent observations, which show convection to be intimately related to local sub-mesoscale structure.: The objective was to develop improved descriptions of convection for use in OGCMs, to more accurately describe how the sinking branch of the MOC will be affected by changes in forcing.",
    "keywords": "RAPID, Climate change, Nordic Sea",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/2866/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/19089/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72331/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72106/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72332/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72333/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72107/?format=api"
    ]
}