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

{
    "ob_id": 14415,
    "uuid": "36336c828627494ebb7392ff5ed0fb58",
    "title": "COALESC - 2011 Cloud physics and radiation studies",
    "abstract": "Feb-Mar 2011, 55 (+40) flying hours, 11 dropsondes \r\n\r\nCloud physics and radiation studies\r\n\r\nTo conduct case-study measurements of the evolution of stratocumulus cloud layers over the UK. Aircraft measurements will be coordinated with (and may also be co-located with) ground-based measurements from a number of sites including Cardington (Beds.), Camborne (Cornwall), Weybourne (Norfolk) and Chilbolton (Hants.).\r\n\r\n \r\n\r\nAircraft measurements will be focussed on examining the links between sub-cloud aerosols and drizzle and their impacts on the evolution of boundary-layer structure over land. Additionally, the aircraft may observe vertical profiles of the turbulent fluxes of heat and moisture for comparison with the output of the Unified Model boundary layer parametrization scheme.\r\n\r\n\r\nMeteorological Conditions:\r\n\r\nStratocumulus cloud sheets forming over sea areas in the SW Approaches or N.Sea and being advected over land. Likely conditions for this are:\r\n\r\n- warm sector of an open-wave depression with westerly or south-westerly flow over S.England,\r\n\r\n- anticyclone centred to the west of the UK, with northerly or north-easterly flow over the N.Sea onto the E.coast of England\r\n\r\nSingle cloud layers with no overlying medium or upper cloud are strongly preferred so as to simplify the interpretation of surface-based microwave radiometric data.\r\n\r\nInstrumentation:\r\n\r\nCore Consoles, Core Chemistry, AVAPS, mini-LIDAR, AMS, CPC, PSAP/Filters, Weather Radar, ARIES, SWS, CVI,PCASP, CDP, CAPS, 2D-C, CIP25, CIP100",
    "keywords": "",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9049/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/16455/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55961/?format=api"
    ]
}