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

{
    "ob_id": 10687,
    "uuid": "a5ad34c8b3731de7f814dfb601d3c0f7",
    "title": "ARSF - Flight 03/29: Throney Island",
    "abstract": "ARSF project 03/29 led by K.Anderson. Site: Thorney Island.\r\n\r\nData from previous NERC ARSF flights over the disused airfield on Thorney Island, West Sussex, have demonstrated its suitability as a remote sensing calibration site (Rollin et. al., 2002; Milton, 2000; Milton et. al., 1996).  The main asphalt runway which runs in a N-S orientation has been shown through previous studies to have a uniform reflectance.  Other surfaces at this site have also been identified as suitable targets for use in remote sensing calibration experiments, most notably the concrete area at the southern end of the main asphalt runway, a darker bitumen covered area at the northern end and an Astroturf covered tennis court to the north-west of the main runway.  Spectral ground data collected during 2002 using a dual-beam GER1500 spectroradiometer system have confirmed that the reflectance of these targets is very stable over short time-scales.  It was now proposed that the reflectance of these targets be measured and assessed over longer time-scales, using airborne remote sensing as well as ground-based spectral measurement techniques.",
    "keywords": "",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7085/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7086/?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/38660/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144623/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145203/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145204/?format=api"
    ]
}