faceit_searchHubs
Search for FACEIT hubs by name, optionally filtering by game and region to locate specific communities.
Instructions
Search for hubs
Use when you only have a (possibly partial) hub name. Switch to getHub once you have the hub_id.
Endpoint: GET /search/hubs
Parameters:
name (query, str, required): The name of a hub on FACEIT
game (query, str | None): A game on FACEIT
region (query, str | None): A region of the game
offset (query, int | None (min 0)): The starting item position
limit (query, int | None (min 1, max 100)): The number of items to return
Returns: List of hub
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| game | No | ||
| region | No | ||
| offset | No | ||
| limit | No |