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

{
    "ob_id": 13339,
    "uuid": "86b9543f4b7c4386a7cc46cdc5aabc93",
    "title": "ESA Cloud Climate Change Initiative Project",
    "abstract": "The European Space Agency Cloud Climate Change Initiative (Cloud CCI) project has as objective to provide long-term coherent cloud property data sets exploiting the  synergistic capabilities of different Earth observation missions allowing for improved accuracies and enhanced temporal and spatial sampling better than those provided by the single sources. \r\nThis project seeks to utilize the increasing  potential of the synergitic capabilities of past,  existing and upcoming European and US  missions in order to meet the increasing  needs for coherent long-term cloud property datasets required by the scientific community.",
    "keywords": "ESA CLOUD CCI",
    "status": "ongoing",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/13297/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/11009/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/129712/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/129713/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/129714/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143112/?format=api"
    ]
}