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

{
    "ob_id": 10611,
    "uuid": "f469a4aa9ddc70a4e3987bc215eb992f",
    "title": "ARSF - Flight GB07/03: 4 Welsh Sites",
    "abstract": "ARSF - GB07/03 project: Modelling Soil Hydrology and Biodiversity as \r\nAffected by Microtopography. Led by: Dr. John Scullion, Institute of Biological Sciences, Edward Llwyd Building, The University of Wales, Aberystwyth, Ceredigion, SY23 3DA. Location: Rhos, South Wales, UK.\r\n\r\nLiDAR and CASI werre flown over Rhos pasture communities, sites of species-rich semi-natural wet grassland with complex soil hydrology and microtopography features. The flight data was reconciled with detailed ground-based soil and vegetation surveys in order to model the hydrological regimes in effect. Microtopography is intricately linked to soil development and moisture regime, and these factors influence vegetation community development. Variation in soil moisture across small spatial areas can produce sharp community transitions and encourage biodiversity.  The overall aim of the research was to develop a system for modelling the hydrology and vegetation community development at these sites, predicting areas of high diversity or those presenting suitable conditions for the re-establishment of particular communities. The work has potential applications in habitat conservation and restoration.",
    "keywords": "",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7028/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7029/?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/38489/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144608/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145064/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145065/?format=api"
    ]
}