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

{
    "ob_id": 24917,
    "uuid": "b2e02ed44e184e7e8f6e6be977592f23",
    "title": "Poles Apart: Why has Antarctic sea ice increased and why don't coupled climate models reproduce observations.",
    "abstract": "Poles Apart (Why has Antarctic sea ice increased and why don't coupled climate models reproduce observations? NE/K012150/1, NE/K011561/1) was a NERC project led by the British Antarctic Survey (BAS) and supported by the National Oceanography Centre (NOC). \r\n\r\nThe aim of this project was to model atmospheric drivers of changes in surface wind forcing. The project began in June 2014 and completed at the end of June 2017.",
    "keywords": "Climate, Ozone, GHG, Aerosol, HadGEM3, UKCA",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/24918/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101966/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101964/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101970/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101969/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101968/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101967/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/169544/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101965/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101980/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101981/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101997/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/101998/?format=api"
    ]
}