Getting followers/following list for any public profile

Getting followers/following list for any public profile

New Public endpoints for getting the followers/following list for any public profile have been added to TikAPI today!

These are both highly requested endpoints, and recently it became possible for us to implement them on TikAPI.

Check out the documentation (clear your browser cache if not visible):
And make sure you upgrade TikAPI Python/Javascript library to the latest version:

Javascript
  1. npm i tikapi@latest
Python
  1. pip3 install tikapi --upgrade