Creator Hub
Dashboard
Learn
Store
Talent
Forum
Roadmap
Log In
Create
Overview
Experiences
Avatar
Assets
Open Cloud
Roblox Studio has increased the minimum specification requirements.
Learn More
Create
/
Open Cloud
/
Legacy APIs
English
Feedback
Client settings v2
Base URL
https://clientsettings.roblox.com
JSON
Download
VersionCheckV2
GET
/v2
/client-version
/{binaryType}
Get client version information for specific binary type
GET
/v2
/client-version
/{binaryType}
/channel
/{channelName}
Get client version information for specific binary type
ClientApplicationSettingsV2
GET
/v2
/compression-dictionaries
Returns a listing of all known compression dictionaries, including their SHA256 and creation date. This will be sorted by creation date, with the most recent dictionaries first.
GET
/v2
/compression-dictionaries
/{dictionarySha256}
Returns the specified compression dictionary as a file download.
OtaVersion
GET
/v2
/ota-version
/{binaryType}
Get OTA information for a specific binary type with a given version on some channel. Returns empty list if no updates are found or channel/application with the given version does not exist in CVS.
Channel
GET
/v2
/user-channel
Get channel name for currently logged in user
Models
Roblox.ClientSettings.Api.Models.Response.ClientVersionResponse
Roblox.ClientSettings.Api.Models.Response.OtaVersionResponse
Roblox.ClientSettings.Api.Models.Response.UserChannelResponse