π Torn Hub Wiki
Help and documentation for all features β no login required.
π€ Personal Features Help
The Personal section of Torn Hub gives you access to your own data:
- Profile β your user information, live bars, cooldowns, battle stats, and perks.
- Stats Growth β a chart showing your battle stat growth over time (collected daily by cron).
- Education β your course progress, including completed, inβprogress, and available courses, with time reductions from perks.
All your personal data is stored securely in MySQL β no files are used.
Your bars, cooldowns, and battle stats are always visible to you β you don't need to opt in to see your own data.
Optβin enables:
- Automatic background updates of your bars, cooldowns, and battle stats (every 300 seconds via cron).
- Sharing your data with your faction (based on your share setting).
- Automatic property log fetching (every 24 hours β fixed).
If you opt out:
- Your data will still be visible to you on your profile.
- Your bars and stats will not be shared with your faction.
- Property logs will only update when you manually refresh them.
You can change your optβin status and share settings anytime on your Profile Settings page.
Log in to see your current optβin status and share settings.
The Stats Growth page shows a line chart of your battle stats over time.
- Data is collected daily β every time the cron runs, a snapshot of your battle stats is saved.
- If you don't see any data β wait for the cron to run (it runs every 300 seconds). The first snapshot will appear after the first successful cron run.
- If you're not opted in, your stats are still recorded for your own viewing, but they won't be shared with faction members.
- Gap filling β if a day is missing (e.g., the cron didn't run), the chart will carry forward the previous day's value to keep the line continuous.
The chart also shows predictions based on your average daily growth, if you have at least two data points.
The Education page shows your course progress, including:
- Completed courses β marked with β .
- Current course β shows time remaining and end time (UTC).
- Available courses β courses you can start (prerequisites met).
- Locked courses β prerequisites not met.
Time reductions β if you have perks that reduce education time (from stocks, merits, education, jobs, etc.), they are automatically applied to the displayed durations.
Refresh β your education progress is cached for 86400 seconds (24 hours). You can manually refresh it using the "Refresh Progress" button (60βsecond cooldown).
For personal features, your API key must have these scopes:
| Feature | Required Scope |
|---|---|
| Profile (basic info) | profile |
| Live bars | bars |
| Cooldowns | cooldowns |
| Battle stats | stats |
| Perks | perks |
| Education progress | education |
| Properties | properties |
Recommended: Use a Full Access key to avoid missing any features.
Need to update your key? Go to Torn API Settings.
- Check your settings β Profile Settings
- Learn more about Tornβs API β Torn API Documentation
- Ask in faction chat β your leader may be able to help.