Competitors
Recent Form
Retrieve a team’s recent match results to analyze current form and performance trends
GET
Team Recent Form
Overview
The Recent Form endpoint returns a team’s most recent completed matches, showing wins, draws, and losses. This data is essential for form analysis, betting insights, and understanding a team’s current momentum.Query Parameters
The competitor/team ID to retrieve recent form for
Number of recent games to return (typically 5-10)
Application type identifier (auto-resolved)
Language identifier (auto-resolved)
Timezone for date/time values (auto-resolved, or specify e.g.,
America/New_York). All startTime fields use ISO 8601 format with a dynamic timezone offset.User’s country for localization (auto-resolved)
Response Structure
Array of sport definitions
Array of country definitions for teams in the results
Array of competitions the team played in
Array of all teams involved in the matches
Array of recent match results
Outcome Values
| Value | Description |
|---|---|
| 1 | Win |
| 2 | Draw |
| 3 | Loss |
Winner Values
| Value | Description |
|---|---|
| 0 | Draw |
| 1 | Home team won |
| 2 | Away team won |
Example Request
Example Response
Use Cases
- Form Analysis: Display W-D-L streak (e.g., “WWWWW” for 5 consecutive wins)
- Betting Insights: Analyze recent performance before placing bets
- Match Previews: Show both teams’ recent form before a match
- Team Profiles: Display current momentum and recent results
- Head-to-Head Context: Combine with H2H data for comprehensive analysis
Calculating Form String
Last modified on March 15, 2026
Team Recent Form