Data Submission
Submit and manage your league data through AltSportsData
Data Submission
Learn how to submit and maintain your league data through the AltSportsData platform.
Submission Methods
1. API Integration (Recommended)
Use our API to programmatically submit data:
import { AltSportsData } from 'altsportsdata';
const client = new AltSportsData({
apiKey: 'your-league-api-key'
});
// Submit event data
await client.events.create({
leagueId: 'your_league_id',
homeTeam: 'Team A',
awayTeam: 'Team B',
scheduledTime: '2026-03-15T19:00:00Z',
venue: 'Stadium Name'
});from altsportsdata import AltSportsData
client = AltSportsData(api_key='your-league-api-key')
# Submit event data
client.events.create(
league_id='your_league_id',
home_team='Team A',
away_team='Team B',
scheduled_time='2026-03-15T19:00:00Z',
venue='Stadium Name'
)2. CSV/Excel Upload
Upload bulk data through the partner portal:
- Download template
- Fill in your data
- Upload to portal
- Auto-validation and import
3. Partner Portal
Manually enter data through our web interface:
- User-friendly forms
- Real-time validation
- Immediate publishing
Data Categories
Required Data
Essential for tier certification:
- Events: Schedules, results, scores
- Teams: Names, locations, rosters (basic)
- Venues: Locations, capacities
Enhanced Data
Improves tier classification:
- Statistics: Player stats, team stats
- Real-time Updates: Live scores, in-game events
- Historical Data: Past seasons, records
- Media: Team logos, player photos
Premium Data
For elite tier classification:
- Advanced Analytics: xG, player tracking, heat maps
- Video Content: Highlights, full matches
- Betting Data: Odds movements, market data
- API Integration: Real-time feeds, webhooks
Data Quality Standards
Accuracy
- ✅ Verified scores and results
- ✅ Correct team and player names
- ✅ Accurate timestamps
Completeness
- ✅ All scheduled events included
- ✅ Results submitted within 2 hours
- ✅ Full roster information
Timeliness
- ✅ Schedules published 7+ days in advance
- ✅ Results within 2 hours of completion
- ✅ Updates within 15 minutes (elite tier)
Validation and Review
All submissions are:
- Auto-validated for format and completeness
- Quality-checked for accuracy
- Reviewed by our data team (selective)
- Published to the platform
Rejected submissions receive feedback for correction.
Improving Your Data Score
Track your data quality through the partner dashboard:
- Completeness Score: % of required fields filled
- Accuracy Rate: % of data passing validation
- Timeliness Metric: Average submission delay
- Overall Quality: Composite score affecting tier
Learn more about tier scoring →
Support
Need help with data submission?
- 📚 View API documentation
- 📧 Email: data-support@altsportsdata.com
- 💬 Partner Slack channel (invite upon onboarding)