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

{
    "ob_id": 14416,
    "uuid": "e2868732b207415b95697871cd109ce3",
    "title": "T-NAWDEX (Pilot) - THORPEX - North Atlantic Waveguide and Downstream",
    "abstract": "T-NAWDEX (Pilot) - THORPEX - North Atlantic Waveguide and Downstream impact Experiment, 20 hours, Nov-Dec 2009 or Feb-Mar 2010.\r\n\r\nThis T-NAWDEX- Pilot project aims to measure the thermodynamic properties of structures where cloud and water vapour processes are most active within extratropical weather systems. \r\nIn particular the T-NAWDEX Pilot project will:\r\n\r\nTest our ability to observe the thermodynamic properties of air (including gradients) within frontal systems in sufficient detail to estimate latent heat release, cloud microphysics, mixing and potential vorticity generation.\r\nFurther test the abilities of BAe146 to measure turbulent quantities (heat, moisture and momentum fluxes) in the atmospheric boundary layer.\r\nTest typical sorties through developing fronts and warm conveyor belts embedded within baroclinic waves, in preparation for the international multi-aircraft T-NAWDEX experiment and any future research flying within frontal cyclones in the vicinity of the UK.\r\nInstrument fit: Core Consoles. AVAPS, SAW, BBRs, Mini Lidar, Core chemistry. WAS. Cloud Physics: 2D-C, 2D-P, PCASP, Fast FSSP, SID2, SID3, CIP25, CIP100, CDP, FWVS, CCN Counter, TSI -3025- CPG, FWVS. Nephelometer, PSAP, Filters, Bag Sampling.",
    "keywords": "",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9105/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/17057/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55962/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/78376/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/78377/?format=api"
    ]
}