Comprehensive Roblox API coverage with typed responses.
Complete coverage of users, games, catalog, groups, friends, presence, thumbnails, economy, badges, and avatar APIs with typed responses and pagination support.
Users & Identity
Complete user identity resolution including lookup by ID, username search, authenticated user info, bulk fetching, username history, and validation.
- get_user / get_by_id — Fetch user by ID
- get_authenticated_user — Current session user
- bulk_get_users — Fetch multiple users at once
- usernames_to_users — Resolve usernames
- username_history — Past usernames
- validate_username — Check availability
- search_users — Keyword search
Games & Experiences
Full game/experience data including universe lookups, place resolution, visits, stats, servers, votes, favorites, game passes, and discovery.
- get_games / get_game — Game details
- place_to_universe — Resolve place → universe
- get_visits / get_stats — Analytics
- search_games — Discovery
- get_recommended — Recommendations
- get_user_games / get_group_games — Creator games
- get_servers — Live server list
- get_votes / get_favorites — Social signals
- get_game_passes / get_place_details — Monetization
Catalog & Economy
Item search, details, bundles, resale data, resellers, and economy endpoints for Robux balance and transactions.
- search_items — Catalog search
- get_item_details — Full item info
- get_bundles / get_user_bundles — Bundle data
- get_resale_data — Price history
- get_resellers — Active sellers
- get_favorite_count — Item popularity
- get_robux_balance — Economy
- get_transactions — Transaction history
- get_group_funds — Group revenue
Groups & Roles
Group management including roles, members, join requests, wall posts, shouts, payouts, audit logs, settings, and relations.
- get_group — Group details
- get_roles / get_role_members — Role management
- set_member_role — Rank changes
- kick_member — Moderation
- get_join_requests / accept / decline — Pending requests
- get_wall_posts — Group wall
- post_shout — Group shout
- get_payouts / set_payouts — Revenue distribution
- get_audit_log — Activity log
- get_allies / get_enemies — Relations
- search_groups — Discovery
- get_settings / update_settings — Configuration
Friends & Presence
Friend management, follower data, friend requests, and real-time presence tracking for online status.
- get_friends — Friends list
- get_followers / get_following — Social graph
- get_friend_requests — Pending requests
- send_friend_request / accept / decline
- unfriend — Remove friend
- get_user_presences — Online status
- register_presence — Set presence
Thumbnails & Assets
Thumbnail URLs for avatars, games, assets, groups, and badges with bulk fetching support.
- get_avatar_thumbnails — User avatars
- get_game_thumbnails — Game icons
- get_asset_thumbnails — Asset images
- get_group_thumbnails — Group icons
- get_badge_thumbnails — Badge images
- Bulk operations supported
Trades & Inventory
Trade management, inventory access, collectibles, ownership checks, and RAP (Recent Average Price) calculations.
- get_trades — Trade list
- get_trade_details — Full trade info
- send_trade / accept / decline
- get_trade_count — Pending trades
- get_inventory — User inventory
- get_collectibles — Limited items
- check_ownership — Verify ownership
- get_total_rap — RAP calculation
Badges & Achievements
Badge data retrieval for games and users, including badge details, award dates, and statistics.
- get_badge — Badge details
- get_game_badges — Game badge list
- get_user_badges — User achievements
- Bulk badge lookups
Avatar & Customization
Avatar information, outfits, current wearing items, avatar rules, and body colors.
- get_avatar — Current avatar info
- get_outfits — Saved outfits
- get_currently_wearing — Active items
- get_avatar_rules — Customization rules
- get_body_colors — Color configuration
Messages & Chat
Private messages, inbox management, unread counts, and real-time chat conversation support.
- get_messages — Inbox messages
- get_unread_count — Unread notifications
- send_message — Send private message
- mark_as_read — Read receipts
- get_conversations — Chat threads
- get_chat_messages — Conversation history
Moderation & Safety
Moderation helpers for account standing, content restrictions, abuse reports, blocking users, and text filtering.
- get_account_standing — Account status
- get_content_restrictions — Age/region filters
- report_abuse — Submit reports
- block_user / unblock_user — User blocking
- filter_text — Content moderation
Asset Publishing
Open Cloud asset upload support for images, audio, and models with operation status tracking.
- upload_image — Image assets
- upload_audio — Audio assets
- upload_model — 3D models
- upload_auto — Auto-detect type
- get_operation_status — Track progress
- wait_for_asset — Await completion
Notifications
Open Cloud notifications for sending developer notifications to users.
- send_notification — Push to users
- NotificationResult — Response handling
Developer APIs
Universe and place management, game settings, team create, plugins, stats, and revenue summaries.
- get_universes — Universe list
- get_places — Place management
- get_game_settings / update_settings — Configuration
- get_team_create — Collaboration
- get_plugins — Plugin management
- get_stats — Analytics
- get_revenue_summary — Earnings
Open Cloud APIs
Roblox Open Cloud support including DataStores, Ordered DataStores, MessagingService, Instances API, and user restrictions (bans).
- DataStores — get / set / delete / increment
- list_stores / list_keys / list_versions
- get_version — Historical versions
- match_version — Optimistic concurrency
- exclusive_create — Create if absent
- user_ids / attributes — GDPR & metadata
- Ordered DataStores — Leaderboards
- MessagingService — Cross-server events
- publish_shutdown / announce — Server messages
- User Restrictions — ban_user / unban_user
- list_restrictions — Ban management
- Instances API — Read game hierarchy
- get_instance / get_children — DataModel access
Marketplace Analytics
Higher-level economy analytics including limited item tracking, RAP analysis, resale profit calculations, and price trends.
- LimitedData — RAP, sales, remaining
- Price history & volume tracking
- Trend analysis — rising/falling/stable
- ResaleProfit — Fee calculations
- ROI % estimation
- RAPTracker — Time-series snapshots
- diff() / summary() — Change detection
Social Graph Analysis
Derived social analysis including mutual friends, follow relationships, overlap matrices, and follow suggestions.
- Mutual friends detection
- Follow relationship mapping
- Overlap matrices
- Online presence snapshots
- Follow suggestions
OAuth & Authentication
OAuth flow management with browser-based authentication, token handling, and CSRF token management.
- OAuthManager — Auth orchestration
- generate_auth_url — OAuth URL
- open_browser — Browser flow
- receive_token — Token callback
- CSRF token auto-refresh
- Session management