Data Policy
How can I export my data?
To export your data, follow these steps:
- Go to the Analog WakaTime Settings.
- Scroll down to the "Data Policy" section.
- Click on the "Export Data" button.
- Check the box I agree with the privacy policy, terms of service, and data export policy
- Click on the "Export Data" button.
What data do I receive when your profile is exported?
When your profile is exported, you will receive the following data in JSON format
{
"user_profiles": [
{
"id": 11111,
"userId": 11111,
"bio": "My bio",
"location": "My location",
"website": "My website",
"city": "My city",
"country": "My country",
"is_hireable": true,
"state": "My state",
"country_code": "My country code",
"city_timezone": "My city timezone",
"city_short_title": "My city short title"
}
],
"users": [
{
"id": 11111,
"uuid": "111111-1111-1111-1111-111111111111",
"name": "My name",
"avatar": "Avatar URL",
"provider": "Provider",
"apiToken": "API Token",
"createdAt": "Date",
"updatedAt": "Date",
"isActive": true
}
]
}
What data do I receive when I export my statistics?
When you export your statistics, you will receive the following data in JSON format
{
"source": {
"api": "v1.0",
"block_api_microservice": "Exports My Activity Data API",
"core_version": "5.0.0",
"name_microservice": "Main Core"
},
"metadata": {
"api": "v1.0",
"page": 1,
"pages": 1,
"per_page": 151119,
"time": 1784495594,
"total": 151119,
"total_id": 151119,
"user_id": 11111
},
"activities": [
{
"api": "v1.0",
"block_api_microservice": "Exports My Activity Data API",
"core_version": "5.0.0",
"name_microservice": "Main Core",
"id": 11111,
"userId": 11111,
"language": "python",
"lines": 500,
"time": 2000,
"date": "2026-07-02T00:00:00Z",
"hour": 14,
"path": "/home/user/project/file.py",
"project_name": "project",
"ide_name": "Visual Studio Code",
"filename": "file.py",
"createdAt": "2026-07-02T12:25:50.073546Z"
}
]
}