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

{
    "ob_id": 19601,
    "uuid": "1eb5c43f083146289596118cefa739b6",
    "title": "BLLATE2 - Boundary Layer Late Afternoon Transition Experiment 2",
    "abstract": "The aim of this EUFAR project was to observe and understand the dynamics of the atmospheric boundary layer during the transition from convective to stable conditions. \r\n\r\nStart date of project: 14-06-2011\r\nEnd date of project: 27-06-2011\r\n\r\nThe investigation took place in Lannemezan, France\r\n",
    "keywords": "BLLATE2, ERA SkyArrow, IBIME, EUFAR",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9166/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/24316/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/6385/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74291/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74289/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74290/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74292/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105774/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105848/?format=api"
    ]
}