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

{
    "ob_id": 4,
    "uuid": "fab53ee460e05f1b68e23657f4b6c5f4",
    "title": "Met Office",
    "abstract": "The 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. For further details of these datasets see the links to this record.",
    "keywords": "Met Office",
    "status": "ongoing",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5/?format=api"
    ],
    "observationCollection": [],
    "parentProject": null,
    "subProject": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/555/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/5736/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/6095/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/6300/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/13005/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/12695/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/12429/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/4405/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/11721/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/1186/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/13847/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/19356/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/13164/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/17/?format=api"
    ]
}