分享使用 OBGAME電競數據 接口調用的示例代碼,接的是英雄聯盟的【選手基本信息】接口.
接口請求地址:
http://api.xxe.io/?resource=event&fusc=match&event_id=11返回
{ "data": [ { "match_id": "101", "match_name": "LPL", "match_desc": "LPL是中國地區英雄聯盟職業聯賽,是LOL在大陸地區的最高級別賽事,擁有超高人氣", "match_num": "5", "match_sorting": "1", "match_type": "2", "match_bonus": "500萬人民幣", }, { "match_id": "102", "match_name": "LCK", "match_desc": "LCK是韓國英雄聯盟職業聯賽,被玩家成為英雄聯盟最強賽區,擁有多支世界頂級強隊。LCK分為春季賽和秋季賽,", "match_num": "8", "match_sorting": "2", "match_type": "2", "match_bonus": "1億韓元", }, { "match_id": "103", "match_name": "S7全球總決賽", "match_desc": "英雄聯盟S7全球總決賽在美國進行,S7是LOL全球各區域聯賽的最終決戰。S7全球總決賽總獎金100萬美元,總共有20支LOL戰隊參與角逐", "match_num": "13", "match_sorting": "3", "match_type": "2", "match_bonus": "100美元", }, { "match_id": "104", "match_name": "LMS", "match_desc": "LMS是英雄聯盟港澳臺區域的聯賽,一年氛圍春季賽和夏季賽,LMS每個賽季會進行升降級", "match_num": "2", "match_sorting": "4", "match_type": "2", "match_bonus": "500萬人民幣", }, { "match_id": "105", "match_name": "德瑪西亞杯", "match_desc": "德瑪西亞杯是LOL在國內的杯賽性質比賽,由騰訊官方主辦,每年會在不同的城市進行。參賽隊伍包含LPL和LDL的邀請戰隊。", "match_num": "15", "match_sorting": "5", "match_type": "2", "match_bonus": "100萬人民幣", }, { "match_id": "106", "match_name": "WCA", "match_desc": "WCA世界電子競技大賽是由寧川市政府主辦的綜合性電競賽事,包含英雄聯盟的多個項目的比賽,獎金高達一億元", "match_num": "8", "match_sorting": "6", "match_type": "2", "match_bonus": "200萬人民幣", }, ], "code": "200", "msg": "success"}