API endpoint that returns users blocked list?

Hello, Developers are there any API endpoints that would return users blocked list?

1 Like

There are no public APIs that can detect if a player has blocked another.

Ok then I have to ask this question.

When I block users can they still join my game?

Yes. The block feature blocks all sources of communication. but since games don’t count as communication, they’re not blocked

There is an API that allows you to view your own blocked users, but not others.

http://api.roblox.com/userblock/getblockedusers?userId=827569070&page=1

But this won’t work in the game right?

It is what I wanted but would it work in game?

Correct, Roblox currently does not allow for requests to their own site from themselves.

No like if I used a proxy will it return my own block list or an error or empty json text?

The proxy wouldn’t be signed into your account so it would return an error

1 Like