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

{
    "ob_id": 19968,
    "uuid": "829eeb1934584b929e1114cb0560df88",
    "title": "SWAMP- Spectrometry of a Wetland And Modelling of Photosynthesis with Hyperspectral Airborne Reflectance and Fluorescence",
    "abstract": "This EUFAR training course was to educate and train the early career scientists to plan and conduct an airborne research and (near-)ground validation campaign and how to use the collected data. The training course included an airborne campaign with the APEX imaging spectroradiometer mounted in the DLR Dornier 228 aircraft combined with a concurrent ground campaign and near-ground campaign with small UAV platforms and satellite data acquisitions at the instrumented POLWET wetland study site. All these platforms and sensors were used to determine Earth surface reflectance and fluorescence which play a role in supporting satellite mission design and use (e.g. FLEX) and which to support multi-scale (“leaf to ecosystem”) land-atmosphere exchange modelling studies.",
    "keywords": "EUFAR, APEX",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9197/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/24508/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/6385/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75926/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75927/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75928/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105829/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105787/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105890/?format=api"
    ]
}