To be completely honest, we don’t want you to believe our words. We want you to put us and our API to the test. That is why we offer everyone the chance to test the API with our for-ever-free plan, a 14-day trial for default plans and your custom plan, or a 30-day free trial for our essentials plan.
Choose the plan that works for you, then try it for 14 days, on us. Or, go with our forever-free option.
This is an example straight out of our Premier League API. The team data shows players and some extra data. Of course, you can expand the response with our includes or filters.
{
"id": 19,
"sport_id": 1,
"country_id": 462,
"venue_id": 204,
"gender": "male",
"name": "Arsenal",
"short_code": "ARS",
"image_path": "https://cdn.sportmonks.com/images/soccer/teams/19/19.png",
"founded": 1886,
"type": "domestic",
"placeholder": false,
"last_played_at": "2023-03-19 14:00:00",
"players": [
{
"id": 2141,
"transfer_id": 49023,
"player_id": 3259,
"team_id": 19,
"position_id": 25,
"detailed_position_id": 154,
"yersey_number": 4,
"start": "2021-07-30",
"end": "2026-06-30",
"player": {
"id": 3259,
"sport_id": 1,
"country_id": 462,
"nationality_id": 462,
"city_id": null,
"position_id": 25,
"detailed_position_id": 154,
"type_id": 25,
"common_name": "B. White",
"firstname": "Ben",
"lastname": "White",
"name": "Ben White",
"display_name": "Ben White",
"image_path": "https://cdn.sportmonks.com/images/soccer/players/27/3259.png",
"height": 186,
"weight": 78,
"date_of_birth": "1997-10-08",
"gender": "male"
}
},
{
"id": 2157,
"transfer_id": 167359,
"player_id": 16827155,
"team_id": 19,
"position_id": 27,
"detailed_position_id": 156,
"yersey_number": 7,
"start": "2019-07-01",
"end": "2024-06-30",
"player": {
"id": 16827155,
"sport_id": 1,
"country_id": 462,
"nationality_id": 462,
"city_id": null,
"position_id": 27,
"detailed_position_id": 156,
"type_id": 26,
"common_name": "B. Saka",
"firstname": "Bukayo",
"lastname": "Saka",
"name": "Bukayo Saka",
"display_name": "Bukayo Saka",
"image_path": "https://cdn.sportmonks.com/images/soccer/players/19/16827155.png",
"height": 178,
"weight": null,
"date_of_birth": "2001-09-05",
"gender": "male"
}
},