v23

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-0127977.1 KB
WakaTime Compatibility

Get last 7 days stats

Returns coding statistics for the last 7 days. Used by some WakaTime dashboards.

get/api/hackatime/v1/users/current/stats/last_7_days

Response

successful

Example response

{
  "data": {
    "username": "U0266FRGP",
    "user_id": "U0266FRGP",
    "start": "2024-03-13T00:00:00Z",
    "end": "2024-03-20T23:59:59Z",
    "status": "ok",
    "total_seconds": 25200,
    "daily_average": 3600,
    "days_including_holidays": 7,
    "range": "last_7_days",
    "human_readable_range": "Last 7 Days",
    "human_readable_total": "7 hrs 0 mins",
    "human_readable_daily_average": "1 hrs 0 mins",
    "is_coding_activity_visible": true,
    "is_other_usage_visible": true,
    "editors": [
      {
        "name": "VS Code",
        "total_seconds": 25200,
        "percent": 100,
        "digital": "7:00:00",
        "text": "7 hrs 0 mins",
        "hours": 7
      }
    ],
    "languages": [
      {
        "name": "Ruby",
        "total_seconds": 18000,
        "percent": 71.43,
        "digital": "5:00:00",
        "text": "5 hrs 0 mins",
        "hours": 5
      }
    ],
    "machines": [
      {
        "name": "Orpheus-MacBook-Pro",
        "total_seconds": 25200,
        "percent": 100,
        "digital": "7:00:00",
        "text": "7 hrs 0 mins",
        "hours": 7
      }
    ],
    "projects": [
      {
        "name": "hackatime",
        "total_seconds": 21600,
        "percent": 85.71,
        "digital": "6:00:00",
        "text": "6 hrs 0 mins",
        "hours": 6
      }
    ],
    "operating_systems": [
      {
        "name": "Mac",
        "total_seconds": 25200,
        "percent": 100,
        "digital": "7:00:00",
        "text": "7 hrs 0 mins",
        "hours": 7
      }
    ],
    "categories": [
      {
        "name": "coding",
        "total_seconds": 25200,
        "percent": 100,
        "digital": "7:00:00",
        "text": "7 hrs 0 mins",
        "hours": 7
      }
    ]
  }
}