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

{
    "ob_id": 13249,
    "uuid": "31456e820e0542e28ceb1a89226e3936",
    "title": "The Global Energy and Water Cycle Exchanges Project (GEWEX)",
    "abstract": "The Global Energy and Water Cycle Exchanges Project (GEWEX) is an integrated program of research, observations, and science activities that focuses on the atmospheric, terrestrial, radiative, hydrological, coupled processes, and interactions that determine the global and regional hydrological cycle, radiation and energy transitions, and their involvement in climate change. The International GEWEX Project Office (IGPO) is the focal point for the planning and implementation of all GEWEX activities.",
    "keywords": "Energy, Water Cycle",
    "status": "",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/19200/?format=api",
    "subProject": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/8443/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108915/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108916/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108917/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108918/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50760/?format=api"
    ]
}