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.twitter.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

stringify_ids optional

Many programming environments will not consume our ids due to their size. Provide this option to have ids returned as strings instead. Read more about [node:194]. This parameter is especially important to use in Javascript environments.

Example Values: true

OAuth Signature Generator

Sign in to see a list of your registered applications.

Example Request

GET
https://api.twitter.com/1.1/friendships/no_retweets/ids.json?stringify_ids=true

Example Result

["777925","732321"]