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

{
    "ob_id": 43216,
    "uuid": "8bffaba46c4a4b8c82e4be2c91c637b9",
    "title": "Earth Observation Climate Information Service (EOCIS)",
    "abstract": "The UK Earth Observation Climate Information Service exploits the observations available from environmental sensors orbiting in space to create climate data records and climate information. EOCIS was announced by the government in November 2022, and formally launched in March 2023. It is funded currently until March 2025. \r\n\r\nEOCIS is a collaboration led by the National Centre for Earth Observation, and involving over a dozen research organisations. EOCIS addresses 12 categories of global and regional essential climate variables, which are the following:\r\n- Sea surface temperature\r\n- Ocean reflectance\r\n- Fire occurrence and emissions\r\n- Aerosol and particulate\r\n- Cloud-aerosol-radiation\r\n- Methane\r\n- Land surface temperature\r\n- Water vapour, ozone\r\n- Arctic: ice sheet mass and sea ice\r\n- Eurasia: surface methane\r\n- Africa: soil water balance\r\n- Antarctic: ice sheet mass and ice velocity\r\n\r\nEOCIS is also creating new climate data at high resolution for the UK specifically. This includes both rapid-response information for climate-linked events (fire early warning and urban flood mapping) and longer term climate data linked to human and ecosystem health and landscape greenhouse gas emissions.",
    "keywords": "EOCIS",
    "status": "ongoing",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/43285/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/205543/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/205544/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/205545/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/205546/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/209676/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/211614/?format=api"
    ]
}