· 5 years ago · Aug 17, 2020, 10:04 PM
1api_list = ['api_1', 'api_2', 'api_3', etc...] 2api = api_list[0] 3api_list.pop(0) 4api_list.append(api) 5request = get('https://market.csgo.com/api/SearchItemByName/' + name + '/?key=' + api)