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

{
    "ob_id": 19952,
    "uuid": "06b3af424f6a4045b63cb43396b4b3ce",
    "title": "BIOHYPE- Biomonitoring of urban habitat quality with airborne hyperspectral observations",
    "abstract": "Atmosphere and soil conditions largely determine urban habitat quality. Nevertheless, hardly any integrator has been applied, describing urban atmospheric and soil pollution impacts. Biomonitoring of natural vegetation reflects long-term changes of environmental quality, because leaves account for the complex impacts of different air pollutants and accumulate pollution over the growing season. The overall objective was to develop, test and validate a passive biomonitoring methodology based on airborne hyperspectral observations and on a field experimental approach which lapses over several spatial scales as well as over three structural and temporal levels. \r\n\r\nThe specific objectives of this EUFAR project were to:\r\n\r\n-The estimation of the spatial distribution of the overall pollution of soil and air;\r\n-The investigation at sub-leaf level of the spatial distribution, and seasonal evolution of leaf wettability, stomatal characteristics and chlorophyll fluorescence;\r\n-The investigation at leaf level of the spatial distribution and seasonal evolution of specific leaf area, chlorophyll content, chlorophyll fluorescence and the red edge shift;\r\n-The investigation at canopy level of fluorescence and the red edge shift;\r\nto compare and validate hyperspectral airborne measurements with these ground measurements for different species, time and test sites; and\r\n-To describe and optimize a protocol for the estimation of urban habitat quality distribution with a high spatial resolution and based on airborne measurements.",
    "keywords": "EUFAR",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9175/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/24101/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/6385/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75865/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75866/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75863/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75864/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105813/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105864/?format=api"
    ]
}