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

{
    "ob_id": 13110,
    "uuid": "678cebb16dc6438d8e87aef9d42b3c9a",
    "title": "European Space Agency (ESA) Data User Element (DUE) GlobSnow project",
    "abstract": "The main objective of the European Space Agency (ESA) Data User Element (DUE) funded GlobSnow-1\r\nand GlobSnow-2 projects was the development and implementation of methodologies for producing\r\nlong-term records of snow cover information at the global scale intended primarily for climate research\r\npurposes. The efforts were focused on developing and adapting algorithms for the derivation of snow\r\nextent (SE) and snow water equivalent (SWE) from satellite data. The project has resulted in two new\r\nhemispheric records of SE and SWE extending 17 and 35 years respectively.\r\n\r\nThe European Space Agency (ESA) funded GlobSnow-1 project was active from 2008 to 2012 while the GlobSnow-2 project was a direct continuation of the GlobSnow-1 and continued through tp May 2014.\r\n\r\nGlobSnow-1 resulted in two long-term datasets at the hemispherical scale (not available at CEDA). Information on two essential snow parameters: snow water equivalent (SWE) and areal snow extent (SE), were provided for a period of 33 years and 17 years respectively. The Final report of GlobSnow-1 gives additional information on the accomplishments and recommendations from GlobSnow-1 project.\r\n\r\nThe objective of the GlobSnow-2 project is further enhancement of the retrieval methodologies for SE and SWE products and a re-processing of the long term datasets utilizing the improved retrieval algorithms. In addition to the further development of methodologies for the legacy sensor families of GlobSnow-1, the consortium investigated the utilization of AVHRR and NPP Suomi VIIRS data as gap fillers before the launch of the Sentinel-3 SLSTR-sensor. \r\n\r\nThe European Space Agency (ESA) funded GlobSnow project is coordinated by the Finnish Meteorological Institute (FMI). Other project partners involved are NR (Norwegian Computing Centre), ENVEO IT GmbH, GAMMA Remote Sensing AG, Finnish Environment Institute (SYKE), Environment Canada (EC), Northern Research Institute (Norut), University of Bern, Meteoswiss and ZAMG.\r\n\r\nThe GlobSnow Principal Investigator is professor Jouni Pulliainen (FMI).\r\nThe GlobSnow Project Manager is Dr. Kari Luojus (FMI).\r\nThe GlobSnow Technical Officer is Dr. Simon Pinnock (ESA). ",
    "keywords": "global snow esa climate globsnow",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8517/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/13111/?format=api"
    ],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/13118/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50173/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50171/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50172/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50182/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50170/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55008/?format=api"
    ]
}