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

{
    "ob_id": 12892,
    "uuid": "f489ff9025ef4605accd3a1f62657f74",
    "title": "ASALASCA: Large Scale Assessment of KA/Q band atmospheric channel using the ALPHASAT TDP5 Propagation beacon",
    "abstract": "ESA Funded Large Scale Assessment of KA/Q band atmospheric channel using the ALPHASAT TDP5 Propagation beacon project. \r\n\r\nThis project utilised signals measured by a number of receivers located around Europe received from the Aldo Paradoni Payload (TDP5) beacon on board ESA's ALPHASAT telecommunications satellite to assess signal attenuation at 20 and 40 GHz (the KA/Q band).",
    "keywords": " ALPHASAT, radio propagation, ESA, ASALASCA, KA/Q Band",
    "status": "ongoing",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/12893/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/49323/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/49325/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/49324/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/49326/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/104769/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/49328/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/49327/?format=api"
    ]
}