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

{
    "ob_id": 43702,
    "uuid": "fa308f5639a54d0ba0b401c206042797",
    "title": "Amazonian Landscapes in Transition",
    "abstract": "The Amazonian Landscapes in Transitions (ALT) project seeks to address the a fundamental question as to whether Amazonian forests will be able to withstand the simultaneous impacts of climate and local anthropogenic disturbances. This question is of global relevance, as France is directly involved in negotiations on the potential of its forests to both offset carbon emissions and mitigate the biodiversity crisis. \r\n\r\nThe project approach was to calibrate detailed forest dynamic models to generate maps of ecological indicators that will account for forest vulnerability, in addition to current forest indicators. Such territorial model-based estimates of ecological indicators for French Guiana will be associated with uncertainty maps. This strategy depends on the consolidation of a solid knowledge based of accurate forest inventories, including trees in the forest understory, which condition the future of forest regeneration, on information on plant functional diversity, and on patterns and processes of tree mortality.",
    "keywords": "Amazon, Biomass, Trees",
    "status": "ongoing",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/209136/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/209137/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/209138/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/209134/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/209135/?format=api"
    ]
}