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

{
    "ob_id": 12834,
    "uuid": "f4f03877e046436a82573cf5f9032356",
    "title": "ACSOE OXIdising Capacity of the Ocean Atmosphere (OXICOA) - Testing Atmospheric Chemistry in Anticyclone (TACIA) Joint Programme",
    "abstract": "The Atmospheric Chemistry Studies in the Oceanic Environment (ACSOE) OXIdising Capacity of the Ocean Atmosphere (OXICOA) and Testing Atmospheric Chemistry in Anticyclone (TACIA) combined efforts to focus on continental plumes, mainly through in-situ measurements from on-board MRF C-130. Known affectionately as Snoopy, the C-130 research aircraft is a former transport aircraft operated by the Meteorological Research Flight (MRF), with a Royal Air Force crew. It has a range of 5,000 km and an endurance of up to 12 hours. It can reach a ceiling of 10 km, or can skim the wave-tops at fifty feet. During ACSOE it flew missions over the North Sea and North Atlantic from its home base at Boscombe Down, Wiltshire, and was also detached to the Azores, mainland Portugal, and Tenerife for experiments further afield. It was instrumented in a number of different configurations, depending on the experiment in progress, including a new fit of fast in-situ trace gas photochemistry instruments developed specifically for ACSOE. The aircraft has a central data acquisition system that logs data from all of the instruments and an on-board computer system called HORACE. The latter was configured to run various algorithms based on the real-time measurements.",
    "keywords": "ACSOE, OXICOA, TACIA",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6335/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/12425/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50191/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50406/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/49036/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/49037/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/49038/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/49035/?format=api"
    ]
}