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

{
    "ob_id": 14844,
    "uuid": "8fefc02a17ad4558ad171459bb544dad",
    "title": "Met Office PIKNMIX campaigns: cloud pyhsics and radiation events",
    "abstract": "PIKNMIX is a range of Met Office cloud pyhsics and radiation campaigns including cold air outbreak studies. \r\n Objectives: \r\n 1.To obtain microphysical and dynamical measurements in a variety of cloud regimes including cold air outbreaks, cirrus and mid-level mixed phase clouds.\r\n 2.Flights in combination with the operational weather radar at Stornaway & Aberdeen.\r\n 3.Potential intercomparison flight with MOCCA.Cold air outbreak up towards Iceland (potential overnight if hangar available).\r\n 4.Spiral descent in Cirrus",
    "keywords": "PIKNMIX, FAAM, Met Office",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9094/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10512/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/15806/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/6300/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/57646/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/57647/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/57648/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/57649/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/57645/?format=api"
    ]
}