ROBLOX Client Data

Deprecated

This site is no longer maintained. Projects that utilize this site will be out of date. Alternatives should be used instead.

Latest data

To retrieve the latest API dump, the following steps may be implemented:

  1. Fetch the current version hash of Roblox Studio from the following URL:
    http://setup.roblox.com/versionQTStudio
  2. Fetch the latest API dump by replacing <HASH> in the following URL with the retrieved version hash:
    http://setup.roblox.com/<HASH>-API-Dump.json
Note that the dump will be in a JSON format that differs from the format provided by this site.

The latest Reflection Metadata can be retrieved in a similar way, although it may not be viable in some situations.

  1. Fetch the current version hash of Roblox Studio from the following URL:
    http://setup.roblox.com/versionQTStudio
  2. Fetch the latest studio archive by replacing <HASH> in the following URL with the retrieved version hash:
    http://setup.roblox.com/<HASH>-RobloxStudio.zip
  3. Extract ReflectionMetadata.xml from the ZIP file.

For plugins and scripts on Roblox, EchoReaper's Auto-updated API Dump module may be used. This also includes Reflection Metadata and explorer icons.

Historical data

For retrieving historical API dumps and Reflection Metadata, the Roblox Lua API Archive repository may be used.

This site contains data about versions of the ROBLOX client, available in multiple formats. Check out the GitHub repository for more information.

This project is in beta. Do not use for any serious work unless you want it to break!

JSON format

Raw format