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

{
    "ob_id": 12970,
    "uuid": "c9b4b1fcab734987bcbfb36437734ca7",
    "title": "Seasonal-to-decadal climate Prediction for the improvement of European Climate Services (SPECS)",
    "abstract": "SPECS will undertake research and dissemination activities to deliver a new generation of European climate forecast systems, with improved forecast quality and efficient regionalisation tools to produce reliable, local climate information over land at seasonal-to-decadal time scales, and provide an enhanced communication protocol and services to satisfy the climate information needs of a wide range of public and private stakeholders.\r\n\r\nThe improved understanding and seamless predictions will offer better estimates of the future frequency of high-impact, extreme climatic events and of the prediction uncertainty. New services to convey climate information and its quality will be used.\r\n\r\nSPECS will be, among other things, the glue to coalesce the outcome of previous research efforts that hardly took climate prediction into account. It will ensure interoperability so as to easily incorporate their application in an operational context, provide the basis for improving the capacity of European policy making, industry and society to adapt to near-future climate variations and a coordinated response to some of the GFCS components.\r\n\r\nThis project is funded by the Seventh Framework Programme (FP7) of the European Commission (GA 308378).",
    "keywords": "SPECS, climate, prediction, seasonal, decadal, Europe",
    "status": "ongoing",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8496/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6086/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/13118/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50237/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50239/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50240/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50241/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50238/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54989/?format=api"
    ]
}