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

{
    "ob_id": 10807,
    "uuid": "83835e966ad17c87e0af75fe8dacbdb3",
    "title": "ARSF - Flight GB07/06: Dorchester and New Forest areas",
    "abstract": "ARSF project GB07/06: Level 1 Validation 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. Location: Dorchester, 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. Data provided as part of a NERC ARSF campaign is a key part of the validation procedure; this research proposed that the MCTI be validated via high resolution imagery (CASI)  and LiDAR point cloud data.  The validation sites in Dorchester and the New Forest with  its vegetation types  provided a range of chlorophyll contents to be studied. Validation results will be useful to  the producers  (ESA) and users of  the MCTI products and to refine further validation efforts.",
    "keywords": "",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7175/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7176/?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/38930/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144638/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145263/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145264/?format=api"
    ]
}