curl --request GET \
--url http://localhost:8787/v1/streamer/{name} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"display_name": "<string>",
"profile_image": "<string>",
"type": "<string>",
"followers": 123,
"subs": 123,
"gender": "<string>",
"management": "<string>",
"real_name": "<string>",
"city": "<string>",
"birthday": "2023-12-25",
"age": 123,
"banned": true,
"ban_reason": "<string>",
"automated": true,
"email": "[email protected]",
"demographics": "<string>",
"size_tier": "<string>",
"active": true,
"tracked_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z"
}Returns profile information for a specific streamer.
curl --request GET \
--url http://localhost:8787/v1/streamer/{name} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"display_name": "<string>",
"profile_image": "<string>",
"type": "<string>",
"followers": 123,
"subs": 123,
"gender": "<string>",
"management": "<string>",
"real_name": "<string>",
"city": "<string>",
"birthday": "2023-12-25",
"age": 123,
"banned": true,
"ban_reason": "<string>",
"automated": true,
"email": "[email protected]",
"demographics": "<string>",
"size_tier": "<string>",
"active": true,
"tracked_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z"
}Optional bearer token enforced when the Worker is configured with an API token.
Streamer username (lowercase).
Successful response