curl --request GET \
--url http://localhost:8787/v1/streamer/{name}/recent-streams \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"streamer_id": "<string>",
"avg_viewers": 123,
"peak_viewers": 123,
"live_views": 123,
"live_views_final": 123,
"vod_id": "<string>",
"game_name": "<string>",
"started_at": "2023-11-07T05:31:56Z",
"ended_at": "2023-11-07T05:31:56Z",
"is_live": true,
"title": "<string>",
"tags": [
"<string>"
],
"updated_at": "2023-11-07T05:31:56Z",
"watchtime": 123,
"thumbnail": "<string>",
"unique_chatters": 123,
"user_profile_image": "<string>",
"user_display_name": "<string>"
}
]Returns the most recent streams for a streamer.
curl --request GET \
--url http://localhost:8787/v1/streamer/{name}/recent-streams \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"streamer_id": "<string>",
"avg_viewers": 123,
"peak_viewers": 123,
"live_views": 123,
"live_views_final": 123,
"vod_id": "<string>",
"game_name": "<string>",
"started_at": "2023-11-07T05:31:56Z",
"ended_at": "2023-11-07T05:31:56Z",
"is_live": true,
"title": "<string>",
"tags": [
"<string>"
],
"updated_at": "2023-11-07T05:31:56Z",
"watchtime": 123,
"thumbnail": "<string>",
"unique_chatters": 123,
"user_profile_image": "<string>",
"user_display_name": "<string>"
}
]Optional bearer token enforced when the Worker is configured with an API token.
Maximum streams to return.
1 <= x <= 100Successful response