Sample
{
"tweet": {
"tweet_text": "Exploring the world of MongoDB. #NOSQL #MongoDB",
"creation_date_time": "2021-04-02T12:34:56Z",
"likes": 300,
"comments": 45,
"retweets": 150,
"bookmarks": 75,
"tweet_status": "active",
"hashtags": [
{
"tag": "NOSQL"
},
{
"tag": "MongoDB"
}
],
"mentions": [
{
"screen_name": "mongodb",
"user_id": "1122334455"
}
]
},
"user": {
"user_name": "sql_guru",
"actual_name": "db Enthusiast",
"profile_pic": "https://example.com/profile_pic.jpg",
"verification_status": {
"type": "celebrity",
"verified": true
}
}
}
Last updated