Mutes lookup

GET https://api.twitter.com/2/users/:id/muting

Returns a list of users who are muted by the specified user ID.

For full details, see the API reference for this endpoint.

Sign up for the Twitter API

Request Params

KeyDatatypeRequiredDescription
user.fieldsnullComma-separated fields for the user object.
Allowed values:
created_at,description,entities,id,location,name,pinned_tweet_id,profile_image_url,protected,public_metrics,url,username,verified,withheld
Default values:
id,name,username
expansionsnullExpansions enable requests to expand an ID into a full object in the includes response object.
Allowed value:
pinned_tweet_id
Default value: none
tweet.fieldsnullComma-separated list of fields for the Tweet object. Expansion required.
Allowed values:
attachments,author_id,context_annotations,conversation_id,created_at,entities,geo,id,in_reply_to_user_id,lang,non_public_metrics,organic_metrics,possibly_sensitive,promoted_metrics,public_metrics,referenced_tweets,source,text,withheld
Default values:
id,text
OAuth1.0a User Context authorization required if any of the following fields are included in the request:
non_public_metrics,organic_metrics,promoted_metrics
max_resultsnullThe maximum number of results to be returned by a request.
Allowed values: 1 through 1000.
Default value: 100
pagination_tokennullThis parameter is used to get the next 'page' of results. The value used with the parameter is pulled directly from the response provided by the API, and should not be modified.

HEADERS

KeyDatatypeRequiredDescription
``null