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

{
    "ob_id": 6193,
    "uuid": "f26c341c46a9c83924a224284eb785c2",
    "title": "Firn Record of Trace Gases Relevant to Atmospheric Chemical Change over 100 yrs (FIRETRACC/100)",
    "abstract": "The FIRETRACC project aims are to determine the history of numerous trace gases of both human (pollution) and natural origin over the 20th century in the global atmosphere. This has been achieved by pumping old air out of deep unconsolidated snow (known as firn) that accumulates to depths of around 50 to 100 m on the polar ice caps of both hemispheres. The resulting firn air samples from the Arctic and Antarctic were returned to Europe and the US for multiple gas and isotope analysis in a number of research laboratories. The firn air samples have been analysed for well over eighty separate trace gases (halocarbons, non-methane hydrocarbons, alkyl nitrates, sulphur species, etc.), and thirteen different isotopic measurements of CO2, CH4, CO and permanent gases (O2, N2, Ar, Kr). These are the most comprehensive measurements of past atmospheric composition made to date.\n\n\nThe FIRETRACC project is EU funded (Project reference ENV4970406). The FIRETRACC Scientific Co-ordinator is Dr William Sturges at the University of East Anglia, UK. Other contractors are the NERC British Antarctic Survey (BAS - UK), the Centre National de la Recherche Scientifique (CNRS - France), University of Bern (Switzerland) and the Max-Planck Institute (Germany).",
    "keywords": "",
    "status": "",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4019/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4020/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6190/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/26234/?format=api"
    ]
}