categories

suspend fun categories(query: String, cursor: String? = null, pageSize: Int? = null): Page<Game>

Twitch API: Search Categories

Gets a single page of categories that match the specified query.

Return

a Page of Game objects.

Parameters

query

the URI-encoded search string.

cursor

the cursor used to get the next page of results.

pageSize

the maximum number of items to return per page (1-100, default 20). Null uses the API default.