Add "name" and "screen_name" to the response data of Recent search API
In the published standard search API, these parameters are in a single tweet object.
・User object
Screen_name and name are important elements in User Object.
Now we have to expand. This is very inconvenient.
Please add "name" and "screen_name" to the response data.

2 comments
-
APIテスト用 commented
Thanks for your comment!
To display a tweet, the information of "name" and "@username" is required as described here.
https://developer.twitter.com/en/developer-terms/display-requirements.htmlThis API is very time-consuming, because in order to display the author information of the tweet hit in the search along with the tweet text, it must be searched out from multiple user information in the include section.
My hope is to add "name" and "@username" in the data section when the response format is set to default or detailed.
-
Can you comment further on the reason that adding the expansion parameter for the user object is an issue? As things stand, this is how the Tweet and User APIs have been designed, to provide for more flexibility in data formatting and in the requests (and this is common across all of the current Labs endpoints). We can certainly consider adding more data to the Tweet object at "default" format level, but the data is already available with a single additional query parameter, so it's not clear what this would add. Thanks!