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

{
    "ob_id": 20068,
    "uuid": "6ee6e0a3f57c4ca79e8cbc0daaafe76f",
    "title": "Global Coordination of Atmospheric Electricity Measurements (GloCAEM)",
    "abstract": "It is well established that Earth has a \"Global atmospheric Electric Circuit\" (GEC), through which charge separation in thunderstorms sustains large scale current flow around the planet. The GEC generates an atmospheric electric field which is present globally, and is typically 100V/m near the surface in fair weather conditions. Measurements of electric field have been shown to include information about global thunderstorm activity, local aerosol concentrations and cloud cover, as well as changes in the space weather environment. Recent work has also suggested that atmospheric electrical changes may be effective as earthquake precursors, as well as being sensitive to release of radioactivity, as evidenced by the Fukushima disaster in 2011. \r\n\r\nThe global nature of the GEC means that in order that truly global signals are considered in understanding the processes within the circuit, many validating measurements must be made at different locations around the world. To date, no genuinely global network of FW atmospheric electricity measurements has ever existed, therefore, given the growing number of groups now involved in atmospheric electricity monitoring, such a proposal is timely. \r\n\r\nThis project brought these experts together to make the first steps towards an effective global network for FW atmospheric electricity monitoring by holding workshops to discuss measurement practises and instrumentation, as well as establish recording and archiving procedures to archive electric field data in a standardised, easily accessible format, then by creating a central data repository. This project was funded in the UK under NERC grant NE/N013689/1.",
    "keywords": "GloCAEM, GEC, electric potential, electric field",
    "status": "ongoing",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/24981/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/877/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76353/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76354/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102274/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102275/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102276/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102277/?format=api"
    ]
}