Wakatime

Intro

The Wakatime API is used to track your programming time and top languages.

Data points

The following data points are available for this integration:

Data pointDescription
summarySummary of languages and duration
.stethoscoperc.yml
integrations:
wakatime:
frequency: "daily"
summary: true

If you want to enable all data points, you can simply use all instead:

.stethoscoperc.yml
integrations:
wakatime:
frequency: "daily"
all: true

Authentication

You need to provide your WakaTime API key, which is available on the Settings page on the WakaTime website. Under "API key", click on "[click to show]" to view the API key and copy it.

Environment variables

Environment variableDescription
WAKATIME_API_KEYAPI key
Wakatime