Project Instance
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/45672/?format=api
{ "ob_id": 45672, "uuid": "b30debc1547a4968bfc7309c69f8f878", "title": "New ways of measuring atmospheric hydrogen: paving the way for hydrogen leak quantification (NERC grant NE/X011976/1)", "abstract": "The aim of this project is to develop and demonstrate how mobile measurements of atmospheric hydrogen can be used to locate and quantify fugitive emissions of hydrogen to the atmosphere. The data provided here are atmospheric hydrogen concentration measurements from Egham, Surrey, UK, that were recorded throughout the project. \r\n\r\nNERC grant NE/X011976/1 - New ways of measuring atmospheric hydrogen: paving the way for hydrogen leak quantification", "keywords": "", "status": "", "publicationState": "", "identifier_set": [], "observationCollection": [], "parentProject": null, "subProject": [], "responsiblepartyinfo_set": [ "https://catalogue.ceda.ac.uk/api/v2/rpis/218274/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218275/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218276/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218277/?format=api" ] }