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/6521/?format=api
{ "ob_id": 6521, "uuid": "88c0f40600399ec1bd84a52277ee7fe2", "title": "APPRIASE - ADIENT (Appraising the Direct Impacts of aErosol oN climaTe) project", "abstract": "The ADIENT (Appraising the Direct Impacts of aErosol oN climaTe) project aims to provide information and understanding of the properties and processes that determine aerosol radiative properties and impact on a range of scales from close to source, through plume and to regional scales. The aim of the aircraft work is to provide quality controlled in-situ measurements for the ADIENT project concerning UK and EU anthropogenic aerosol composition, microphysics and radiative properties and radiative impact.\r\n\r\nThe ADIENT project is part of the APPRAISE (Aerosol Properties, PRocesses And Influences on the Earth's climate) thematic programme of the Natural Environment Research Council (NERC). Its aim is to understand and quantify how aerosols affect the Earth's radiation budget, by scattering and/or absorbing radiation, influence clouds, and hence indirectly affect climate and the hydrological cycle, and contribute to feedback processes between land, the biosphere and climate.\r\n\r\nRelated FAAM BAE-146 flights:\r\n\r\nManchester: Aerosol Mass Spectrometer : b333, b334, b335, b355, b356, b357, b362,b363, b364,b365, b366, b367, b368, b369, b370, b371, b372, b373, b374, b379, b380, b401,b402,b406 \r\n\r\nManchester:Single Particle Soot Photometer : b355, b356, b357.\r\n\r\nData have also been collected for the project by the Advanced Along Track Scanning Radiometer (AATSR)on the Envisat satellite, and by the Along Track Scanning Radiometer, Version 2 (ATSR 2) on the European Remote Sensing satellite 2 (ERS-2).", "keywords": "adient appraise", "status": "completed", "publicationState": "published", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9030/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4266/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8363/?format=api" ], "observationCollection": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/12228/?format=api" ], "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/6522/?format=api", "subProject": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/28258/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/46840/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55044/?format=api" ] }