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

{
    "ob_id": 26015,
    "uuid": "3500c35912e34566adb9948920d1216d",
    "title": "UKCP18: The Marine Component of the UK Climate Projections 2018",
    "abstract": "The marine component of the UKCP18 project is comprised of:\r\nA multi-model ensemble of sea level projections for UK waters which extend to 2100 and include contributions from glaciers, ice sheets, freshwater reservoirs, groundwater and thermal expansion. \r\nA multi-model ensemble of historical sea level simulations for UK waters from 1970 to 2006.\r\nCase studies of three short events.\r\nSimulated impacts of mean sea level change on tidal characteristics around the UK.",
    "keywords": "UKCP18, UKCP, Climate, UK, Probabalistic, Marine, Tidal, Sea Surface Elevation, Historical, Projections, Case Studies",
    "status": "ongoing",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26018/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26160/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26163/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/26014/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108805/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108806/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108808/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108809/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112347/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/112348/?format=api"
    ]
}