API Coverage
Comprehensive Roblox API coverage with typed responses.
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 IDget_authenticated_user — Current session userbulk_get_users — Fetch multiple users at onceusernames_to_users — Resolve usernamesusername_history — Past usernamesvalidate_username — Check availabilitysearch_users — Keyword searchGames & Experiences
Full game/experience data including universe lookups, place resolution, visits, stats, servers, votes, favorites, game passes, and discovery.
get_games / get_game — Game detailsplace_to_universe — Resolve place → universeget_visits / get_stats — Analyticssearch_games — Discoveryget_recommended — Recommendationsget_user_games / get_group_games — Creator gamesget_servers — Live server listget_votes / get_favorites — Social signalsget_game_passes / get_place_details — MonetizationCatalog & Economy
Item search, details, bundles, resale data, resellers, and economy endpoints for Robux balance and transactions.
search_items — Catalog searchget_item_details — Full item infoget_bundles / get_user_bundles — Bundle dataget_resale_data — Price historyget_resellers — Active sellersget_favorite_count — Item popularityget_robux_balance — Economyget_transactions — Transaction historyget_group_funds — Group revenueGroups & Roles
Group management including roles, members, join requests, wall posts, shouts, payouts, audit logs, settings, and relations.
get_group — Group detailsget_roles / get_role_members — Role managementset_member_role — Rank changeskick_member — Moderationget_join_requests / accept / decline — Pending requestsget_wall_posts — Group wallpost_shout — Group shoutget_payouts / set_payouts — Revenue distributionget_audit_log — Activity logget_allies / get_enemies — Relationssearch_groups — Discoveryget_settings / update_settings — ConfigurationFriends & Presence
Friend management, follower data, friend requests, and real-time presence tracking for online status.
get_friends — Friends listget_followers / get_following — Social graphget_friend_requests — Pending requestssend_friend_request / accept / decline — Request managementunfriend — Remove friendget_user_presences — Online statusregister_presence — Set presenceThumbnails & Assets
Thumbnail URLs for avatars, games, assets, groups, and badges with bulk fetching support.
get_avatar_thumbnails — User avatarsget_game_thumbnails — Game iconsget_asset_thumbnails — Asset imagesget_group_thumbnails — Group iconsget_badge_thumbnails — Badge imagesBulk operations supportedTrades & Inventory
Trade management, inventory access, collectibles, ownership checks, and RAP (Recent Average Price) calculations.
get_trades — Trade listget_trade_details — Full trade infosend_trade / accept / decline — Trade managementget_trade_count — Pending tradesget_inventory — User inventoryget_collectibles — Limited itemscheck_ownership — Verify ownershipget_total_rap — RAP calculationBadges & Achievements
Badge data retrieval for games and users, including badge details, award dates, and statistics.
get_badge — Badge detailsget_game_badges — Game badge listget_user_badges — User achievementsBulk badge lookupsAvatar & Customization
Avatar information, outfits, current wearing items, avatar rules, and body colors.
get_avatar — Current avatar infoget_outfits — Saved outfitsget_currently_wearing — Active itemsget_avatar_rules — Customization rulesget_body_colors — Color configurationMessages & Chat
Private messages, inbox management, unread counts, and real-time chat conversation support.
get_messages — Inbox messagesget_unread_count — Unread notificationssend_message — Send private messagemark_as_read — Read receiptsget_conversations — Chat threadsget_chat_messages — Conversation historyModeration & Safety
Moderation helpers for account standing, content restrictions, abuse reports, blocking users, and text filtering.
get_account_standing — Account statusget_content_restrictions — Age/region filtersreport_abuse — Submit reportsblock_user / unblock_user — User blockingfilter_text — Content moderationAsset Publishing
Open Cloud asset upload support for images, audio, and models with operation status tracking.
upload_image — Image assetsupload_audio — Audio assetsupload_model — 3D modelsupload_auto — Auto-detect typeget_operation_status — Track progresswait_for_asset — Await completionNotifications
Open Cloud notifications for sending developer notifications to users.
send_notification — Push to usersNotificationResult — Response handlingDeveloper APIs
Universe and place management, game settings, team create, plugins, stats, and revenue summaries.
get_universes — Universe listget_places — Place managementget_game_settings / update_settings — Configurationget_team_create — Collaborationget_plugins — Plugin managementget_stats — Analyticsget_revenue_summary — EarningsOpen Cloud APIs
Roblox Open Cloud support including DataStores, Ordered DataStores, MessagingService, Instances API, and user restrictions (bans).
DataStores — get / set / delete / incrementlist_stores / list_keys / list_versionsget_version — Historical versionsmatch_version — Optimistic concurrencyexclusive_create — Create if absentuser_ids / attributes — GDPR & metadataOrdered DataStores — LeaderboardsMessagingService — Cross-server eventspublish_shutdown / announce — Server messagesUser Restrictions — ban_user / unban_userlist_restrictions — Ban managementInstances API — Read game hierarchyget_instance / get_children — DataModel accessMarketplace Analytics
Higher-level economy analytics including limited item tracking, RAP analysis, resale profit calculations, and price trends.
LimitedData — RAP, sales, remainingPrice history & volume trackingTrend analysis — rising/falling/stableResaleProfit — Fee calculationsROI % estimationRAPTracker — Time-series snapshotsdiff() / summary() — Change detectionSocial Graph Analysis
Derived social analysis including mutual friends, follow relationships, overlap matrices, and follow suggestions.
Mutual friends detectionFollow relationship mappingOverlap matricesOnline presence snapshotsFollow suggestionsOAuth & Authentication
OAuth flow management with browser-based authentication, token handling, and CSRF token management.
OAuthManager — Auth orchestrationgenerate_auth_url — OAuth URLopen_browser — Browser flowreceive_token — Token callbackCSRF token auto-refreshSession management