Official List of Deprecated Web Endpoints

Hello Developers,

To mitigate system risk, we will be reducing the batch size limit for the following endpoints (i.e. to 10 per request) on Monday, November 13. These endpoints will still be live and maintained.

Please let us know if there are any problems or regressions.

9 Likes

Hello Developers,

We will be deprecating the following endpoint on March 1. It has been moved to a new endpoint.

Old API

New API

Please let us know if there are any problems or regressions.

Thank you.

4 Likes

Hello Developers,

We will be deprecating the following endpoints on April 24.

Old APIs

New APIs

Asset Delivery API Documentation

Please let us know if there are any problems or regressions.

Thank you.

4 Likes

Hello Developers,

We will be deprecating the following Content Store endpoint on May 7.

Old API

New API

Asset Delivery API Documentation

Please let us know if there are any problems or regressions.

Thank you.

2 Likes

Hi Creators,

We’re going to be deprecating an internal endpoint that is no longer in use, http://apis.simulprod.com/experience-api/. There should be no observable behavior from this change.

Thank you.

10 Likes

Hi Creators,

We have deprecated the following APIs:

We are revamping the Discover page with new sorts (see this post). To access Discover page content, you can use the following endpoints:

To access search result content, you can use this API:

Please let us know if there are any problems or regressions.

Thank you.

7 Likes

Hello Developers,

We will be deprecating the following Avatar API endpoint on June 12th 2024.

Old API

You could alternatively use the following API

Check out the Public API documentation for more information.

Please let us know if there are any problems or regressions.

Thank you.

5 Likes

Hi creators, this is a follow up on our original post here:

The page based pagination interface on the following endpoints would be deprecated by 6/14/2024. Any attempt to query these endpoints with a query parameter of pageNumber > 1 after that date would result in a 400 status code being returned.

The page favorites by bundleType endpoint on catalog-api:
https://catalog.roblox.com/v1/favorites/users/1264320158/favorites/1/bundles?pageNumber=2&itemsPerPage=6

The favorites list-json endpoint on roblox.com:
https://www.roblox.com/users/favorites/list-json?userid=1264320158&pageNumber=2&assetTypeId=8&itemsPerPage=6

As a replacement, pls use the cursor-based pagination interface like this:

https://www.roblox.com/users/favorites/list-json?userId=1264320158&cursor=2zwAAAAG6Tk09&assetTypeId=8&itemsPerPage=6

For more details please refer to the original post linked above.

We apologize for the small amount of time given for developers to change the way they are calling our public apis, this was because 3 months of lead time was already given in our earlier announcement.

5 Likes

Hi Developers,

As of June 24th, we plan to stop supporting place asset uploads on data.roblox.com/Data/Upload.ashx. After this day, we will start rejecting place traffic on this endpoint. It will still be usable for other assets.

We recommend transitioning to our Open Cloud Place Upload for all future place asset uploads. Detailed documentation can be found here: Usage Guide for Place Publishing | Documentation - Roblox Creator Hub

Thanks for your continuing support and let us know if you have any concerns.

6 Likes

Hello Developers,

We will be deprecating the following endpoint on June 27. It has been moved to a new API.

Old API

New API

{

  "requests": [ {

    "subject": {

      "subjectType": "User",

      "subjectId": "{userId}"

    },

    "action": "Edit",

    "assetId": {assetId}

  }]

}

Please let us know if there are any problems or regressions.

Thank you.

6 Likes

Hello Developers,

We will be deprecating the following Develop API endpoints on July 11.

Old APIs

New APIs

Please let us know if there are any problems or regressions.

Thank you.

6 Likes

Hello Developers,

We have deprecated the following endpoint as of yesterday. Apologies for the retroactive update.

This endpoint contained an aggregate of information from various sources and does not have a direct equivalent to a new API endpoint. Please use the official API(s) corresponding to your use case instead.

Thank you.

6 Likes

Hello Creators,

We are planning to remove the following API endpoint on August 27, 2024. If you are using this endpoint please switch to the newer endpoints as recommended below:

Old API: https://www.roblox.com/mobileapi/userinfo
Returns UserID, UserName, RobuxBalance, ThumbnailUrl, IsPremium given the user is authenticated

For these fields, please use the following APIs

Thanks for your continuing support and let us know if you have any concerns.

7 Likes

Hello creators,

We have deprecated the following endpoint as of August 26th, 2024. Apologies for the retroactive update.

https://www.roblox.com/badges/roblox

This endpoint provided information about the badges owned by a particular Roblox user(or the authenticated user). You can instead use the following Badges API method to retrieve this information.

https://badges.roblox.com/v1/users/{userId}/badges

Documentation: https://badges.roblox.com/docs/index.html

Thanks for your continuing support and let us know if you have any concerns.

4 Likes

Hello creators,

We are removing the player search endpoint from www.roblox.com on September 23rd, 2024. It provided information about users given a search keyword.

https://www.roblox.com/search/users/results

You can retrieve the same information on the following endpoint on Users API.
https://users.roblox.com/v1/users/search

Documentation: Swagger UI

Let us know if you have any questions or concerns!

3 Likes

Hello creators,

We are deprecating the delete from inventory endpoint on September 20th, 2024. It allows users to remove assets from their inventory. It has been moved to a new endpoint.

Old API:

New API:

Documentation: https://inventory.roblox.com/docs

Let us know if you have any questions or concerns!

4 Likes

Hello Creators,

We will be deprecating the following public API endpoints starting October 7. These APIs have not seen traffic recently and they are replaced with newer endpoints as mentioned below.

Old API

New API

Old API

New API

Old API

New API

Old API

New API

Old API

New API

You can find documentation for the new API endpoints here:

Public API documentation v2
Public API documentation v3

Please let us know if there are any problems or concerns.

Thank you.

9 Likes

Hello creators,

We are deprecating the profile playerassets endpoint on November 1st, 2024. It fetches showcased assets created by a user. It has been moved to a new endpoint.

Old API:

New API:

There are several notable changes with the new endpoint:

  • Keys returned in payload are now lower Camel Case instead of Pascal Case (example: “assetSeoUrl” vs. “AssetSeoUrl”)
  • The following attributes have been removed:
    • ModalAssetViewType, MaxNumberOfVisibleAssets, Assets.Thumbnail, Assets.FormatName, Assets.Description, Assets.AssetRestrictionIcon, Assets.HasPremiumBenefit, Assets.ProfileLangResources
  • The following attributes have been added:
    • assets.thumbnailUrl : direct replacement for Assets.Thumbnail.Url
    • assets.assetAttribution.rootPlaceId : the place ID where the asset was created

Let us know if you have any questions or concerns.

4 Likes

Hello Creators,

We will be deprecating the old purchasing endpoint for Creator Store assets on 10/23. Since we launched real-world currency (USD) pricing for Creator Store assets, we have disabled Robux purchasing through this endpoint and have replaced this with a newer API. This does not affect any other purchasing flows for other products on our platform. This API was not seeing that much traffic and is being replaced with the newer one below.

Old API
POST https://apis.roblox.com/creator-marketplace-purchasing-service/v1/products/{productId}/purchase

New API
POST https://apis.roblox.com/marketplace-fiat-service/v1/product/purchase

Please let us know if you have any questions or concerns.

5 Likes

Hello creators,

We are deprecating the check app version endpoint on November 1st, 2024. It queries if the given mobile app version has an upgrade available. It has been moved to a new endpoint with the same functionality.

Old API:

New API:

Let us know if you have any questions or concerns.

3 Likes