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

{
    "ob_id": 4559,
    "uuid": "b6689b15a9d2b4c205fc803ed4d63e09",
    "title": "JET2000",
    "abstract": "The African Easterly Jet (AEJ) is part of a climatic system which is of critical importance to African and global weather and climate, but is poorly observed and not well represented in model analyses. For the JET2000 project the Met Office Met Research flight (MRF) aircraft performed four flights, involving transects along and across the jet and the baroclinic zone, to make observations of unprecedented resolution for this part of the world. 110 dropsondes were dropped along the fight path.\r\n\r\nThe Objectives were:\r\n\r\n1. African Easterly Jet: To provide detailed synoptic observations of the basic state over mainland West Africa. This will focus on the AEJ and its associated temperature, humidity and PV contrasts.\r\n2. African Easterly Waves: To provide detailed synoptic observations of the AEWs over mainland tropical West Africa.\r\n3. Operational analyses and Forecasts: To assess the impact on operational analyses and forecasts of having extra observations over mainland West Africa for the period of the experiment.\r\n\r\nThe data includes detailed synoptic observations of the basic state over mainland West Africa, and detailed synoptic observations of the African Easterly Waves (AEW) over mainland tropical West Africa.",
    "keywords": "JET2000, AVHRR, AWS, MVIRI, Aircraft, Radiosonde",
    "status": "",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3068/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3069/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4556/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52211/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/129721/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/129722/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/129723/?format=api"
    ]
}