the users api is not returning the proper follower count(it randomly returning 50-100 etc while the original count is 11.5M), this happens only in our AKS (Azure kubernetes cluster) cluster IPS and is working fine locally…
curl --location --request GET
'https://api.twitter.com/1.1/users/show.json?screen_name=MeekMill' \
--header 'Authorization: Bearer XXXXXX'
response
{"id":20567939,"id_str":"20567939","name":"MeekMill","screen_name":"MeekMill","location":"Killadelphia","profile_location":null,"description":"I just wanna see the sun shine tomorrow @dreamchasers #hustler","url":"https:\/\/t.co\/QZDzse4qdU","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/QZDzse4qdU","expanded_url":"http:\/\/MeekMill.lnk.to\/TooMuchMotionEp1","display_url":"MeekMill.lnk.to\/TooMuchMotionE\u2026","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,
"followers_count":57,"friends_count":1490,"listed_count":8764,"created_at":"Wed Feb 11 03:15:04 +0000 2009","favourites_count":1416,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":true,"statuses_count":17855,"lang":null,"status":{"created_at":"Tue Jan 24 01:07:39 +0000 2023","id":1617690560776785921,"id_str":"1617690560776785921","text":"@ShaunG my merchandise business doing well I need a head designer \u2728\u2728\u2728\u2728\u2728\u2728\u2728\u2728\u2728\u2728\u2728\u2728","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"ShaunG","name":"Shaun G","id":346763751,"id_str":"346763751","indices":[0,7]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":346763751,"in_reply_to_user_id_str":"346763751","in_reply_to_screen_name":"ShaunG","geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":8,"favorite_count":105,"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/1488755792081833986\/RNwmrPA__normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/1488755792081833986\/RNwmrPA__normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/20567939\/1631734047","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null,"translator_type":"none","withheld_in_countries":[]}root@api-staging-deployment-6fc5466d67-8phwv:/home/api#