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

{
    "ob_id": 1078,
    "uuid": "d13ab45d5eb43b79782b4db436596e86",
    "title": "Airborne Southern Hemisphere Ozone Experiment (ASHOE) / Measurements for Assessing the Effects of Stratospheric Aircraft (MAESA)",
    "abstract": "The Airborne Southern Hemisphere Ozone Experiment (ASHOE) is designed to examine the causes of ozone loss in the Southern Hemisphere lower stratosphere and to investigate how the loss is related to polar, mid-latitude, and tropical processes. ASHOE will be conducted in concert with the campaign, Measurements for Assessing the Effects of Stratospheric Aircraft (MAESA), whose focus is to provide information about stratospheric photochemistry and transport forassessing the potential environmental effects of stratospheric aircraft. These combined objectives will be met by a series of flights of the National Aeronautics and Space Administration (NASA) ER-2 high-altitude research aircraft from Christchurch, New Zealand, and on transit flights from Moffett Field, California, to Christchurch via Hawaii and Fiji. Flights of the remotely piloted vehicle Perseus, or possibly balloons, to higher altitudes in the tropics and mid-latitudes will also be made. There are several compelling reasons to study processes relating to ozone depletion in the Southern Hemisphere and tropical lower stratosphere.",
    "keywords": "",
    "status": "",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/805/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/806/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/1075/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/3440/?format=api"
    ]
}