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

{
    "ob_id": 1059,
    "uuid": "2bcb1083dfaa2cab3236f6fbc7cd27c0",
    "title": "CRYOspheric STudies of Atmospheric Trends (CRYOSTAT)",
    "abstract": "CRYOSTAT will undertake the first combined measurements of \"greenhouse\", ozone-depleting, and other gases in contiguous fern-ice profiles, spanning 200 years or more, in both hemispheres. Using linked fern transport and atmospheric chemistry models, histories of global meridian and vertical distributions (troposphere and stratosphere) of the gases will be reconstructed. Sources and sinks, both natural and anthropogenic, will be identified and quantified using novel isotope analyses and trace gas modelling. The trends will be further used to determine changes from pre-industry to present in:\n(a) radiative forcing from greenhouse gases, \n(b) stratospheric ozone, temperature and chemistry, and \n(c) troposphere ozone and photochemical state. Vital improvements in cryophilic and atmospheric modelling capabilities will result. CRYOSTAT will thereby contribute to the scientific underpinning of the Kyoto and Montreal Protocols.  \n\nCRYOSTAT is an evolution of the FIRETRACC/100 project, the data from which is also held at BADC.\n\nThe CRYOSTAT project is funded by the CEC (Project reference EVK2-2001-00116). The Scientific Co-ordinator is Dr William Sturges at the University of East Anglia, UK.",
    "keywords": "",
    "status": "",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/786/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/787/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/1056/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/3385/?format=api"
    ]
}