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

{
    "ob_id": 25937,
    "uuid": "130756538390418ea80ebe143542b01d",
    "title": "Quality Assurance for Essential Climate Variables (QA4ECV)",
    "abstract": "The FP7 QA4ECV project was initiated in 2014 to demonstrate how reliable and traceable quality information can be provided for satellite and ground-based measurements of climate and air quality parameters. The project developed and applied a Quality Assurance framework on new and improved multi-decadal data records of the Land ECVs Albedo, Leaf Area Index (LAI), and Fraction of Absorbed Photosynthetically Active Radiation (FAPAR), and on the Atmosphere ECVs nitrogen dioxide (NO2), formaldehyde (HCHO), and carbon monoxide (CO).\r\n\r\nQA4ECV provides multi-decadal satellite data records for 3 Land Essential Climate Variables (ECVs) and 3 Atmosphere ECV precursors.",
    "keywords": "",
    "status": "",
    "publicationState": "preview",
    "identifier_set": [],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/25940/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/25943/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/25946/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108417/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108419/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108546/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108418/?format=api"
    ]
}