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

{
    "ob_id": 3632,
    "uuid": "f26650e410b319ff6819eabca5f93a18",
    "title": "NERC Arctic-IPY - Arctic Biosphere-Atmosphere Coupling at multiple Scales (ABACUS) project",
    "abstract": "ABACUS (Arctic Biosphere Atmosphere Coupling at Multiple Scales) is funded by a grant (NE/D005795/1) from the Natural Environment Research Council (NERC) International Polar Year (IPY) Programme. The ABACUS research project is a major, linked programme of plant and soil studies, atmospheric measurements, aircraft and satellite observations, and modelling, to improve our understanding of the response of the arctic terrestrial biosphere to climate change. The data collected includes root measurements and isotope ratios of plants, CH4 emissions of soils, measurements of Carbon and water exchanges between soils/vegetation and the atmosphere at fine scales (resolution of ~1m), and at scales of ~100m, records of snow depth, soil moisture and climate, and aircraft images of the land surface and profiles of CH4.",
    "keywords": "ABACUS, IPY, Polar, arctic biosphere atmosphere coupling multiple scales, NERC, CH4",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2466/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2467/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3629/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/13421/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/51366/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/51365/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/51367/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/15291/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54807/?format=api"
    ]
}