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

{
    "ob_id": 19965,
    "uuid": "f078138f3a5f4a299a2bb3b6508934dc",
    "title": "MEDhy^2CON- MEDiterranean HYdrological and HYperspectral monitoring of landscape CONnectivity in contrasting Mediterranean insular catchments (Mallorca, Spain)",
    "abstract": "The production of high-resolution topographic datasets is of increasing interest and application throughout the geomorphic and ecologic sciences. Due to its high spectral and spatial resolution, airborne hyperspectral remote sensing is considered as a promising technique for assessing some of the required parameters for the spatial modelling approach. The simultaneous acquisition of accurate LiDAR data allows retrieving detailed terrain and vegetation information. The main aim of this EUFAR project is (1) to derive spatial information on vegetation, soil and terrain for ecogeomorphological connectivity model input by combined hyperspectral and LiDAR data, (2) to carry out a spectral fingerprinting approach allowing to trace back sources and pathways of sediments and (3) to calibrate and compare the results of modelling with the values obtained from the spatial distribution of isotopic environmental tracers in soils and vegetation as well as the images obtained from Unmanned Aerial Vehicle (UAV) and aircraft. Thus, airborne data acquisition will be accompanied by an extensive field campaign at ground and also air (Unmanned Aerial Vehicle-UAV) levels in which GIS modelling, sediment-tracer techniques and continuous monitoring of water, sediment and associated contaminant fluxes are being used to build a sediment budget of three catchments representative of Mediterranean environments but with contrasting characteristics.",
    "keywords": "EUFAR, ARSF, EUFAR15_38",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9191/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9231/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9232/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/24644/?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/75917/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75918/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75915/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/75916/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105812/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105862/?format=api"
    ]
}