This is an example straight out of our Bundesliga API. This data shows Bundesliga players and some extra data. Of course, you can expand the response with our includes or filters.
"id": 3321,
"sport_id": 1,
"country_id": 11,
"venue_id": 1947,
"gender": "male",
"name": "Bayer 04 Leverkusen",
"short_code": "B04",
"image_path": "https://cdn.sportmonks.com/images/soccer/teams/25/3321.png",
"founded": 1904,
"type": "domestic",
"placeholder": false,
"last_played_at": "2023-04-13 19:00:00",
"players": [
{
"id": 5085,
"transfer_id": null,
"player_id": 37429246,
"team_id": 3321,
"position_id": 26,
"detailed_position_id": 150,
"yersey_number": 27,
"start": "2020-07-01",
"end": "2027-06-30",
"player": {
"id": 37429246,
"sport_id": 1,
"country_id": 11,
"nationality_id": 11,
"city_id": null,
"position_id": 26,
"detailed_position_id": 150,
"type_id": 26,
"common_name": "F. Wirtz",
"firstname": "Florian",
"lastname": "Wirtz",
"name": "Florian Wirtz",
"display_name": "Florian Wirtz",
"image_path": "https://cdn.sportmonks.com/images/soccer/players/30/37429246.png",
"height": 176,
"weight": null,
"date_of_birth": "2003-05-03",
"gender": "male"
}