Openligadb
sports__openligadbAccess German and European football data including match results, standings, and team information from OpenLigaDB. Retrieve Bundesliga, 2. Bundesliga, DFB Pokal, Champions League, and other league statistics without requiring an API key.
Instructions
[Sports Agent] Free German and European football (soccer) data from OpenLigaDB. Get match results, current tables, and team data for Bundesliga (bl1), 2. Bundesliga (bl2), DFB Pokal, Champions League, and many other leagues. No API key required. Source: OpenLigaDB (Public), updates daily. Returns the Katzilla envelope { data, quality, citation } — quality scores freshness/uptime/confidence; citation carries the source URL, license, and a SHA-256 data hash for audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Data type: matches for a round, table for standings, teams for club list, currentmatches for live games | matches |
| league | No | League shortcut: bl1 (Bundesliga), bl2 (2.Bundesliga), bl3, ucl (Champions League), uel (Europa League) | bl1 |
| season | No | Season year (e.g. 2025 for 2025/26) | |
| matchday | No | Match day / round number (for matches type) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured payload from the upstream source. | |
| text | No | Pre-rendered text representation, when applicable. | |
| quality | Yes | Quality scorecard: freshness, uptime, completeness, confidence, certainty. | |
| citation | Yes | Provenance block — source, license, retrieval timestamp, SHA-256 data hash, pre-formatted citation text. |