https://api.twitter.com/1.1/users/show.json?screen_name=sokcuri
{ "id": 715117491551244300, "id_str": "715117491551244292", "name": "소쿠릿@계이중", "screen_name": "sokcuri", "location": "", ...
https://api.twitter.com/1.1/users/show.json?user_id=715117491551244300 : 404 Not Found https://api.twitter.com/1.1/users/show.json?user_id=715117491551244292 : @sokcuri
This happens if tweet json was parsed by something that doesn’t support 64bit integers (like javascript)
User IDs have the same issue as Tweet IDs: https://dev.twitter.com/overview/api/twitter-ids-json-and-snowflake
The id_str is correct.
id_str