Is there a followers API?

I want to create a system which you need the followers of a user to work.

I haven’t found an API that returns a list of followers of a user.

I tried browsing the Roblox APIs but I unfortunately didn’t find anything good, I also looked on the DevForum but can’t seem to find a post about this.

1 Like

It’s in the friends.roblox.com api. An example of getting one’s followers:
https://friends.roblox.com/v1/users/userId/followers

If you want to see all the apis, you can go to https://api.roblox.com/docs?useConsolidatedPage=true.

1 Like