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

{
    "ob_id": 10723,
    "uuid": "7a0575c657e48cffbb9fd38439c9b402",
    "title": "ARSF - Flight IPY07/06: Iceland, Breidamerkurjokull area",
    "abstract": "Ice dynamics, calving and recession at Breidamerkurjokull, Iceland. Led by Dr. Adrian Luckman, Department of Geography, Swansea University, Swansea, SA2 8PP.\r\n\r\nThe process of calving at glaciers terminating in water accounts for a significant part of the flux of ice from the cryosphere to the oceans, and appears to be increasing as a result of climate change. There was an urgent need to better understand the mechanisms behind ice fracture, crevasse opening and calving events, so that the effects of climate change on the cryosphere can be better predicted. Breikull makes an excellent case study for such theoretical development and provides a community test site for a range of ice-dynamic and geomorphological investigations. This project directly addressed these topics by acquiring and analysing an unprecedented dataset for dynamic and volumetric analysis. In choosing Breikull, a lake-calving glacier, a large body of associated data becomes available including a bed DEM and historical topographic data. The ARSF AOI offered a unique chance to gain repeat lidar and aerial photograph datasets which are unlikely to become available by other means. The research team brought together a wide range of scientists to develop this community test site, and include experts in data processing and geophysics (Swansea), topographic change and geomorphology (Evans and Twigg), calving processes (Benn and Mottram) and glacier modelling (A&#240;algeirsd&#243;ttir and Bjornsson).",
    "keywords": "",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7112/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7113/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/38741/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144628/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145239/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145240/?format=api"
    ]
}