opendota.com API: get_explorer
opendota.com via Parse · sports
Execute SQL queries against the OpenDota PostgreSQL database. Supports SELECT queries on tables like matches, players, heroes, leagues, and teams. Returns rows as an array of objects plus metadata about the query execution. Access Dota 2 match data, player statistics, hero performance, professional match results, and custom SQL queries through the OpenDota public API. Fulfilled by Parse from opendota.com.
- developer-tools
- entertainment
- opendota-com
- parse
- platform-key
- sports
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- sports
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/49173147-70df-4c2d-bade-d462c1e1cbbb/get_explorer
- Interface artifact
- sha256:83327558181655decf353b7f55b8f05828fe9f69facf1913e0a81b8b135540ac
- Manifest digest
- sha256:07be5720e95957f8a774e516ab25d4bb1882361693fa2fc5285135978cbc3b8a
Request fields
- sql (string, required): SQL SELECT query to execute against the OpenDota database.
Example queries
- {"sql":"SELECT match_id FROM matches LIMIT 1"}