{ "name": "Livescore API", "version": "1.0", "description": "REST API for live football scores, fixtures, leagues, teams, and news", "base_url": "https:\/\/api.hmftraders.com\/api\/v1\/", "endpoints": { "fixtures": { "GET https:\/\/api.hmftraders.com\/api\/v1\/fixtures\/live": "Get all live fixtures", "GET https:\/\/api.hmftraders.com\/api\/v1\/fixtures\/date\/{YYYY-MM-DD}": "Get fixtures by date", "GET https:\/\/api.hmftraders.com\/api\/v1\/fixtures\/{id}": "Get fixture details", "GET https:\/\/api.hmftraders.com\/api\/v1\/fixtures\/{id}\/predictions": "Get match predictions", "GET https:\/\/api.hmftraders.com\/api\/v1\/fixtures\/{id}\/odds": "Get match odds", "GET https:\/\/api.hmftraders.com\/api\/v1\/fixtures\/{id}\/statistics": "Get match statistics", "GET https:\/\/api.hmftraders.com\/api\/v1\/fixtures\/{id}\/lineups": "Get match lineups", "GET https:\/\/api.hmftraders.com\/api\/v1\/fixtures\/{id}\/events": "Get match events", "GET https:\/\/api.hmftraders.com\/api\/v1\/fixtures\/h2h?team1={id}&team2={id}": "Get head-to-head" }, "leagues": { "GET https:\/\/api.hmftraders.com\/api\/v1\/leagues": "Get all leagues", "GET https:\/\/api.hmftraders.com\/api\/v1\/leagues\/top": "Get top leagues", "GET https:\/\/api.hmftraders.com\/api\/v1\/leagues\/{id}": "Get league details", "GET https:\/\/api.hmftraders.com\/api\/v1\/leagues\/{id}\/fixtures": "Get league fixtures", "GET https:\/\/api.hmftraders.com\/api\/v1\/leagues\/{id}\/standings": "Get league standings", "GET https:\/\/api.hmftraders.com\/api\/v1\/leagues\/{id}\/topscorers": "Get league top scorers" }, "teams": { "GET https:\/\/api.hmftraders.com\/api\/v1\/teams\/{id}": "Get team details", "GET https:\/\/api.hmftraders.com\/api\/v1\/teams\/{id}\/fixtures": "Get team fixtures", "GET https:\/\/api.hmftraders.com\/api\/v1\/teams\/{id}\/statistics?league={id}": "Get team statistics", "GET https:\/\/api.hmftraders.com\/api\/v1\/teams\/{id}\/squad": "Get team squad", "GET https:\/\/api.hmftraders.com\/api\/v1\/teams\/{id}\/seasons": "Get team seasons", "GET https:\/\/api.hmftraders.com\/api\/v1\/teams\/search?name={name}": "Search teams" }, "news": { "GET https:\/\/api.hmftraders.com\/api\/v1\/news": "Get latest news", "GET https:\/\/api.hmftraders.com\/api\/v1\/news?q={query}": "Search news", "GET https:\/\/api.hmftraders.com\/api\/v1\/news\/league\/{name}": "Get league news", "GET https:\/\/api.hmftraders.com\/api\/v1\/news\/team\/{name}": "Get team news" } }, "examples": { "Live matches": "https:\/\/api.hmftraders.com\/api\/v1\/fixtures\/live", "Premier League": "https:\/\/api.hmftraders.com\/api\/v1\/leagues\/39", "Premier League standings": "https:\/\/api.hmftraders.com\/api\/v1\/leagues\/39\/standings", "Manchester United": "https:\/\/api.hmftraders.com\/api\/v1\/teams\/33", "Latest news": "https:\/\/api.hmftraders.com\/api\/v1\/news" }}