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

{
    "ob_id": 11979,
    "uuid": "dbd5cd21b4715d9f3dc443e5ec5c25a1",
    "title": "QUEST Theme 1 - QUEST Atmospheric Aerosols and Chemistry (QUAAC)",
    "abstract": "QUAAC was led by Prof John Pyle (University of Cambridge), with 11 co-investigators at the Universities of Sheffield, Leeds, York, Lancaster and Manchester, and from CEH.\r\n\r\nCoupling between the chemistry/climate system and land surface processes are important controls on the atmosphere, but chemical schemes have only recently and simplistically been introduced into numerical models. QUAAC studied the role of surface processes on atmospheric oxidizing capacity and aerosol loading, building on an existing Met Office/NERC initiative to develop a new community model, UKCA, to study the interaction between climate and atmospheric composition.\r\n\r\nNew chemistry and aerosol schemes were developed for inclusion in the model. Schemes were also developed to describe (interactively wherever possible) surface emissions of reactive trace gases and deposition processes.",
    "keywords": "QUEST, QUACC, chemistry, climate, model",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8067/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8068/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4332/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/1650/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/45903/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72544/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/71776/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72545/?format=api"
    ]
}