v1

latestOpenAPI 3.0.3MIT License2026-07-138912.6 KB
Year Group

Retrieve all years groups

get/years-groups

Query parameters

Indicate if we want to include the number of languages for each year group

Response

List of year's group retrieved successfully

Example response

{
  "data": [
    {
      "languageCount": 43,
      "id": "612103bb20aaf1e4d5e84bd4",
      "name": "2020s",
      "position": 1
    }
  ]
}
All 8 operations