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

{
    "ob_id": 14849,
    "uuid": "7458ec06ec2d4367890f023a080d4b00",
    "title": "STICCS - Submillimetre Trial In Cirrus and Clear Skies",
    "abstract": "STICCS is a Met Office project using the FAAM BAe-146 aircraft. The project aims to:  \r\n- Evaluate the performance of the ISMAR instrument.\r\n- To measure the submillimetre spectral signature of cirrus and clear skies. Other aircraft instruments are required to provide ?truth? and provide closure measurements.\r\n- To obtain microwave, submillimetre, infrared and visible aircraft data simultaneously with satellite overpasses (e.g. A-train, METOP).\r\n- To overfly ground based sites (Chilbolton radar) in cirrus conditions and obtain submillimetre and in-situ cirrus measurements.",
    "keywords": " STICCS, FAAM, Met Office",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9103/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/17170/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/57671/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/57672/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/57673/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/57669/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/57670/?format=api"
    ]
}