{ "opencollection": "1.0.0", "info": { "name": "TheSportsDB Events Search API", "version": "1.0.0" }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search Teams", "type": "http" }, "http": { "method": "GET", "url": "https://www.thesportsdb.com/api/v1/json/3/searchteams.php", "params": [ { "name": "t", "value": "", "type": "query", "description": "Team name to search (e.g., Arsenal, Manchester United, Lakers). Free tier limited to \"Arsenal\" only." }, { "name": "sname", "value": "", "type": "query", "description": "Short name or abbreviation (e.g., ARS, NYK, LAL)." } ] }, "docs": "Search for sports teams by name or short name (abbreviation). Returns team metadata including badge, logo, stadium, and social links." }, { "info": { "name": "Search Players", "type": "http" }, "http": { "method": "GET", "url": "https://www.thesportsdb.com/api/v1/json/3/searchplayers.php", "params": [ { "name": "t", "value": "", "type": "query", "description": "Team name to search players within." }, { "name": "p", "value": "", "type": "query", "description": "Player name to search (e.g., \"Danny_Welbeck\")." } ] }, "docs": "Search for sports players by name or associated team." }, { "info": { "name": "Search Events", "type": "http" }, "http": { "method": "GET", "url": "https://www.thesportsdb.com/api/v1/json/3/searchevents.php", "params": [ { "name": "e", "value": "", "type": "query", "description": "Event name (e.g., \"Arsenal_vs_Chelsea\")." }, { "name": "s", "value": "", "type": "query", "description": "Season (e.g., 2026-2027)." } ] }, "docs": "Search for sports events by team names or season. Free tier returns a limited number of results." }, { "info": { "name": "Search Venues", "type": "http" }, "http": { "method": "GET", "url": "https://www.thesportsdb.com/api/v1/json/3/searchvenues.php", "params": [ { "name": "t", "value": "", "type": "query", "description": "Venue name to search (e.g., Wembley, Anfield)." } ] }, "docs": "Search for sports venues and stadiums by name." }, { "info": { "name": "Search All Leagues", "type": "http" }, "http": { "method": "GET", "url": "https://www.thesportsdb.com/api/v1/json/3/search_all_leagues.php", "params": [ { "name": "c", "value": "", "type": "query", "description": "Country name filter." }, { "name": "s", "value": "", "type": "query", "description": "Sport name filter." } ] }, "docs": "Search leagues by country and sport type." } ] } ], "bundled": true }