Game discovery and research
Robloxエンドポイントを使えば、「Game discovery and research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn Roblox's public catalog into structured JSON — experience search, public game detail with aggregate votes and icon, cursor-paginated badge listings, and curated ranking shelves like top-trending and top-playing-now.
Search Roblox experiences, get public game and badge detail, and browse curated game rankings as structured JSON.
エンドポイントファミリー
4
ドキュメント化されたパラメータ
10
サンプル数
2
ライブカタログスナップショット
稼働エンドポイント
4
メソッド
GET
必須パラメータ
7
スキーマ参照
4
{
"platform": "Roblox",
"endpoint": "roblox-badges",
"method": "GET",
"path": "/roblox/badges",
"auth": "apiKey"
}ユースケース
Search Roblox experiences, get public game and badge detail, and browse curated game rankings as structured JSON.
Robloxエンドポイントを使えば、「Game discovery and research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Robloxエンドポイントを使えば、「Trending game tracking」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Robloxエンドポイントを使えば、「Catalog and badge analysis」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のRobloxエンドポイントカタログから取得しています(エンドポイント4件、ドキュメント化されたリクエストパラメータ10個、公開レスポンススキーマ4件)。DocsとPlaygroundが参照しているカタログと同じものです。
Robloxのエンドポイントは4件、4つのリクエストファミリーに分類されています(Badges、Game、Rankingsほか1件)。
これらのRobloxエンドポイントには10個のリクエストパラメータがドキュメント化されており、うち7個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
4件のRobloxエンドポイントのうち2件が実際のサンプルレスポンスを、4件がドキュメント化されたレスポンススキーマを備えています。最初のリクエストの前に実データの形に合わせて実装できます。
Robloxのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、429、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
Robloxのエンドポイントは4個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/roblox/badges
/roblox/game
/roblox/rankings
/roblox/search
エンドポイントカタログ
/roblox/badgesReturns one cursor-paginated page of public badge metadata for a Roblox experience. Pass next_cursor back unchanged as cursor. No user-awarded badge data is returned.
MCPツール roblox_badges
/roblox/gameReturns public catalog detail for one Roblox experience, including aggregate votes and its public icon. This endpoint does not return player, account, purchase, or server data.
MCPツール roblox_game
/roblox/rankingsReturns a public Roblox game shelf. Allowed sort_id values: top-trending, up-and-coming, top-playing-now, fun-with-friends, top-revisited.
レスポンスに関する注記
Example response: ```json {"code":200,"msg":"OK","data":{"sort_id":"top-trending","display_name":"Top Trending","experiences":[{"universe_id":10563114921,"name":"Steal An Egg","player_count":740338,"genre":"Simulation"}]}} ```
MCPツール roblox_rankings
/roblox/searchSearches anonymous public Roblox game experiences. The opaque page_token continues the same search.
レスポンスに関する注記
Example response: ```json {"code":200,"msg":"OK","data":{"query":"Adopt Me","experiences":[{"universe_id":383310974,"root_place_id":920587237,"name":"[🌧️] Adopt Me!","player_count":256093,"url":"https://www.roblox.com/games/920587237/Adopt-Me"}]}} ```
MCPツール roblox_search
関連API
Media & Streaming
Research streaming catalogs, title availability, providers, offers, seasons, episodes, and release changes from JustWatch with normalized JSON.
Media & Streaming
Turn Apple Books ebook and audiobook pages into structured data — search, catalog detail, paginated customer reviews, similar titles, author bibliographies, series listings, and chart rankings as normalized JSON. Credential-free.
Media & Streaming
Search public Ticketmaster events and browse the full discovery hierarchy by category or city, with pagination plus event, attraction, and venue detail endpoints -- including fan reviews, related attractions, trending attractions, and enhanced venue branding -- for live-entertainment research.
Robloxのスクレイピング方法
Crawlora's Roblox endpoints return anonymous public catalog data as normalized JSON with one API key — no player account or Roblox client required.
Use /roblox/search with a query (continue with the returned page_token for more results), or /roblox/rankings with a sort_id (e.g. top-trending, top-playing-now, up-and-coming) for a public game shelf.
Pass an experience reference to /roblox/game for public catalog detail including aggregate votes and its public icon, or to /roblox/badges for one cursor-paginated page of public badge metadata (pass next_cursor back as cursor to continue).
FAQ
Send a query to /roblox/search or a sort_id to /roblox/rankings and get back structured JSON game listings — no Roblox account or client needed.
No — Roblox endpoints return public experience, badge, and ranking catalog data only. They do not return player, account, purchase, server, or user-awarded badge data.
Collecting publicly accessible experience, badge, and ranking data is generally permissible if you respect Roblox's terms of use, robots directives, rate limits, and applicable law. This is for public data you are authorized to collect.