dota2api
stable
  • Installation
  • Tutorial
  • Responses
  • Library Reference
  • Contributing
dota2api
  • Docs »
  • Dota 2 API Documentation
  • Edit on GitHub

Dota 2 API Documentation¶

Welcome to the dota2api documentation. This Python library is a wrapper for the Dota 2 API [1] from Valve Software [2].

Contents¶

  • Installation
    • Pip
    • Build from source
  • Tutorial
    • Getting an API Key
    • D2_API_KEY environment variable
    • Initialising
    • API calls
    • Get match history
    • Get match details
    • Other API calls
    • Exceptions
  • Responses
    • get_match_history()
    • get_match_history_by_seq_num()
    • get_match_details()
    • get_league_listing()
    • get_live_league_games()
    • get_team_info_by_team_id()
    • get_player_summaries()
    • get_heroes()
    • get_game_items()
    • get_tournament_prize_pool()
  • Library Reference
    • API
    • Parser
    • Exceptions
  • Contributing
    • Documentation
    • Bug reports

Indices and tables¶

  • Index
  • Module Index
  • Search Page

References¶

[1]https://wiki.teamfortress.com/wiki/WebAPI#Dota_2
[2]http://www.valvesoftware.com/
Next

© Copyright 2014, Joshua Duffy Revision 357422d1.

Built with Sphinx using a theme provided by Read the Docs.