Favorite is spelt as ‘favorite_count’ in tweet object and 'favourites_count’ in ‘tweet.user’ object.
The two spellings in the same JSON is confusing.
Here’s a result from API
{
"_id": "5b3884fd4e2e5009117058d0",
"created_at": "Sat Mar 31 11:49:02 +0000 2018",
"id": 980049325261811700,
"id_str": "980049325261811712",
"full_text": "@prateekjsun We regret the unpleasant experience. We've initiated an immediate audit on this vehicle to ensure such issues are minimised in future. Hope to provide you with better services soon. https://t.co/6DHSELSc7K",
"truncated": false,
"display_text_range": [
13,
194
],
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [
{
"screen_name": "prateekjsun",
"name": "Prateek Jain",
"id": 715173166604111900,
"id_str": "715173166604111872",
"indices": [
0,
12
]
}
],
"urls": [
{
"url": "https://t.co/6DHSELSc7K",
"expanded_url": "https://twitter.com/messages/compose?recipient_id=2542889478",
"display_url": "twitter.com/messages/compo…",
"indices": [
195,
218
]
}
]
},
"source": "<a href=\"http://simplify360.com\" rel=\"nofollow\">Simplify360</a>",
"in_reply_to_status_id": 980048577757003800,
"in_reply_to_status_id_str": "980048577757003777",
"in_reply_to_user_id": 715173166604111900,
"in_reply_to_user_id_str": "715173166604111872",
"in_reply_to_screen_name": "prateekjsun",
"user": {
"id": 2542889478,
"id_str": "2542889478",
"name": "Ola Support",
"screen_name": "ola_supports",
"location": "India",
"description": "@Olacabs Support Crew. For any query, feedback & concerns, tweet or DM to us anytime. We are here to help round the clock.",
"url": "http://t.co/vduBECws5I",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/vduBECws5I",
"expanded_url": "http://olacabs.com",
"display_url": "olacabs.com",
"indices": [
0,
22
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 80603,
"friends_count": 3,
"listed_count": 42,
"created_at": "Tue Jun 03 06:21:57 +0000 2014",
"favourites_count": 807,
"utc_offset": null,
"time_zone": null,
"geo_enabled": true,
"verified": true,
"statuses_count": 299534,
"lang": "en",
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "000000",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"profile_background_tile": false,
"profile_image_url": "http://pbs.twimg.com/profile_images/704555182915366912/8BBcNFAy_normal.jpg",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/704555182915366912/8BBcNFAy_normal.jpg",
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2542889478/1484311289",
"profile_link_color": "D5DA2C",
"profile_sidebar_border_color": "000000",
"profile_sidebar_fill_color": "000000",
"profile_text_color": "000000",
"profile_use_background_image": false,
"has_extended_profile": false,
"default_profile": false,
"default_profile_image": false,
"following": false,
"follow_request_sent": false,
"notifications": false,
"translator_type": "none"
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"is_quote_status": false,
"retweet_count": 1,
"favorite_count": 0,
"favorited": false,
"retweeted": false,
"possibly_sensitive": false,
"lang": "en"
}