返回 Skill 列表
extension
分类: 效率与办公需要 API Key

the-sports-db

通过TheSportsDB获取体育数据(球队、赛事、比分)。

person作者: gumadeirashubclawhub

TheSportsDB

Free sports database.

Configuration

Ensure THE_SPORTS_DB_KEY is set in ~/.clawdbot/.env. (Default test key is often 123 or 3).

Usage

Search Team

curl -s "https://www.thesportsdb.com/api/v1/json/$THE_SPORTS_DB_KEY/searchteams.php?t=Palmeiras"

Last Events (Scores)

Get last 5 events for a team ID:

curl -s "https://www.thesportsdb.com/api/v1/json/$THE_SPORTS_DB_KEY/eventslast.php?id=134465"

Next Events (Fixtures)

Get next 5 events for a team ID:

curl -s "https://www.thesportsdb.com/api/v1/json/$THE_SPORTS_DB_KEY/eventsnext.php?id=134465"

Note: Rate limit is 30 requests/minute.