Get Tweet Like Retweet
Get tweet content, like count, child tweet, child tweet content, child tweet like count
https://api.newbitcoincity.com/api/tweet/like-retweet/{id}
Parameters
Name
Value
Required
Description
id
number
*
id of tweet by system
Sample code for getting data from this API.
Return list tweet
let { data } = await axios.get
("https://api.newbitcoincity.com/api/tweet/like-retweet/1");
console.log("Like Retweet",data)
Last updated