How to download user's profile picture in high quality?

I want to download my profile picture, but can’t find a way.

I can’t figure at a way that works CURRENTLTY.

I have looked on the developer forum, and yes, the Swagger UI has come to my attention but that website no longer works for me (I don’t know why).

Any help appreciated!

2 Likes

https://thumbnails.roblox.com/v1/users/avatar-headshot?userIds=YOURUSERID&size=420x420&format=png

https://thumbnails.roblox.com/docs/index.html#!/Avatar/get_v1_users_avatar_headshot:~:text=be%20filtered%20out.-,Avatar,-Outfits

2 Likes

No luck, image here:

1 Like

Sorry, You need to add “&format=Png” to the end of the url.

Example:
https://thumbnails.roblox.com/v1/users/avatar-headshot?userIds=1743781341&size=720x720&format=Png

This returns a url to this image:

2 Likes