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

{
    "ob_id": 10839,
    "uuid": "f128bdc29a5a23e0e4164e6ede75b0f8",
    "title": "ARSF - Flight GB07/07: Inverclyde area",
    "abstract": "ARSF project GB07/07: Hyperspectral and Phenological Characterisation of Upland Heather Dominated Ecological Communities. Led by: Dr. Tim Malthus, School of Geosciences, University of Edinburgh, Grant Inst., King's Buildings Edinburgh, EH3 9JW. Location: Inverclyde, Scotland, UK.\r\n\r\nHeather  dominated  uplands are a hydrological buffer and are intimately linked to the global carbon cycle. Current management practices are considered to be causing the decline of these areas and climate change may be contributing. The extent and remoteness of upland moors  makes  manual survey  problematic for monitoring ecological and phenological change. While remote sensing offers a complimentary approach, little is  known of  the detailed reflectance  properties  of heather or  the  influence of variations  in key biophysical  and biochemical parameters on the spectral reflectance of heather canopies.  Laboratory and field measurements of  hyperspectral reflectance and the biophysical and  biochemical variables influencing  reflectance  have been acquired  throughout the 2005 and 2006 growing seasons from an upland site on the west coast of Scotland. Airborne hyperspectral RS and aerial photographic surveys were proposed with concurrent canopy reflectance studies and atmospheric and biophysical field  measurement being taken. Reflectance  modelling methods and Object-Oriented image analysis were used to increase understanding and detailed classification of these heather dominated ecological communities.",
    "keywords": "",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7199/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7200/?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/39002/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144643/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145273/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145274/?format=api"
    ]
}