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

{
    "ob_id": 41514,
    "uuid": "215af4b50e78460faf0b55173b44ec8f",
    "title": "Airborne Measurements of Charged Cloud and Aerosol (AMCCA)",
    "abstract": "The Airborne Measurements of Charged Cloud and Aerosol (AMCCA) project will use the FAAM BAe-146 aircraft to make  measurements of electric charge at stratiform cloud and dust aerosol layer edges, in conjunction radiosonde measurements of electric charge released from the University of Reading Atmospheric Observatory. \r\n\r\nThis project will investigate how the natural electric fields always present in the atmosphere affect cloud and aerosol processes. These include the increased sticking probability of colliding droplets which are charged, an additional electrical uplift force reducing the rate of dust deposition, and enhanced removal of charged dust and aerosol by water droplets. Such effects are known to occur in and around stratiform cloud and above and within atmospheric dust layers.\r\n\r\nThese flights will allow us to identify which in-cloud processes are affected by electric charge, and how dust size distributions relate to charge, which has never been quantified experimentally before.\r\n\r\nAMCCA is a FAAM Research Runway project.",
    "keywords": "AMCCA, FAAM, Met Office",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/12835/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/41517/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202381/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202295/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202380/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202294/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202383/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/203191/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/202382/?format=api"
    ]
}