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

{
    "ob_id": 27595,
    "uuid": "6d4d32a52ac14a8987f94541e563f453",
    "title": "The Disdrometer Verification Network (DiVeN)",
    "abstract": "The Disdrometer Verification Network (DiVeN) project began in in February 2017, installing a network of 14 Thies Laser Precipitation Monitors (LPMs) at various locations around the United Kingdom. The purpose of DiVeN was to provide verification of radar hydrometeor classification algorithms, though the data from the instruments are valuable for a much wider use in the scientific and operational meteorological community.\r\n\r\nThe work of DiVeN was funded within the NERC funded 'Evaluation of 3D dual-polarised radar-based hydrometeor classification algorithms over the UK' project (grant_number: NE/N008359/1).",
    "keywords": "disdrometer, network",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://catalogue.ceda.ac.uk/api/v2/identifiers/10634/?format=api"
    ],
    "observationCollection": [
        "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28110/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://catalogue.ceda.ac.uk/api/v2/rpis/115385/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/115402/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/115384/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/115388/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/115386/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/115387/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/115401/?format=api"
    ]
}