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

{
    "ob_id": 1650,
    "uuid": "1c985a8ab9639f06c8e74c52d562a9c9",
    "title": "Quantifying and Understanding the Earth System (QUEST)",
    "abstract": "The Quantifying and Understanding the Earth System (QUEST) programme assimilated scientists' knowledge of the Earth as an integrated system. Its aim was to substantially improve predictions of global environmental change.\r\n\r\nHuman activities are altering the atmosphere and oceans, transforming ecosystems, and changing the climate over and above natural variation. To predict how the complex interactions and feedbacks between different components of the Earth System will respond to our growing influence, they need to be considered together.\r\n\r\nThe programme had three main themes:\r\n\r\n-The contemporary carbon cycle and its interactions with climate and atmospheric chemistry.\r\n-The natural regulation of atmospheric composition on glacial-interglacial and longer time scales.\r\n-The implications of global environmental changes for the sustainable use of resources.\r\n\r\nQUEST helped to accelerate development of the next generation of environmental-change models, and provided a focal point for UK work, forging collaborations and synergies between worldwide experts in Earth System research and modelling.",
    "keywords": "QUEST, chemistry, climate, biodiversity, ecology, models, glacial",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1230/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/1231/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10414/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10415/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10416/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10417/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10419/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10420/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10241/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10242/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10243/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10244/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10245/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10425/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10427/?format=api"
    ],
    "observationCollection": [],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/877/?format=api",
    "subProject": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/12002/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/11999/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/11995/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/11979/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/6747/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/12007/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/12006/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/12000/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/12004/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/11996/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/5086/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/5087/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72504/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72506/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72505/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72507/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72508/?format=api"
    ]
}