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

{
    "ob_id": 6499,
    "uuid": "e8255939b70e5c830e7b95a40958f265",
    "title": "Met Office Land Surface Stations Database (1900-2000)",
    "abstract": "Historic land surface observations database from the Met Office station network. The database contains data for the period 1900 to 1999 for daily measurements. Hourly observations are for now available back to January 1985. The database comprises daily and hourly weather measurements, hourly wind parameters, max and min air temperatures, soil temperatures, sunshine duration and radiation measurements and hourly and daily rain measurements. This database has been SUPERSEDED BY THE NEW MIDAS Land Surface Stations database (1853-current). It has been retained for reference purposes. Users with access to the MIDAS Land surface stations dataset automatically have access to this dataset as well.",
    "keywords": "",
    "status": "",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4255/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6428/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/28194/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/104784/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/104785/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/104786/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/104787/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/104788/?format=api"
    ]
}