Wiki

πŸ“– Item206 Wiki

Help and documentation for all features – no login required.

πŸ‘€ Personal Features Help
What Are Personal Features?

The Personal section of Torn Hub gives you access to your own data:

  • Profile – your user information, live bars, cooldowns, battle stats, perks, and API activity logs.
  • Stats Growth – a chart showing your battle stat growth over time (collected daily by cron), with predictions.
  • 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.

πŸ“± Profile Page – Three Tabs
πŸ‘€ Profile Tab
  • Profile Card – avatar, name, level, rank, ID, title, faction, property, donator status, awards, karma.
  • Revivable Badge – shows if you can revive this player (Y=Yes, N=No, U=Unknown).
  • Live Stats – energy, nerve, life, happy bars with full-time timers and cooldowns (drug, medical, booster).
  • Battle Stats – raw and effective stats with modifiers, refreshable with a 60-second cooldown.
  • Perks – all active perks from factions, jobs, properties, education, enhancers, books, stocks, and merits. Filterable by source category.
  • Refresh buttons – each section has its own refresh button with cooldown timers.
πŸ“Š Activity Tab
  • API Logs – transparent logs of all API calls made on your behalf.
  • Statistics – last 24h calls, average per hour, total errors.
  • Scope warnings – shows if your API key is missing any required scopes.
  • Pagination – logs are paginated (10 per page).
βš™οΈ Settings Tab
  • Theme – Light or Dark mode.
  • Opt‑in – enable enhanced services (background updates, sharing, bazaar scanning).
  • Bazaar Consent – allow your API key to be used for community bazaar scanning.
  • Share Stats – None, Leaders only, or All members.
  • Danger Zone – Clear My Data (deletes war reports and API logs) and Logout.
πŸ” Privacy & Opt‑In

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).
  • Contributing your API key to the bazaar scanning pool (if you also enable bazaar consent).

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.
  • Your API key will not be used for bazaar scanning.

You can change your opt‑in status and share settings anytime on your Profile Settings page.

πŸ’š Revivable Status

On your Profile page and in the Faction Stats table, you will see a small badge next to each player's name:

  • Y – You can revive this player (green).
  • N – You cannot revive this player (red).
  • U – Data not yet available (blue).

This information comes from the player's profile cache and is updated every 300 seconds for opted‑in users.

πŸͺ Bazaar Scanning Consent

The Bazaar feature relies on community‑contributed API keys to scan public bazaars and keep the data fresh for everyone.

When you are opted in and have given bazaar consent (enabled by default), your API key may be used in the scanner pool to scan other users' bazaars.

  • Consent enabled – your key contributes to the scanning pool. This helps the entire community by providing fresher data.
  • Consent disabled – your key will not be used for community scanning. You can still view bazaar data, and your own bazaar may still be scanned (if you are opted in).

You can enable or disable this consent at any time via the Bazaar Consent toggle in your Profile Settings.

πŸ“Š Stats Growth (Chart)

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.
  • Time periods – filter by 30d, 90d, 180d, 1y, or All.
  • Gap filling – if a day is missing, the chart carries forward the previous day's value.
  • Predictions – based on average daily growth over 7, 14, and 30 days.
  • Daily Growth Table – shows day-by-day changes with percentages.
  • View other members – leaders and managers can view other members' growth charts.

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.

πŸ“š Education

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.
  • Filter by subject – browse courses by subject category.
  • Filter by status – All, Completed, In Progress, Available, Locked.

Time reductions – if you have perks that reduce education time (from stocks, merits, education, jobs, etc.), they are automatically applied to the displayed durations. Reduction sources are shown in a banner.

Refresh – your education progress is cached for 86400 seconds. You can manually refresh it using the "Refresh Progress" button (60‑second cooldown).

πŸ”‘ API Key Requirements

For personal features, your API key must have these scopes:

Feature Required Scope
Profile (basic info)profile
Live barsbars
Cooldownscooldowns
Battle statsstats
Perksperks
Education progresseducation
Propertiesproperties

Recommended: Use a Full Access key to avoid missing any features.

Need to update your key? Go to Torn API Settings.

Still Need Help?