Goal402 Get League by ID is a paid API for AI agents from goal402-x402.percha.workers.dev, paid per call via x402, $0.001000/call, status unknown (last checked 2026-09-15).
Retrieves details for a specific football league by its ID, including name and country
Get league by ID
Returns a JSON object with the league's ID, name, and country name for the requested league ID
GEThttps://goal402-x402.percha.workers.dev/leagues/cfUse this endpoint when you already know a specific league ID and need to resolve it to structured league details (name, country). Prefer over the list-all-leagues endpoint when you only need one league's metadata and want to avoid fetching the full list.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"id": "pl"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"id": "cf",
"name": "Bundesliga",
"country_name": "Alemania"
}| Field | Type | Description |
|---|---|---|
| idrequired | string | |
| namerequired | string | |
| country_namerequired | string |
No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"