curl --request GET \
--url https://api.x.com/2/users/{id}/muting \
--header 'Authorization: Bearer <token>'{
"data": [
{
"created_at": "2013-12-14T04:35:55Z",
"id": "2244994945",
"name": "X Dev",
"protected": false,
"username": "TwitterDev"
}
],
"errors": [
{
"title": "<string>",
"type": "<string>",
"detail": "<string>",
"status": 123
}
],
"includes": {
"media": [
{
"type": "<string>",
"height": 1,
"media_key": "<string>",
"width": 1
}
],
"places": [
{
"full_name": "Lakewood, CO",
"id": "f7eb2fa2fea288b1",
"contained_within": [
"f7eb2fa2fea288b1"
],
"country": "United States",
"country_code": "US",
"geo": {
"bbox": [
-105.193475,
39.60973,
-105.053164,
39.761974
],
"properties": {},
"type": "Feature",
"geometry": {
"coordinates": [
-105.18816086351444,
40.247749999999996
],
"type": "Point"
}
},
"name": "Lakewood",
"place_type": "city"
}
],
"polls": [
{
"id": "1365059861688410112",
"options": [
{
"label": "<string>",
"position": 123,
"votes": 123
}
],
"duration_minutes": 5042,
"end_datetime": "2023-11-07T05:31:56Z",
"voting_status": "open"
}
],
"topics": [
{
"id": "<string>",
"name": "Technology",
"description": "All about technology"
}
],
"tweets": [
{
"author_id": "2244994945",
"created_at": "Wed Jan 06 18:40:40 +0000 2021",
"id": "1346889436626259968",
"text": "Learn how to use the user Tweet timeline and user mention timeline endpoints in the X API v2 to explore Tweet\\u2026 https:\\/\\/t.co\\/56a0vZUx7i",
"username": "XDevelopers"
}
],
"users": [
{
"created_at": "2013-12-14T04:35:55Z",
"id": "2244994945",
"name": "X Dev",
"protected": false,
"username": "TwitterDev"
}
]
},
"meta": {
"next_token": "<string>",
"previous_token": "<string>",
"result_count": 123
}
}Retrieves a list of Users muted by the authenticated user.
curl --request GET \
--url https://api.x.com/2/users/{id}/muting \
--header 'Authorization: Bearer <token>'{
"data": [
{
"created_at": "2013-12-14T04:35:55Z",
"id": "2244994945",
"name": "X Dev",
"protected": false,
"username": "TwitterDev"
}
],
"errors": [
{
"title": "<string>",
"type": "<string>",
"detail": "<string>",
"status": 123
}
],
"includes": {
"media": [
{
"type": "<string>",
"height": 1,
"media_key": "<string>",
"width": 1
}
],
"places": [
{
"full_name": "Lakewood, CO",
"id": "f7eb2fa2fea288b1",
"contained_within": [
"f7eb2fa2fea288b1"
],
"country": "United States",
"country_code": "US",
"geo": {
"bbox": [
-105.193475,
39.60973,
-105.053164,
39.761974
],
"properties": {},
"type": "Feature",
"geometry": {
"coordinates": [
-105.18816086351444,
40.247749999999996
],
"type": "Point"
}
},
"name": "Lakewood",
"place_type": "city"
}
],
"polls": [
{
"id": "1365059861688410112",
"options": [
{
"label": "<string>",
"position": 123,
"votes": 123
}
],
"duration_minutes": 5042,
"end_datetime": "2023-11-07T05:31:56Z",
"voting_status": "open"
}
],
"topics": [
{
"id": "<string>",
"name": "Technology",
"description": "All about technology"
}
],
"tweets": [
{
"author_id": "2244994945",
"created_at": "Wed Jan 06 18:40:40 +0000 2021",
"id": "1346889436626259968",
"text": "Learn how to use the user Tweet timeline and user mention timeline endpoints in the X API v2 to explore Tweet\\u2026 https:\\/\\/t.co\\/56a0vZUx7i",
"username": "XDevelopers"
}
],
"users": [
{
"created_at": "2013-12-14T04:35:55Z",
"id": "2244994945",
"name": "X Dev",
"protected": false,
"username": "TwitterDev"
}
]
},
"meta": {
"next_token": "<string>",
"previous_token": "<string>",
"result_count": 123
}
}The access token received from the authorization server in the OAuth 2.0 flow.
The ID of the authenticated source User for whom to return results. Unique identifier of this User. The value must be the same as the authenticated user.
"2244994945"
The maximum number of results.
1 <= x <= 1000This parameter is used to get the next 'page' of results. A 'long' pagination token.
1 - 19A comma separated list of User fields to display. The fields available for a User object.
1affiliation, confirmed_email, connection_status, created_at, description, entities, id, is_identity_verified, location, most_recent_tweet_id, name, parody, pinned_tweet_id, profile_banner_url, profile_image_url, protected, public_metrics, receives_your_dm, subscription, subscription_type, url, username, verified, verified_followers_count, verified_type, withheld [
"affiliation",
"confirmed_email",
"connection_status",
"created_at",
"description",
"entities",
"id",
"is_identity_verified",
"location",
"most_recent_tweet_id",
"name",
"parody",
"pinned_tweet_id",
"profile_banner_url",
"profile_image_url",
"protected",
"public_metrics",
"receives_your_dm",
"subscription",
"subscription_type",
"url",
"username",
"verified",
"verified_followers_count",
"verified_type",
"withheld"
]A comma separated list of fields to expand. The list of fields you can expand for a User object. If the field has an ID, it can be expanded into a full object.
1affiliation.user_id, most_recent_tweet_id, pinned_tweet_id [
"affiliation.user_id",
"most_recent_tweet_id",
"pinned_tweet_id"
]A comma separated list of Tweet fields to display. The fields available for a Tweet object.
1article, attachments, author_id, card_uri, community_id, context_annotations, conversation_id, created_at, display_text_range, edit_controls, edit_history_tweet_ids, entities, geo, id, in_reply_to_user_id, lang, media_metadata, non_public_metrics, note_tweet, organic_metrics, possibly_sensitive, promoted_metrics, public_metrics, referenced_tweets, reply_settings, scopes, source, suggested_source_links, text, withheld [
"article",
"attachments",
"author_id",
"card_uri",
"community_id",
"context_annotations",
"conversation_id",
"created_at",
"display_text_range",
"edit_controls",
"edit_history_tweet_ids",
"entities",
"geo",
"id",
"in_reply_to_user_id",
"lang",
"media_metadata",
"non_public_metrics",
"note_tweet",
"organic_metrics",
"possibly_sensitive",
"promoted_metrics",
"public_metrics",
"referenced_tweets",
"reply_settings",
"scopes",
"source",
"suggested_source_links",
"text",
"withheld"
]The request has succeeded.
1Show child attributes
Unique identifier of this User. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
"2244994945"
The friendly name of this User, as shown on their profile.
The X handle (screen name) of this user.
Metadata about a user's affiliation.
Show child attributes
The badge URL corresponding to the affiliation.
The description of the affiliation.
The URL, if available, to details about an affiliation.
1Unique identifier of this User. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
Returns detailed information about the relationship between two users.
Type of connection between users.
follow_request_received, follow_request_sent, blocking, followed_by, following, muting Creation time of this User.
The text of this User's profile description (also known as bio), if the User provided one.
A list of metadata found in the User's profile description.
Show child attributes
Show child attributes
1Show child attributes
Index (zero-based) at which position this entity ends. The index is inclusive.
x >= 061
Index (zero-based) at which position this entity starts. The index is inclusive.
x >= 050
Text used to determine annotation.
"Barack Obama"
Confidence factor for annotation type.
0 <= x <= 1Annotation type.
"Person"
1Show child attributes
Index (zero-based) at which position this entity ends. The index is exclusive.
x >= 061
Index (zero-based) at which position this entity starts. The index is inclusive.
x >= 050
"TWTR"
1Show child attributes
Index (zero-based) at which position this entity ends. The index is exclusive.
x >= 061
Index (zero-based) at which position this entity starts. The index is inclusive.
x >= 050
The text of the Hashtag.
"MondayMotivation"
1Show child attributes
Index (zero-based) at which position this entity ends. The index is exclusive.
x >= 061
Index (zero-based) at which position this entity starts. The index is inclusive.
x >= 050
The X handle (screen name) of this user.
Unique identifier of this User. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
"2244994945"
1Show child attributes
Index (zero-based) at which position this entity ends. The index is exclusive.
x >= 061
Index (zero-based) at which position this entity starts. The index is inclusive.
x >= 050
A validly formatted URL.
"https://developer.twitter.com/en/docs/twitter-api"
Description of the URL landing page.
"This is a description of the website."
The URL as displayed in the X client.
"twittercommunity.com/t/introducing-…"
A validly formatted URL.
"https://developer.twitter.com/en/docs/twitter-api"
1Show child attributes
The height of the media in pixels.
x >= 0A validly formatted URL.
"https://developer.twitter.com/en/docs/twitter-api"
The width of the media in pixels.
x >= 0The Media Key identifier for this attachment.
HTTP Status Code.
100 <= x <= 599Title of the page the URL points to.
"Introducing the v2 follow lookup endpoints"
Fully resolved url.
"https://twittercommunity.com/t/introducing-the-v2-follow-lookup-endpoints/147118"
Expanded details for the URL specified in the User's profile, with start and end indices.
Show child attributes
1Show child attributes
Index (zero-based) at which position this entity ends. The index is exclusive.
x >= 061
Index (zero-based) at which position this entity starts. The index is inclusive.
x >= 050
A validly formatted URL.
"https://developer.twitter.com/en/docs/twitter-api"
Description of the URL landing page.
"This is a description of the website."
The URL as displayed in the X client.
"twittercommunity.com/t/introducing-…"
A validly formatted URL.
"https://developer.twitter.com/en/docs/twitter-api"
1Show child attributes
The height of the media in pixels.
x >= 0A validly formatted URL.
"https://developer.twitter.com/en/docs/twitter-api"
The width of the media in pixels.
x >= 0The Media Key identifier for this attachment.
HTTP Status Code.
100 <= x <= 599Title of the page the URL points to.
"Introducing the v2 follow lookup endpoints"
Fully resolved url.
"https://twittercommunity.com/t/introducing-the-v2-follow-lookup-endpoints/147118"
The location specified in the User's profile, if the User provided one. As this is a freeform value, it may not indicate a valid location, but it may be fuzzily evaluated when performing searches with location queries.
Unique identifier of this Tweet. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
"1346889436626259968"
Unique identifier of this Tweet. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
"1346889436626259968"
The URL to the profile banner for this User.
The URL to the profile image for this User.
Indicates if this User has chosen to protect their Posts (in other words, if this User's Posts are private).
A list of metrics for this User.
Show child attributes
Number of Users who are following this User.
Number of Users this User is following.
The number of lists that include this User.
The number of Posts (including Retweets) posted by this User.
The number of likes created by this User.
Indicates if you can send a DM to this User
The X Blue subscription type of the user, eg: Basic, Premium, PremiumPlus or None.
Basic, Premium, PremiumPlus, None The URL specified in the User's profile.
Indicate if this User is a verified X User.
The X Blue verified type of the user, eg: blue, government, business or none.
blue, government, business, none Indicates withholding details for withheld content.
Show child attributes
Show child attributes
11Show child attributes
The full name of this place.
"Lakewood, CO"
The identifier for this place.
"f7eb2fa2fea288b1"
1The identifier for this place.
The full name of the county in which this place exists.
"United States"
A two-letter ISO 3166-1 alpha-2 country code.
"US"
Show child attributes
4 elements-180 <= x <= 180[
-105.193475,
39.60973,
-105.053164,
39.761974
]Feature A GeoJson Point geometry object.
Show child attributes
A GeoJson Position in the format [longitude,latitude].
2 elements[-105.18816086351444, 40.247749999999996]Point "Point"
The human readable name of this place.
"Lakewood"
poi, neighborhood, city, admin, country, unknown "city"
1Show child attributes
Unique identifier of this poll.
"1365059861688410112"
2 - 4 elements5 <= x <= 10080open, closed 1Show child attributes
Specifies the type of attachments (if any) present in this Tweet.
Show child attributes
A list of Media Keys for each one of the media attachments (if media are attached).
1The Media Key identifier for this attachment.
A list of Posts the media on this Tweet was originally posted in. For example, if the media on a tweet is re-used in another Tweet, this refers to the original, source Tweet..
1Unique identifier of this Tweet. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
A list of poll IDs (if polls are attached).
1Unique identifier of this poll.
Unique identifier of this User. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
"2244994945"
The unique identifier of this Community.
"1146654567674912769"
1Show child attributes
Represents the data for the context annotation domain.
Show child attributes
The unique id for a context annotation domain.
Description of the context annotation domain.
Name of the context annotation domain.
Represents the data for the context annotation entity.
Show child attributes
The unique id for a context annotation entity.
Description of the context annotation entity.
Name of the context annotation entity.
Unique identifier of this Tweet. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
"1346889436626259968"
Creation time of the Tweet.
"2021-01-06T18:40:40.000Z"
Represent a boundary range (start and end zero-based indices) for the portion of text that is displayed for a post. start must be smaller than end. The start index is inclusive, the end index is exclusive.
2 elementsx >= 0Show child attributes
Time when Tweet is no longer editable.
"2021-01-06T18:40:40.000Z"
Number of times this Tweet can be edited.
Indicates if this Tweet is eligible to be edited.
false
A list of Tweet Ids in this Tweet chain.
1Unique identifier of this Tweet. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
Show child attributes
1Show child attributes
Index (zero-based) at which position this entity ends. The index is inclusive.
x >= 061
Index (zero-based) at which position this entity starts. The index is inclusive.
x >= 050
Text used to determine annotation.
"Barack Obama"
Confidence factor for annotation type.
0 <= x <= 1Annotation type.
"Person"
1Show child attributes
Index (zero-based) at which position this entity ends. The index is exclusive.
x >= 061
Index (zero-based) at which position this entity starts. The index is inclusive.
x >= 050
"TWTR"
1Show child attributes
Index (zero-based) at which position this entity ends. The index is exclusive.
x >= 061
Index (zero-based) at which position this entity starts. The index is inclusive.
x >= 050
The text of the Hashtag.
"MondayMotivation"
1Show child attributes
Index (zero-based) at which position this entity ends. The index is exclusive.
x >= 061
Index (zero-based) at which position this entity starts. The index is inclusive.
x >= 050
The X handle (screen name) of this user.
Unique identifier of this User. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
"2244994945"
1Show child attributes
Index (zero-based) at which position this entity ends. The index is exclusive.
x >= 061
Index (zero-based) at which position this entity starts. The index is inclusive.
x >= 050
A validly formatted URL.
"https://developer.twitter.com/en/docs/twitter-api"
Description of the URL landing page.
"This is a description of the website."
The URL as displayed in the X client.
"twittercommunity.com/t/introducing-…"
A validly formatted URL.
"https://developer.twitter.com/en/docs/twitter-api"
1Show child attributes
The height of the media in pixels.
x >= 0A validly formatted URL.
"https://developer.twitter.com/en/docs/twitter-api"
The width of the media in pixels.
x >= 0The Media Key identifier for this attachment.
HTTP Status Code.
100 <= x <= 599Title of the page the URL points to.
"Introducing the v2 follow lookup endpoints"
Fully resolved url.
"https://twittercommunity.com/t/introducing-the-v2-follow-lookup-endpoints/147118"
The location tagged on the Tweet, if the user provided one.
Show child attributes
A GeoJson Point geometry object.
Show child attributes
A GeoJson Position in the format [longitude,latitude].
2 elements[-105.18816086351444, 40.247749999999996]Point "Point"
The identifier for this place.
"f7eb2fa2fea288b1"
Unique identifier of this Tweet. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
"1346889436626259968"
Unique identifier of this User. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
"2244994945"
Language of the Tweet, if detected by X. Returned as a BCP47 language tag.
"en"
The full-content of the Tweet, including text beyond 280 characters.
Show child attributes
Show child attributes
1Show child attributes
Index (zero-based) at which position this entity ends. The index is exclusive.
x >= 061
Index (zero-based) at which position this entity starts. The index is inclusive.
x >= 050
"TWTR"
1Show child attributes
Index (zero-based) at which position this entity ends. The index is exclusive.
x >= 061
Index (zero-based) at which position this entity starts. The index is inclusive.
x >= 050
The text of the Hashtag.
"MondayMotivation"
1Show child attributes
Index (zero-based) at which position this entity ends. The index is exclusive.
x >= 061
Index (zero-based) at which position this entity starts. The index is inclusive.
x >= 050
The X handle (screen name) of this user.
Unique identifier of this User. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
"2244994945"
1Show child attributes
Index (zero-based) at which position this entity ends. The index is exclusive.
x >= 061
Index (zero-based) at which position this entity starts. The index is inclusive.
x >= 050
A validly formatted URL.
"https://developer.twitter.com/en/docs/twitter-api"
Description of the URL landing page.
"This is a description of the website."
The URL as displayed in the X client.
"twittercommunity.com/t/introducing-…"
A validly formatted URL.
"https://developer.twitter.com/en/docs/twitter-api"
1Show child attributes
The height of the media in pixels.
x >= 0A validly formatted URL.
"https://developer.twitter.com/en/docs/twitter-api"
The width of the media in pixels.
x >= 0The Media Key identifier for this attachment.
HTTP Status Code.
100 <= x <= 599Title of the page the URL points to.
"Introducing the v2 follow lookup endpoints"
Fully resolved url.
"https://twittercommunity.com/t/introducing-the-v2-follow-lookup-endpoints/147118"
The note content of the Tweet.
"Learn how to use the user Tweet timeline and user mention timeline endpoints in the X API v2 to explore Tweet\\u2026 https:\\/\\/t.co\\/56a0vZUx7i"
Organic nonpublic engagement metrics for the Tweet at the time of the request.
Show child attributes
Number of times this Tweet has been viewed.
Number of times this Tweet has been liked.
Number of times this Tweet has been replied to.
Number of times this Tweet has been Retweeted.
Indicates if this Tweet contains URLs marked as sensitive, for example content suitable for mature audiences.
false
Promoted nonpublic engagement metrics for the Tweet at the time of the request.
Show child attributes
Number of times this Tweet has been viewed.
Number of times this Tweet has been liked.
Number of times this Tweet has been replied to.
Number of times this Tweet has been Retweeted.
Engagement metrics for the Tweet at the time of the request.
Show child attributes
Number of times this Tweet has been bookmarked.
Number of times this Tweet has been viewed.
Number of times this Tweet has been liked.
Number of times this Tweet has been replied to.
Number of times this Tweet has been Retweeted.
Number of times this Tweet has been quoted.
A list of Posts this Tweet refers to. For example, if the parent Tweet is a Retweet, a Quoted Tweet or a Reply, it will include the related Tweet referenced to by its parent.
1Show child attributes
Unique identifier of this Tweet. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
"1346889436626259968"
retweeted, quoted, replied_to Shows who can reply a Tweet. Fields returned are everyone, mentioned_users, subscribers, verified and following.
everyone, mentionedUsers, following, other, subscribers, verified This is deprecated.
Show child attributes
Index (zero-based) at which position this entity ends. The index is exclusive.
x >= 061
Index (zero-based) at which position this entity starts. The index is inclusive.
x >= 050
A validly formatted URL.
"https://developer.twitter.com/en/docs/twitter-api"
Description of the URL landing page.
"This is a description of the website."
The URL as displayed in the X client.
"twittercommunity.com/t/introducing-…"
A validly formatted URL.
"https://developer.twitter.com/en/docs/twitter-api"
1Show child attributes
The height of the media in pixels.
x >= 0A validly formatted URL.
"https://developer.twitter.com/en/docs/twitter-api"
The width of the media in pixels.
x >= 0The Media Key identifier for this attachment.
HTTP Status Code.
100 <= x <= 599Title of the page the URL points to.
"Introducing the v2 follow lookup endpoints"
Fully resolved url.
"https://twittercommunity.com/t/introducing-the-v2-follow-lookup-endpoints/147118"
The content of the Tweet.
"Learn how to use the user Tweet timeline and user mention timeline endpoints in the X API v2 to explore Tweet\\u2026 https:\\/\\/t.co\\/56a0vZUx7i"
The X handle (screen name) of this user.
Indicates withholding details for withheld content.
Show child attributes
Indicates if the content is being withheld for on the basis of copyright infringement.
Provides a list of countries where this content is not available.
1A two-letter ISO 3166-1 alpha-2 country code.
Indicates whether the content being withheld is the tweet or a user.
tweet, user 1Show child attributes
Unique identifier of this User. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
"2244994945"
The friendly name of this User, as shown on their profile.
The X handle (screen name) of this user.
Metadata about a user's affiliation.
Show child attributes
The badge URL corresponding to the affiliation.
The description of the affiliation.
The URL, if available, to details about an affiliation.
1Unique identifier of this User. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
Returns detailed information about the relationship between two users.
Type of connection between users.
follow_request_received, follow_request_sent, blocking, followed_by, following, muting Creation time of this User.
The text of this User's profile description (also known as bio), if the User provided one.
A list of metadata found in the User's profile description.
Show child attributes
Show child attributes
1Show child attributes
Index (zero-based) at which position this entity ends. The index is inclusive.
x >= 061
Index (zero-based) at which position this entity starts. The index is inclusive.
x >= 050
Text used to determine annotation.
"Barack Obama"
Confidence factor for annotation type.
0 <= x <= 1Annotation type.
"Person"
1Show child attributes
Index (zero-based) at which position this entity ends. The index is exclusive.
x >= 061
Index (zero-based) at which position this entity starts. The index is inclusive.
x >= 050
"TWTR"
1Show child attributes
Index (zero-based) at which position this entity ends. The index is exclusive.
x >= 061
Index (zero-based) at which position this entity starts. The index is inclusive.
x >= 050
The text of the Hashtag.
"MondayMotivation"
1Show child attributes
Index (zero-based) at which position this entity ends. The index is exclusive.
x >= 061
Index (zero-based) at which position this entity starts. The index is inclusive.
x >= 050
The X handle (screen name) of this user.
Unique identifier of this User. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
"2244994945"
1Show child attributes
Index (zero-based) at which position this entity ends. The index is exclusive.
x >= 061
Index (zero-based) at which position this entity starts. The index is inclusive.
x >= 050
A validly formatted URL.
"https://developer.twitter.com/en/docs/twitter-api"
Description of the URL landing page.
"This is a description of the website."
The URL as displayed in the X client.
"twittercommunity.com/t/introducing-…"
A validly formatted URL.
"https://developer.twitter.com/en/docs/twitter-api"
1Show child attributes
The height of the media in pixels.
x >= 0A validly formatted URL.
"https://developer.twitter.com/en/docs/twitter-api"
The width of the media in pixels.
x >= 0The Media Key identifier for this attachment.
HTTP Status Code.
100 <= x <= 599Title of the page the URL points to.
"Introducing the v2 follow lookup endpoints"
Fully resolved url.
"https://twittercommunity.com/t/introducing-the-v2-follow-lookup-endpoints/147118"
Expanded details for the URL specified in the User's profile, with start and end indices.
Show child attributes
1Show child attributes
Index (zero-based) at which position this entity ends. The index is exclusive.
x >= 061
Index (zero-based) at which position this entity starts. The index is inclusive.
x >= 050
A validly formatted URL.
"https://developer.twitter.com/en/docs/twitter-api"
Description of the URL landing page.
"This is a description of the website."
The URL as displayed in the X client.
"twittercommunity.com/t/introducing-…"
A validly formatted URL.
"https://developer.twitter.com/en/docs/twitter-api"
1Show child attributes
The height of the media in pixels.
x >= 0A validly formatted URL.
"https://developer.twitter.com/en/docs/twitter-api"
The width of the media in pixels.
x >= 0The Media Key identifier for this attachment.
HTTP Status Code.
100 <= x <= 599Title of the page the URL points to.
"Introducing the v2 follow lookup endpoints"
Fully resolved url.
"https://twittercommunity.com/t/introducing-the-v2-follow-lookup-endpoints/147118"
The location specified in the User's profile, if the User provided one. As this is a freeform value, it may not indicate a valid location, but it may be fuzzily evaluated when performing searches with location queries.
Unique identifier of this Tweet. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
"1346889436626259968"
Unique identifier of this Tweet. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
"1346889436626259968"
The URL to the profile banner for this User.
The URL to the profile image for this User.
Indicates if this User has chosen to protect their Posts (in other words, if this User's Posts are private).
A list of metrics for this User.
Show child attributes
Number of Users who are following this User.
Number of Users this User is following.
The number of lists that include this User.
The number of Posts (including Retweets) posted by this User.
The number of likes created by this User.
Indicates if you can send a DM to this User
The X Blue subscription type of the user, eg: Basic, Premium, PremiumPlus or None.
Basic, Premium, PremiumPlus, None The URL specified in the User's profile.
Indicate if this User is a verified X User.
The X Blue verified type of the user, eg: blue, government, business or none.
blue, government, business, none Indicates withholding details for withheld content.
Show child attributes
Provides a list of countries where this content is not available.
1A two-letter ISO 3166-1 alpha-2 country code.
Indicates that the content being withheld is a user.
user