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

{
    "ob_id": 10671,
    "uuid": "687525c498724ce9a68d4581a18e574b",
    "title": "ARSF - Flight IPY07/02: Iceland, Thingvallavatn area",
    "abstract": "ARSF project IPY07/02: Lava penetrating water; led by Dr. Neil Mitchell (SEAES, University of Manchester); Site: Nesjahraun, Thingvallavatn, Iceland\r\n\r\nWe requested LiDAR data to record the surface morphology of lava that entered a lake on Iceland 2,000 years ago.  Surface relief and flow-wise gradients was-- quantified from these data to compare with similar measurements from geophysical data collected within the lake in 1997 and previously.  On entering water, lava becomes effectively less dense because of buoyancy and cools more rapidly because of water's greater heat capacity than air.  Volcanic islands, where water-entering flows have been located previously, are typically strongly eroded by sea-swell around coasts so they usually provide poor information on morphological effects of buoyancy and cooling in shallow regions, but lavas emplaced into lakes are less affected.  This target Thingvallavatn lava indeed shows evidence for an abrupt steepening 0-20 m below water level that could be caused by inflation of the lava as it lost effective density immediately on entering water.  Combined with further fieldwork and analysis of sample physical properties, this project therefore sought to address the behaviour of lava in a site only 30 km from Reykjavik.",
    "keywords": "",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7073/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7074/?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/38624/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144620/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145197/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145198/?format=api"
    ]
}