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

{
    "ob_id": 27266,
    "uuid": "a274dbc117484ee78f92fcb48cd552bc",
    "title": "Dynamics & coupling of the mesosphere & lower thermosphere - studies with meteor radar and EISCAT (STFC Grant Award: PP/E002218/1)",
    "abstract": "The mesosphere and lower thermosphere (MLT) is that part of the atmosphere at heights of ~ 50 / 110 km. This project used an array of sophisticated meteor radars, the international EISCAT radar in Scandinavia, the NASA Aeronomy of Ice in the Mesosphere satellite and three numerical models to study the winds, tides and waves of the MLT and to investigate how they control Polar Mesospheric Clouds. A particular focus of the work was to understand how solar variability influences the atmosphere at these heights and to study how coupling processes connect the MLT to the underlying lower atmosphere and the upper atmosphere above.",
    "keywords": "mesosphere, thermosphere",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/27283/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/114028/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/114026/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/114027/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/114025/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/114031/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/114030/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/114029/?format=api"
    ]
}