get_room
Retrieve detailed DouYu live stream room information by entering a numeric room ID. Returns a Markdown table with avatar, room name, streamer, status, popularity, and cover image.
Instructions
通过斗鱼房间的ID获取斗鱼房间信息。
Get room information from DouYu by room ID.
Args:
room_id (int): 斗鱼房间ID。整数类型的ID被接受。
room_id (int): The ID of the DouYu room. A numeric ID is accepted. Like 71415.
Returns:
一个markdown表格,包含房间信息。
a Markdown table containing room information.
- 头像 URL 使用 image标签展示
- 房间ID
- 分区名
- 房间名
- 主播名
- 房间状态(直播中 or 未开播)
- 热度
- 房间封面图 URL 图片 使用 image标签展示Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| room_id | Yes |