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

{
    "ob_id": 19972,
    "uuid": "a36edd0e73c147a4bc7346f27ffb2466",
    "title": "icare-QUAD- Quality of Airborne Data",
    "abstract": "This project was a training course in the analysis and assessment of uncertainties and errors in measured properties using various research airplanes and instrumentation.  This was a EUFAR funded training school for new researchers during the International Conference on Airborne Research for the Environment (ICARE) in Toulouse in October 2010. \r\nThe integration of airborne observations involving multiple aircraft needs to consider the true uncertainties of the measurements on board of the different aircraft. In order to assess these errors during in-flight operating conditions, wingtip-to-wingtip comparison flights along constant level runs at various altitudes are a powerful tool. Almost every property of the atmosphere can be observed using different measurement techniques and/or different instrumentation. Assessing combined instrumental uncertainty, as well as temporal and spatial resolution is one of the key issues in data quality evaluation process.",
    "keywords": "EUFAR",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9186/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/24051/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/6385/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75940/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75941/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105804/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75942/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75943/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105854/?format=api"
    ]
}