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

{
    "ob_id": 41680,
    "uuid": "d339aef874594e5e9cd22161e9efb9a1",
    "title": "Characterising CiRrus and icE cloud acrosS the spectrTrum (CCREST-M)",
    "abstract": "The Characterising CiRrus and icE cloud acrosS the spectrTrum (CCREST-M) project utilised the FAAM aircraft. The project aims to reduce uncertainty associated with the representation of cirrus and ice cloud radiative properties with anticipated benefits from NWP through to climate timescales. Central to achieving these goals is the collection and analysis of a novel ground and airborne observational dataset, combining both active (radar, lidar) and passive radiative measurements of ice clouds from across the electromagnetic spectrum with comprehensive up-to-date in-situ cloud microphysics observations over the full range of particle sizes",
    "keywords": "CCREST-M, FAAM, Met Office",
    "status": "completed",
    "publicationState": "working",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/12917/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/41683/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/203189/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/203190/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/203104/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/203105/?format=api"
    ]
}