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

{
    "ob_id": 20010,
    "uuid": "d47d61d3f3cc4733bf8004579d59b26c",
    "title": "Met Office Meteorological Research Unit, Cardington",
    "abstract": "The Met Office's research group at the Met Office Cardington site have studied boundary-layer meteorology and surface processes to support the development of numerical weather prediction methods since the 1990s until its closure in 2024. The effectiveness of these methods is critically dependent on access to and analysis of high-quality observational data sets. These are used in a number of ways including the development of physical parameterization schemes and in the evaluation of numerical model output. The site has produced a range of datasets over the years including a continuous hydrometeorological record between 2004 to 2024 including surface to 50-m meteorology, radiation and subsoil from in-situ sensor measurements timed at 1, 5, 10 and 30 minute intervals. Specialist remote-sensing instruments include microwave radiometers, Halo Doppler lidars, and ceilometers, in addition to radiosonde data.\r\n\r\nThe Met Office is the UK national meteorological service and one of the world's leading providers of environmental and weather-related services. Their solutions and services meet the needs of many communities of interest, from the general public, government and schools, through broadcasters and online media, to civil aviation and almost every other industry sector - in the UK and around the world. The Met Office headquarters are located in Exeter, UK. The Met Office makes a number of datasets available to the academic research community under the NERC - Met Office agreement or the Open Government Licence. For further details of these datasets see the links to this record.",
    "keywords": "Met Office, Cardington",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13252/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13253/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/2406/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/43597/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208755/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76052/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76053/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76051/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/76050/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208845/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/208756/?format=api"
    ]
}