The unOfficial World Cup 2014
The kimonolabs World Cup 2014 API provides easy access to up-to-date player, team and match data for the 2014 World Cup as well as historical player performance across their respective club teams. The API is RESTful and uses standard HTTP response codes to indicate errors. JSON will be returned in all responses from the API.
The unOfficial World Cup 2014 endpoints
| Method | Endpoint | Description |
|---|---|---|
| Matches | ||
| GET |
Retrieve a Match /api/matches/{match_id} |
Returns a JSON object for the team that matches the specified id. |
| GET |
List all matches /api/matches |
Returns a JSON array containing team objects matching the arguments provided. |
| Player Season Stats | ||
| GET |
Retrieve a Player Season Stat /api/player_season_stats/{player_season_stat_id} |
Returns a JSON object for the PlayerSeasonStat that matches the specified id. |
| GET |
List all Player Season Stats /api/player_season_stats |
Returns a JSON array containing PlayerSeasonStat objects matching the arguments provided. |
| Teams | ||
| GET |
Retrieve a Team /api/teams/{team_id} |
Returns a JSON object for the Team that matches the specified id. |
| GET |
List all teams /api/teams |
Returns a JSON array containing team objects matching the arguments provided. |
| Clubs | ||
| GET |
Retrieve a club /api/clubs/{club_id} |
Returns a JSON object for the club that matches the specified id. |
| GET |
List all clubs /api/clubs |
Returns a JSON array containing club objects matching the arguments provided. |
| Players | ||
| GET |
Retrieve a player /api/players/{player_id} |
Returns a JSON object for the player that matches the specified id. |
| GET |
List all players /api/players |
Returns a JSON array containing player objects matching the arguments provided. |
The unOfficial World Cup 2014 pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|