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

{
    "ob_id": 4339,
    "uuid": "3a3581ea8e34ec5843868c49a51cf8d5",
    "title": "RAPID-WATCH - Risk Assessment, Probability and Impacts Team (RAPID-RAPIT)",
    "abstract": "RAPIT was looking at the problem of estimating the risk of the collapse of the overturning circulation. Using modern statistical methods for the analysis of complex numerical models, large ensembles of two Atmosphere Ocean General Circulation Models (HADCM3 and CHIME) will be analysed.\r\n\r\nStudies of large excursions of the strength of the overturning in existing control runs will be used to guide our choice of metrics and diagnostics.\r\n\r\nTo produce the large number of model runs that are required for the statistical analysis, the climateprediction.net system was used.",
    "keywords": "RAPID, Climate change, Atlantic Meridional Overturning Circulation (MOC) ",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2910/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2911/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4336/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/1292/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72301/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72303/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72300/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72299/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20609/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72241/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72302/?format=api"
    ]
}