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

{
    "ob_id": 27702,
    "uuid": "79d5be6f496e4166b2d2a7d2f1716476",
    "title": "Towards a Biosphere Atmosphere Change Index (BACI) H2020 project",
    "abstract": "The  “BACI” baci  translates satellite data streams into novel “essential biodiversity variables” by integrating ground-based observations. The trans-disciplinary project offers new insights into the functioning and state of ecosystems and biodiversity. BACI enables the user community to detect abrupt and transient changes of ecosystems and quantify the implications for regional biodiversity. Other key elements are, firstly attributing ecosystem transformations to societal transformations, and secondly developing a prototype early warning system for detecting disturbances at the interface of land ecosystems and atmosphere.\r\n\r\nUniversity College London lead work package 2, provided the core requirement of timely and consistent spatial data to be used as input to the BACI analysis framework. This was primarily Earth Observation Sattelite  data, but also additional spatial data such as elevation and slope/aspect. WP2 will provide a generic, scaleable framework for combining data from multiple streams for input into BACI index analysis, effectively a multi-source, surface change detection system. \r\n\r\nThe output of  work package 2 was a system ‘state vector’ representing the state of a point/region on the land surface at a given time as a function of input data (reflectance, Δreflectance i.e. change in reflectance since the last observation, LST, backscatter and multi-temporal backscatter statistics, interferometric coherence, soil moisture, freeze/thaw, snow characteristics, albedo, vegetation state, ancillary), with uncertainty archived at CEDA. \r\n\r\nThe project co-ordinated by the Max Planck Institute for Biogeochemistry ran from April 2015 - March 2019\r\n\r\nThis project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 640176",
    "keywords": "BACI, H2020, biodiversity, land surface temperature, ecology, indicators",
    "status": "",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/27434/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115810/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115811/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/115812/?format=api"
    ]
}