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.4.tar.gz (5.8 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.4-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: transfermarkt_wrapper-0.0.4.tar.gz
  • Upload date:
  • Size: 5.8 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.4.tar.gz
Algorithm Hash digest
SHA256 f62f8c745b7ae18e51caf0309fbbb9c52634e9e146545779715abe9227267dc0
MD5 b70d882fea4ec287108cc01939c80a29
BLAKE2b-256 6ac2b6286fbf00d861fb06ed9383331e1a23cbfe29c945bf26a1753011af0769

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for transfermarkt_wrapper-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 ffe749a6cf76b2fdac46851c8d6ca8c044c3009c24484d9959fca62ea94902f7
MD5 e26a8e43f78637a9ec196a90f5dbb169
BLAKE2b-256 43986e5e5ed0fb69868cadd662faac91e79b9f8b2b2972ca3c1b3f078655659d

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