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

{
    "ob_id": 19562,
    "uuid": "7669a7b32d8248c59b0ae6029b3fe9af",
    "title": "AIRES-CZM -  Using AIRborne REmote Sensing for improved Coastal Zone Management",
    "abstract": "The objective of the EUFAR project AIRES-CZM was to develop a reliable tool to estimate coastal water quality indicators by using remote sensing techniques (both airborne and satellite). \r\nA set of semi-empirical algorithms (based on hyper-spectral airborne and in-situ data for estimating the concentrations of the water constituents) were also developed in addition to the migration of the developed algorithms into the satellite workflow. \r\nThe secondary objective was the implementation of an automatic warning system based on satellite imagery processing and the final objective was the inclusion of the information obtained by means of remote sensing in the dataset used for the calibration of regional hydrodynamic models.\r\n \r\nThe area of the Cantabrian coastal fringe faced the problem of lacking its own specific algorithms to retrieve those water quality parameters derived from remotely-sensed data. Therefore, the main issue addressed in the campain was the development of those regional algorithms. This development required the combination of both airborne and satellite data with information collected in field campaigns.\r\n\r\n\r\n\r\nStart date of project:  19-07-2010\r\nEnd date of project:  20-07-2010\r\n\r\nThe investigation took place in the Cantabrian coastal fringe\r\n",
    "keywords": "AIRES-CZM, ARSF, EUFAR, EUFAR10_02",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9169/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/9213/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/24539/?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/74230/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74231/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74232/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74233/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105769/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/105863/?format=api"
    ]
}