Official List of Deprecated Web Endpoints

RIP, literally every script I’ve ever written uses :connect()

2 Likes

:connect() > :Connect(), it looks so much nicer. Its pretty safe too, I reallllllly doubt they’d remove it. It’d be like removing Workspace so we could only use workspace, as workspace is the one thats offically supported.

4 Likes

I’ve switched to using :Connect as it just makes more sense to use the same case-format everywhere. Like DeepBlue said, I doubt they’ll remove it so I guess you can do what you want

7 Likes

Can I ask… how is :connect a web endpoint?

14 Likes

Can we maybe get a list of endpoints, deprecated or not, so that we know what’s on the table?

It was worth a shot.

19 Likes

https://accountsettings.roblox.com/docs
https://auth.roblox.com/docs
https://avatar.roblox.com/docs
https://billing.roblox.com/docs
https://chat.roblox.com/docs
https://develop.roblox.com/docs
https://groups.roblox.com/docs
https://notifications.roblox.com/docs
https://inventory.roblox.com/docs
https://games.roblox.com/docs/
New as of Jan 2018: https://points.roblox.com/docs

http://api.roblox.com/docs

Some general notes:
If you can find an endpoint which suits your needs on one of the sites above, use that instead of a similar endpoint on www. Also, if you can find an endpoint on one of sites mentioned in the first paragraph, use that over api.roblox.com.
In addition, www obviously has endpoints but we don’t publish documentation for them.

66 Likes

Cool - found about half of those, but new discoveries are :ok_hand:

https://games.roblox.com/docs/ too

1 Like

Recently Removed
roblox.com/Asset/BodyColors.ashx
Usage: Supplied an XML document representing an in-game BodyColors object.
Alternative: https://avatar.roblox.com/docs/#!/Avatar/get_v1_users_userId_avatar

Removing Soon
roblox.com/Asset/AvatarAccoutrements.ashx
Usage: Gave a list of a user’s worn assetIds and their BodyColors.ashx URL.
Alternative: https://avatar.roblox.com/docs/#!/Avatar/get_v1_users_userId_avatar

11 Likes

As a general recommendation, try to use endpoints from the API sites @BAUER102 listed above. They are more stable than endpoints on www.roblox.com. They also have better documentation, which is a bonus :slight_smile:

12 Likes

Talking about web endpoints, could it be possible to add something to grab all the transactions of a group?

It could be quite helpful to those trying to map old data before adding a system to do so (Analytics data) or with those who haven’t done that yet.

3 Likes

I’ve also found:
https://friends.roblox.com/docs

I’m not entirely sure if that one is intended for devs, considering it has something to do with matching by phone numbers…

3 Likes

It would be great if there was a way we could use a search API for people, groups, and etc.

4 Likes

Hey Developers,

We are planning to remove this API endpoint in a few weeks: This endpoint has been disabled: https://www.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx

It is not possible to call this endpoint using HttpService, but we are posting this notice because some developers may be hitting this endpoint using their own web servers. If you are using it, please switch to one of the newer endpoints recommended below:

26 Likes

Can we not use IsFriendsWith, IsInGroup, GetGroupRank, or GetGroupRole anymore?

Make sure to read (at the very least…) the title of threads you’re posting in – “deprecated web endpoints”. This does not affect the API in-engine.

16 Likes

Hey Developers,

We are planning to remove this API endpoint shortly This endpoint has been disabled:
https://www.roblox.com/Groups/GetPrimaryGroupInfo.ashx

It is not possible to call this endpoint using HttpService, but we are posting this notice because some developers may be hitting this endpoint using their own web servers. If you are using it, please switch to this newer endpoint:
https://groups.roblox.com/docs#!/PrimaryGroup/get_v1_users_userId_groups_primary_role

13 Likes

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.

To commemorate the new decade
We are deprecating endpoints we once made

https://www.roblox.com/api/groups/{groupId}/rolesets
https://www.roblox.com/groups/{groupId}/games/{page}
https://www.roblox.com/groups/{groupId}/search-members/{username}
https://www.roblox.com/groups/can-manage-games
https://www.roblox.com/search/groups/list-json
https://www.roblox.com/group-thumbnails
https://www.roblox.com/group/change-group-owner
https://www.roblox.com/group/handle-all-join-requests
https://www.roblox.com/group/handle-join-request
https://www.roblox.com/group/update-group-settings
https://www.roblox.com/groups/{groupId}/one-time-payout/{byPercentage}
https://www.roblox.com/groups/{groupId}/recurring-payout
https://www.roblox.com/groups/api/change-member-rank

You will find replacements here
And we wish you happy new year

44 Likes