Sports Data Service API Help Version: 1.0.0 ENDPOINTS: Schedules: JSON Format: /api/v1/schedules/{date} - All sports schedules /api/v1/schedule/{sport}/{date} - Single sport schedule cURL Format: /curl/v1/schedules/{date} - All sports schedules /curl/v1/schedule/{sport}/{date} - Single sport schedule Scores: JSON Format: /api/v1/scores/{date} - All sports scores /api/v1/scores/{sport}/{date} - Single sport scores cURL Format: /curl/v1/scores/{date} - All sports scores /curl/v1/scores/{sport}/{date} - Single sport scores Standings: JSON Format: /api/v1/standings/{sport} - Single sport standings cURL Format: /curl/v1/standings/{sport} - Single sport standings Note: Standings endpoint is currently under development Season Info: JSON Format: /api/v1/season-info/{league} - Season phase dates Returns year, current_phase, and season_types with start/end dates. Cached for 24 hours. SPORTS: nba, mlb, nfl, nhl, wnba, ipl, mlc, all Use 'all' to get data for all sports combined LEAGUES (for season-info): mlb, nba, nfl, nhl, wnba, ipl, mlc DATE FORMATS: today, tomorrow, yesterday YYYY-MM-DD (e.g., 2025-01-15) YYYYMMDD (e.g., 20250115) M/D/YYYY (e.g., 1/15/2025) MM/DD/YYYY (e.g., 01/15/2025) TIMEZONE: Change timezone using the 'tz' query parameter: ?tz= Examples: ?tz=et - Eastern Time ?tz=pt - Pacific Time ?tz=ct - Central Time ?tz=mt - Mountain Time ?tz=America/New_York - Full timezone name ?tz=Europe/London - International timezone Supported Aliases: et, est, edt, eastern -> US/Eastern pt, pst, pdt, pacific -> US/Pacific ct, cst, cdt, central -> US/Central mt, mst, mdt, mountain -> US/Mountain akst, akdt, alaska, ak -> US/Alaska hst, hawaii, hi -> US/Hawaii Default: US/Pacific (Pacific Time) HELP: /api/help or /api/v1/help - JSON formatted help /curl/help or /curl/v1/help - Plain text help (this format) /help - HTML formatted help EXAMPLES: curl http://localhost:34180/api/v1/schedule/nba/today curl http://localhost:34180/curl/v1/scores/mlb/today?tz=et curl http://localhost:34180/api/v1/standings/nba curl http://localhost:34180/api/v1/season-info/mlb curl http://localhost:34180/curl/v1/schedule/ipl/today