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

{
    "ob_id": 30202,
    "uuid": "6686e7fc0c40483bb49b878224fe7cb6",
    "title": "NEODAAS Dundee Satellite Receiving Station",
    "abstract": "NEODAAS Dundee Satellite Receiving Station retrieved many different earth observation satellite data products beginning in 1978. This facility provided direct satellite data acquisition, dissemination, and archiving for NERC.\r\n\r\nData archiving started with the launch of the prototype 3rd generation NOAA satellite TIROS-N in October 1978. The station also recorded data from the CZCS on NIMBUS-7 between August 1979 and the end of the mission in December 1986. A replacement, SeaWiFS, was received and archived.\r\n\r\nData delivered to CEDA to store after the closure of the NEODAAS Dundee satellite receiving station. These datasets were deemed important, unique data that needed to be kept long term.",
    "keywords": "",
    "status": "",
    "publicationState": "",
    "identifier_set": [],
    "observationCollection": [],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/130463/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/130464/?format=api"
    ]
}