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

{
    "ob_id": 10587,
    "uuid": "f5f451e318728a3a4a0d6c274600d7c9",
    "title": "ARSF - Flight GB08/11: Brooms Farm area",
    "abstract": "ARSF project GB08/11: Validation Consolidation of the Envisat  MERIS Terrestrial Chlorophyll Index (MTCI). Led by: Dr. Doreen Sandra Boyd, School of Geography, University of Nottingham, University Park, Nottingham NG7 2RD, UK. Location: Brooms Farm, UK.\r\n\r\nSatellite remote sensing provides the opportunity to measure and monitor key photosynthetic pigments such as chlorophyll content of vegetation canopies, which are a key and dynamic component of global ecosystems. The widely accepted red-edge algorithm, used to estimate chlorophyll content from remotely sensed data, is not suitable for use with satellite imagery. To overcome this problem, the new Envisat MERIS Terrestrial Chlorophyll index (MCTI) has been developed. It is the only satellite chlorophyll index available for use and is available to users as a Level 2 product from the European Space Agency. However, there is a need to validate the MCTI. In 2006 the NERC ARSF supported a validation campaign over croplands and woodlands in southern England and further support has been received from the NERC FSF and the ESA. All these studies represent a significant step to the full validation of the Envisat MTCI, however, further effort is required, with particular issues in focus. Data provided as part of this NERC ARSF campaign which took place in East Anglia in collaboration with Rothamsted Research Station, Broom Barn, was a key part of the on-going validation programme. Consolidated validation results will be useful to the producers (ESA) and users of the MCTI products.",
    "keywords": "",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7010/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7011/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/38435/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144609/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145066/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145067/?format=api"
    ]
}