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

{
    "ob_id": 13421,
    "uuid": "b63d8bf649614122995052535652f5bc",
    "title": "NERC Arctic-International Polar Year (IPY 2007-2008)",
    "abstract": "International Polar Year (IPY 2007-2008) was an international effort to research the Polar Regions. This concentrated burst of polar science and exploration helped to shed new light on the impact that the Polar Regions will have on our climate and the consequences for humanity.\r\n\r\nThis was the biggest internationally co-ordinated research effort for 50 years. Around 50,000 scientists, students and support staff from over 60 nations were involved in more than 200 Arctic and Antarctic projects.\r\n\r\nBackground & objectives\r\n\r\nThe International Polar Year themes were:\r\n\r\n    To determine the present environmental status of the polar regions by quantifying their spatial and temporal variability.\r\n    To quantify, and understand, past and present environmental and human change in the Polar Regions in order to improve predictions.\r\n    To advance our understanding of polar - global interactions by studying teleconnections on all scales.\r\n    To investigate the unknowns at the frontiers of science in the Polar Regions.\r\n    To use the unique vantage point of the polar regions to develop and enhance observatories studying the Earth's inner core, the Earth's magnetic field, geospace, the Sun and beyond.\r\n    To investigate the cultural, historical, and social processes that shape the resilience and sustainability of circumpolar human societies, and to identify their unique contributions to global cultural diversity and citizenship.\r\n\r\nNERC's Arctic-IPY funding was focused and directed to IPY programmes in which the UK community could make a significant contribution and which would enhance the delivery of NERC strategic priorities. Consortium proposals which foster the development of strong links between UK Arctic scientists were sought and strong international links were essential.",
    "keywords": "NERC, arctic, IPY",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8569/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/2925/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3629/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/877/?format=api",
    "subProject": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/3632/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/2928/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/51294/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/51295/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/51296/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/51293/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55009/?format=api"
    ]
}