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

{
    "ob_id": 11687,
    "uuid": "b46fbc668f6547fda79f2899046c29a9",
    "title": "Centre for the Observation and Modelling of Earthquakes, Volcanoes and Tectonics",
    "abstract": "The Centre for the Observation and Modelling of Earthquakes, Volcanoes and Tectonics (COMET+) represents the Dynamic Earth and Geohazards research group within the National Centre for Earth Observation (NCEO)'s Theme 6 during NCEO phase 1. NCEO phase 1 was is funded by the Natural Environment Research Council (NERC). NCEO phase 2 no longer has the theme 6 within its remit, though COMT+ continues within NERC.\r\n\r\nCOMET+ involves scientists from the University of Oxford, University of Cambridge, University of Leeds, University of Bristol, University oSf Glasgow, University of Reading, and University College London. We aim to combine satellite observations of Earth's surface movements, topography and gas release with terrestrial observations and modelling to advance understanding of the earthquake cycle, continental deformation and volcanic eruptions, and to quantify seismic and volcanic hazards.",
    "keywords": "",
    "status": "ongoing",
    "publicationState": "published",
    "identifier_set": [],
    "observationCollection": [],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/877/?format=api",
    "subProject": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/11688/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/45197/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/45198/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/45199/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/190846/?format=api"
    ]
}