robase logorobase

API Coverage

Comprehensive Roblox API coverage with typed responses.

User Management

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_idFetch user by ID
get_authenticated_userCurrent session user
bulk_get_usersFetch multiple users at once
usernames_to_usersResolve usernames
username_historyPast usernames
validate_usernameCheck availability
search_usersKeyword search
Game Data

Games & Experiences

Full game/experience data including universe lookups, place resolution, visits, stats, servers, votes, favorites, game passes, and discovery.

get_games / get_gameGame details
place_to_universeResolve place → universe
get_visits / get_statsAnalytics
search_gamesDiscovery
get_recommendedRecommendations
get_user_games / get_group_gamesCreator games
get_serversLive server list
get_votes / get_favoritesSocial signals
get_game_passes / get_place_detailsMonetization
Marketplace

Catalog & Economy

Item search, details, bundles, resale data, resellers, and economy endpoints for Robux balance and transactions.

search_itemsCatalog search
get_item_detailsFull item info
get_bundles / get_user_bundlesBundle data
get_resale_dataPrice history
get_resellersActive sellers
get_favorite_countItem popularity
get_robux_balanceEconomy
get_transactionsTransaction history
get_group_fundsGroup revenue
Community

Groups & Roles

Group management including roles, members, join requests, wall posts, shouts, payouts, audit logs, settings, and relations.

get_groupGroup details
get_roles / get_role_membersRole management
set_member_roleRank changes
kick_memberModeration
get_join_requests / accept / declinePending requests
get_wall_postsGroup wall
post_shoutGroup shout
get_payouts / set_payoutsRevenue distribution
get_audit_logActivity log
get_allies / get_enemiesRelations
search_groupsDiscovery
get_settings / update_settingsConfiguration
Social

Friends & Presence

Friend management, follower data, friend requests, and real-time presence tracking for online status.

get_friendsFriends list
get_followers / get_followingSocial graph
get_friend_requestsPending requests
send_friend_request / accept / declineRequest management
unfriendRemove friend
get_user_presencesOnline status
register_presenceSet presence
Media

Thumbnails & Assets

Thumbnail URLs for avatars, games, assets, groups, and badges with bulk fetching support.

get_avatar_thumbnailsUser avatars
get_game_thumbnailsGame icons
get_asset_thumbnailsAsset images
get_group_thumbnailsGroup icons
get_badge_thumbnailsBadge images
Bulk operations supported
Trading

Trades & Inventory

Trade management, inventory access, collectibles, ownership checks, and RAP (Recent Average Price) calculations.

get_tradesTrade list
get_trade_detailsFull trade info
send_trade / accept / declineTrade management
get_trade_countPending trades
get_inventoryUser inventory
get_collectiblesLimited items
check_ownershipVerify ownership
get_total_rapRAP calculation
Awards

Badges & Achievements

Badge data retrieval for games and users, including badge details, award dates, and statistics.

get_badgeBadge details
get_game_badgesGame badge list
get_user_badgesUser achievements
Bulk badge lookups
Appearance

Avatar & Customization

Avatar information, outfits, current wearing items, avatar rules, and body colors.

get_avatarCurrent avatar info
get_outfitsSaved outfits
get_currently_wearingActive items
get_avatar_rulesCustomization rules
get_body_colorsColor configuration
Communication

Messages & Chat

Private messages, inbox management, unread counts, and real-time chat conversation support.

get_messagesInbox messages
get_unread_countUnread notifications
send_messageSend private message
mark_as_readRead receipts
get_conversationsChat threads
get_chat_messagesConversation history
Trust & Safety

Moderation & Safety

Moderation helpers for account standing, content restrictions, abuse reports, blocking users, and text filtering.

get_account_standingAccount status
get_content_restrictionsAge/region filters
report_abuseSubmit reports
block_user / unblock_userUser blocking
filter_textContent moderation
Uploads

Asset Publishing

Open Cloud asset upload support for images, audio, and models with operation status tracking.

upload_imageImage assets
upload_audioAudio assets
upload_model3D models
upload_autoAuto-detect type
get_operation_statusTrack progress
wait_for_assetAwait completion
Alerts

Notifications

Open Cloud notifications for sending developer notifications to users.

send_notificationPush to users
NotificationResultResponse handling
Develop

Developer APIs

Universe and place management, game settings, team create, plugins, stats, and revenue summaries.

get_universesUniverse list
get_placesPlace management
get_game_settings / update_settingsConfiguration
get_team_createCollaboration
get_pluginsPlugin management
get_statsAnalytics
get_revenue_summaryEarnings
Cloud Platform

Open Cloud APIs

Roblox Open Cloud support including DataStores, Ordered DataStores, MessagingService, Instances API, and user restrictions (bans).

DataStoresget / set / delete / increment
list_stores / list_keys / list_versions
get_versionHistorical versions
match_versionOptimistic concurrency
exclusive_createCreate if absent
user_ids / attributesGDPR & metadata
Ordered DataStoresLeaderboards
MessagingServiceCross-server events
publish_shutdown / announceServer messages
User Restrictionsban_user / unban_user
list_restrictionsBan management
Instances APIRead game hierarchy
get_instance / get_childrenDataModel access
Economy Tools

Marketplace Analytics

Higher-level economy analytics including limited item tracking, RAP analysis, resale profit calculations, and price trends.

LimitedDataRAP, sales, remaining
Price history & volume tracking
Trend analysisrising/falling/stable
ResaleProfitFee calculations
ROI % estimation
RAPTrackerTime-series snapshots
diff() / summary()Change detection
Social Analytics

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
Auth

OAuth & Authentication

OAuth flow management with browser-based authentication, token handling, and CSRF token management.

OAuthManagerAuth orchestration
generate_auth_urlOAuth URL
open_browserBrowser flow
receive_tokenToken callback
CSRF token auto-refresh
Session management