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

{
    "ob_id": 25088,
    "uuid": "3b93f94481a841f68bc1ce1e975e3ead",
    "title": "Auchencorth Moss Atmospheric Observatory (AU) and associated Field sites",
    "abstract": "During 2000s the site activity has increased and was established in 2006 as EMEP (European Monitoring and Evaluation Program, Level 2/3) supersite for the UK. Long term monitoring is led by NERC CEH with contributions from other organisations/research institutes including Ricardo AEA, BureauVeritas, NPL, the University of Birmingham and University of Edinburgh. In April 2014 the site was awarded WMO GAW regional station (World Meteorological Orgamisation Global Atmospheric Watch). In 2017 the site joined the ICOS network (Integrated Carbon Observation System).\r\n\r\nThe meteorological measurements were initially made to assist with interpretation of the fluxes and as such weren't installed with the intention of providing WMO standard measurements but since 2014 we have been moving towards these standards as well as enhancing instrumentation.  Similar measurements are also made at nearby Easter Bush Field site by the same team.",
    "keywords": "Auchencorth Moss, Meteorology, Temperature, Rainfall, Wind Speed",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/25087/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102803/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102804/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/102805/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/178006/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/132770/?format=api"
    ]
}