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

{
    "ob_id": 30229,
    "uuid": "93cf539bc3004cc8b98006e69078d86b",
    "title": "ESA Snow Climate Change Initiative (snow_cci)",
    "abstract": "The overarching goal of snow_cci is the generation of homogeneous, well calibrated, long-term time series of key snow cover parameters (snow area extent and snow mass) from multi-sensor satellite data for climate applications. A main motivation for this initiative are significant discrepancies in the climatologies, anomalies, and trends in global snow cover time series from different products, detected in the ESA QA4EO Satellite Snow Product Intercomparison and Evaluation project (SnowPEx).\r\n\r\nThe first phase of the project started in September 2018; the second phase started in February 2022. The third phase of the snow_cci project is planned to start in late 2025.",
    "keywords": "ESA, CCI, Snow, SWE",
    "status": "ongoing",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [],
    "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/130646/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/130647/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142502/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/215976/?format=api"
    ]
}