GET
friendships/no_retweets/ids
GET friendships/no_retweets/ids
Returns a collection of user_ids that the currently authenticated user does not want to receive retweets from.
Use POST friendships / update to set the "no retweets" status for a given user account on behalf of the current user.
Resource URL¶
https://api.x.com/1.1/friendships/no_retweets/ids.json
Resource Information¶
Response formats | JSON |
Requires authentication? | Yes (user context only) |
Rate limited? | Yes |
Requests / 15-min window (user auth) | 15 |
Parameters¶
Name | Required | Description | Default Value | Example |
stringify_ids | optional | Some programming environments will not consume Twitter IDs due to their size. Provide this option to have IDs returned as strings instead. Read more about Twitter IDs. This parameter is important to use in Javascript environments. | false | true |
Example Request¶
GET https://api.x.com/1.1/friendships/no_retweets/ids.json?stringify_ids=true
Example Response¶
["777925","732321"]