Admin
Manage games, run collections, and edit data
Collection Status
Verify data collection, view anomalies
Manage Games
Add, edit, or archive tracked games
Edit Data
View and edit snapshot data, retry failed scrapes
Download All Data
Export complete history as CSV
Data Collection
Data collection runs automatically every day at 8 AM UTC via cron. Check the Collection Status page to verify today's collection and view any anomalies.
To trigger collection manually, use the API with your admin key:
curl -X POST "https://pinball-tracker-gold.vercel.app/api/admin/collect" \
-H "Authorization: Bearer $ADMIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{"action": "batch", "batch": 0}'