get_universe_info
Retrieve metadata and public storefront stats for a Roblox experience, including name, creator, dates, player count, visits, favourites, and like/dislike ratio.
Instructions
Metadata and public storefront stats for an experience: name, description, creator, creation and last-update dates, root place, live player count, lifetime visits, favourites, and the like/dislike ratio.
The like ratio, favourite count, and lifetime visits are not available through the Analytics Query API at all, so this complements the metric tools — a retention problem alongside a falling like ratio reads very differently from one without.
Public stats need no API key and work for experiences you do not own, which makes this usable for competitor comparison. The Open Cloud metadata portion needs a key with universe read access and is reported as an error if the key is analytics-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| universeId | No | Roblox universe (experience) ID, or a saved alias. Optional when a default universe is configured — use get_server_status to check, or find_universes to look one up. | |
| includeOpenCloudMetadata | No | Also fetch Open Cloud universe metadata. Default true. |