Skip to main content

Python API wrapper for Transfermarkt undocumented API

Project description

TMKT - Transfermarkt API Wrapper

A Python wrapper for the Transfermarkt API, providing easy access to football (soccer) data including players, clubs, competitions, transfers, and more.

PyPI Downloads

Features

  • Player Data: Transfers, injuries, profiles
  • Club Data: Squads, stadiums, transfers
  • Competition Data: Tables, participating clubs
  • Search Functionality: Players, clubs, leagues
  • Clean Data Parsing: Automatic HTML-to-text conversion for search results

Installation

pip install transfermarkt-wrapper

Example usage

from tmkt import TMKT
import asyncio

import json

async def main():
    async with TMKT() as tmkt:
        # Search for a league
        leagues = await tmkt.league_search("Premier League")
        print(json.dumps(leagues, indent = 4))

        # Get player data
        player = await tmkt.get_player(433177)  # Bukayo Saka
        print(json.dumps(player, indent = 4))

asyncio.run(main())

Complete API Reference

Player Endpoints

Method Description Example
get_player(playerId: int) Get player profile get_player(433177)
get_player_transfers(playerId: int) Get player's transfer history get_player_transfers(433177)
get_player_injuries(playerId: int) Get player's injury history get_player_injuries(433177)
get_player_stats(playerId: int, season: int = None) Get player's seasonal stats get_player_stats(262749)
player_search(query: str) Search players by name player_search("Saka")

Club Endpoints

Method Description Example
get_club(clubId: int) Get club profile get_club(11) (Arsenal)
get_club_transfers(clubId: int) Get club's transfer history get_club_transfers(11)
get_club_squad(clubId: int) Get current squad get_club_squad(11)
get_club_stadium(clubId: int) Get stadium info get_club_stadium(11)
team_search(query: str) Search clubs by name team_search("Arsenal")

Competition Endpoints

Method Description Example
get_competition(competitionId: int) Get competition profile get_competition("GB1")
get_competition_transfers(competitionId: int) Get competition transfers get_competition_transfers("GB1")
get_competition_clubs(competitionId: int) Get participating clubs get_competition_clubs("GB1")
get_competition_table(competitionId: int) Get current standings get_competition_table("GB1")
league_search(query: str) Search leagues by name league_search("Premier League")

General Endpoints

Method Description Example
get_all_transfers() Get latest transfers get_all_transfers()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

transfermarkt_wrapper-0.0.3.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

transfermarkt_wrapper-0.0.3-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file transfermarkt_wrapper-0.0.3.tar.gz.

File metadata

  • Download URL: transfermarkt_wrapper-0.0.3.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for transfermarkt_wrapper-0.0.3.tar.gz
Algorithm Hash digest
SHA256 4d4581b10a3aaffcacfad5875ab85bcb4ab1f4ee18c8942f85586f6da60bd0ac
MD5 98cf6ce494408c4a3006d5da4f50aa48
BLAKE2b-256 d5c832d81c5d15a9f5c42299bdef24024bcc3800cab3c5a2efb4e06eaff00531

See more details on using hashes here.

File details

Details for the file transfermarkt_wrapper-0.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for transfermarkt_wrapper-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 50cd4f6906a56c95473f8e0f6421155001261c433df8a6fb66b8d2d8c39d6739
MD5 3cde09226e179ef4ee84f9260bf196e0
BLAKE2b-256 f53328eebbd1d8d5795bc29661cc065dfd2ef100a0eee6ad6560e5779659afe8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page