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

{
    "ob_id": 33361,
    "uuid": "555149fdc3ef4e23a1de8ece93c29f5d",
    "title": "ESA Land Surface Temperature Climate Change Initiative (LST_cci)",
    "abstract": "The land surface temperature (LST) CCI project, which is funded by the European Space Agency (ESA) as part of the Agency’s Climate Change Initiative (CCI) Programme, aims to deliver a significant improvement on the capability of current satellite LST data records to meet the challenging Global Climate Observing System (GCOS) requirements for climate applications to realise the full potential of long-term LST data for climate science.\r\n\r\nAccurate knowledge of LST plays a key role in describing the physics of land-surface processes at regional and global scales as they combine information on both the surface-atmosphere interactions and energy fluxes within the Earth Climate System. LST provides a metric of surface state when combined with vegetation parameters and soil moisture and is one of the drivers of vegetation phenology. Furthermore, LST is an independent temperature data set for quantifying climate change complementary to the near-surface air temperature ECV based on in situ measurements and reanalyses.\r\n\r\nThe team uses data from a variety of satellites to provide an accurate view of temperatures across land surfaces globally over the past +20 years. This involves developing innovative techniques to merge data from different satellites into combined long-term satellite records for climate. These will all be evaluated by scientists working at leading climate centres.",
    "keywords": "",
    "status": "ongoing",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/34871/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/11009/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/148953/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/148954/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168066/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168067/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/170066/?format=api"
    ]
}