Futebol Virtual - Bet365
收藏RapidAPI2026-05-22 更新2025-12-03 收录
下载链接:
https://rapidapi.com/developer-club-developer-club-default/api/futebol-virtual-bet3651
下载链接
链接失效反馈官方服务:
资源简介:
Futebol Virtual - Bet365 API oferece dados completos e atualizados sobre competições esportivas virtuais
创建时间:
2026-05-22
原始信息汇总
Futebol Virtual - Bet365 API 数据集概述
基本信息
- 数据集名称: Futebol Virtual - Bet365
- 类别: Sports
- 提供方: DEVELOPER CLUB
- 订阅者数量: 44
- API 版本: v1 (current)
- 流行度评分: 9.7
- 服务等级: 100%
- 延迟: 366ms
定价方案
- BASIC: $0.00 / 月
- PRO: $140.00 / 月
- ULTRA: $665.00 / 月
- MEGA: $1,890.00 / 月
数据集描述
该API提供关于虚拟体育赛事的完整和最新数据。可获取历史比赛结果、即将举行的比赛、表格、详细统计数据和性能分析。适用于需要可靠、有序和高性能信息的开发者、投注平台、仪表板和项目。
端点详情
1. POST /matchs
返回特定赛事的历史比赛记录。
URL: POST /matchs
请求体参数:
league: (字符串, 必需) 联赛/赛事名称 (例如: "copa")home: (字符串, 必需) 博彩公司 (例如: "bet365")sport_id: (整数, 必需) 运动ID (1 = 虚拟足球)limit: (整数, 可选) 比赛数量 (最小值: 1, 最大值: 1500, 默认值: 1)activate_odds: (字符串, 可选) 若为 "true", 则在返回中包含赔率 (默认值: "true")
成功响应 (200 OK): 返回包含比赛详细信息的JSON对象,包括ID、时间、比分、球队、赔率数据及创建时间戳。
错误响应:
- 404 Not Found:
{"error": {"code": 404, "type": "not_found", "message": "Jogos não encontrados"}} - 400 Bad Request:
{"error": {"code": 400, "type": "bad_request", "message": "Chave league não informada"}}
2. POST /next-matchs
返回赛事的即将举行的预定比赛。
URL: POST /next-matchs
请求体参数: (示例中显示与/matchs端点类似的参数结构,如 league, home, sport_id, activate_odds)
成功响应 (200 OK): 返回包含即将举行的比赛列表的JSON对象,包括ID、时间、比赛信息、球队和赔率数据。
错误响应:
- 404 Not Found:
{"error": {"code": 404, "type": "not_found", "message": "Jogos não encontrados"}} - 400 Bad Request:
{"error": {"code": 400, "type": "bad_request", "message": "Chave league não informada"}}
3. POST /last-updated
返回赛事最后更新的日期和时间。
URL: POST /last-updated
请求体参数: (示例中包含 league, home, sport_id)
成功响应 (200 OK):
返回包含状态、联赛名称和最后更新时间戳的JSON对象,例如:{"status": true, "league": "euro", "last_updated": "2024-11-21 14:30:00"}
错误响应:
- 404 Not Found:
{"error": {"code": 404, "type": "not_found", "message": "Time não encontrado"}} - 400 Bad Request:
{"error": {"code": 400, "type": "bad_request", "message": "Chave league não informada"}}
支持的值
- 运动ID:
1(虚拟足球) - 博彩公司 (
home):bet365 - 联赛示例:
express,copa,super,euro,premier
支持与联系
- 邮箱: suporte@historicosbet.com
- 网站: https://historicosbet.com
更新日志
- v1.0.0: 初始版本发布。包含端点:
matchs,next-matchs,last-updated。支持 Bet365 虚拟足球数据。



