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

{
    "ob_id": 11610,
    "uuid": "bdd646b9a7d440a5a61284c92029178d",
    "title": "Mars Analysis Correction Data Assimilation (MACDA)",
    "abstract": "The aim of the MACDA project was to produce an assimilated, consistent dataset from the observations made by the MGS/TES instrument. The project was undertaken at Oxford University, UK. On Earth, data assimilation is used in routine operational weather forecasting, primarily to produce accurate initial conditions for the forecasts. A similar technique has been applied to another planet in the Solar System: Mars. This was the goal of the Mars Analysis Correction Data Assimilation (MACDA) project. Observations of atmospheric temperature and dust opacity from the Thermal Emission Spectrometer on board NASA's Mars Global Surveyor spacecraft have been assimilated for three complete Martian years into the UK Mars Global Circulation Model. This four-dimensional 'reanalysis' allows us to study the evolution of the atmospheric state on a model grid while remaining consistent with the observations, the model, and our physical understanding. It also allows us to access variables that cannot be directly observed, such as winds and surface pressure, as the model balances the unobserved variables against the observed variables as the assimilation progresses.",
    "keywords": "Mars, Martian",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7681/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/11018/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/11611/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/44985/?format=api"
    ]
}