find_universes
Locate Roblox universe IDs by searching experience names or targeting any user or group, with automatic account and group scanning and error reporting for throttled results.
Instructions
Find universe IDs for experiences, by name or by creator.
With no arguments it identifies the API key's owner automatically and returns every experience on their account plus every experience in all of their groups — which is where studio titles usually live, so a personal-account-only search will often miss the game you want. Add search to filter by name; results are ranked by lifetime visits, so the real title outranks similarly-named test places.
Pass username, userId, or groupId to target someone else instead.
Scanning many groups takes several requests. Any source that could not be read is reported in errors rather than silently omitted — an empty result with errors present means the scan was throttled, not that the creator has no games.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max experiences returned. Default 200. | |
| search | No | Case-insensitive substring match on the experience name, e.g. 'party'. | |
| userId | No | Target a specific numeric user ID. | |
| groupId | No | Target a single group's experiences only. | |
| refresh | No | Re-fetch instead of using the cached game lists. Results are cached for 6 hours; use this after publishing a new experience. | |
| username | No | Target a specific Roblox username. | |
| includeGroupGames | No | Scan the user's groups as well as their own account. Default true. Turn off for a faster, personal-account-only lookup. |