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

{
    "ob_id": 24926,
    "uuid": "e09fed7836e940a080ef210e0b487e57",
    "title": "ESA MIPclouds",
    "abstract": "The Michelson Interferometer for Passive Atmospheric Sounding (MIPAS) on the ENVISAT satellite measures limb IR spectra in the 4 to 15 micron range. The instrument has measured nearly continuously from September 2002 to March 2004. The ESA operational level 1 and 2 products for this period include so far no direct information on clouds and aerosols. This is not a surprising fact, because the analysis and retrieval of cloud parameter from limb IR spectra are still challenging tasks for radiative transport applications. As part of an ESA funded study the MIPclouds consortium has investigated improvements and new developments in the detection and type classification of cloudy spectra (PSC types, liquid/ice), the retrieval of micro-physical and macro-physical parameters from the spectra, such as cloud top heights, extinction and temperature, and estimates of particle sizes and ice water content of the cloud. Results of a corresponding feasibility study will be presented. Final goal of the project is to develop a fast (near-real-time) and validated prototype processor for the analysis of the first MIPAS measurement period.",
    "keywords": "",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9319/?format=api"
    ],
    "observationCollection": [],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": []
}