Game Passes
game_passesList the game passes (one-time-purchase perks, e.g. VIP, 2x Money) sold in a Roblox experience, with their exact Robux price. Resolves the experience from universe_id, place_id, or a name (e.g. "Grow a Garden") — pass exactly one. A pass currently not for sale returns is_for_sale:false and price_robux:null rather than 0. Cursor-paginated, capped at 100 per page. Note: many top experiences sell in-game currency and items via consumable "developer products" rather than permanent game passes — a small or empty list is a genuine answer, not a tool failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Experience name to search for, e.g. "Grow a Garden". | |
| limit | No | Max passes to return, default 25, max 100. | |
| cursor | No | Pagination cursor from a previous response `next_cursor`. | |
| place_id | No | Roblox place id — resolved to its universe. | |
| universe_id | No | Roblox universe (experience) id. |