AltSportsData

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

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:

  1. Auto-validated for format and completeness
  2. Quality-checked for accuracy
  3. Reviewed by our data team (selective)
  4. 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?

On this page