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

{
    "ob_id": 14830,
    "uuid": "783fa5a4ac4e469ab634dc8e1490f95a",
    "title": "AEGEAN-GAME2 - AEGEAN Pollution: Gaseous and Aerosol airborne Measurements project",
    "abstract": "EUFAR project to: 1.To investigate the physical and chemical processing of polluted air masses transported over the Aegean troposphere during the Etesian winds (the most important synoptic meteorological condition that occurs over the Aegean \r\n  Sea during summer), and to evaluate the representation of these processes in models of atmospheric composition and transport.\r\n  2.The experiment will involve flying of several tracks, spaced by about 10-20 km, over the region at heights up to 10 km to continuously monitor aerosols, gaseous pollutants, radicals and meteorological parameters. \r\n  The interpretation of the airborne measurements will be enriched by the analysis of in situ continuous air pollution and meteorological measurements that will be conducted on the islands of Lesvos and Crete, at the northern and \r\n  southern Aegean respectively.\r\n  3.Available measurements using instruments onboard vessels commuting across the Aegean Sea will be used for the interpretation of the results.\r\n  4.The measured physical parameters and chemical/aerosol concentrations will be compared with model predictions to assess their ability to capture various processes that take place in the atmosphere over the Aegean Sea.",
    "keywords": " AEGEAN-GAME, FAAM, Met Office, EUFAR",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9032/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9170/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/17981/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/6385/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/57593/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/57594/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/57595/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/57592/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/57591/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105880/?format=api"
    ]
}