Social Media/

Twitter Statuses/Update Response Json

Twitter Statuses/Update Response Json
The Twitter Statuses/Update Response Json is an example response of the Twitter’s Tweet POST API which is used to post or update the tweet of the authenticated user.

JSON Data:

1{ 2 "created_at": "Wed Oct 10 20:19:24 +0000 2018", 3 "id": 1050118621198921700, 4 "id_str": "1050118621198921728", 5 "text": "To make room for more expression, we will now count all emojis as equal—including those with gender‍‍‍ ‍‍and skin t… https://t.co/MkGjXf9aXm", 6 "source": "<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>", 7 "truncated": true, 8 "in_reply_to_status_id": null, 9 "in_reply_to_status_id_str": null, 10 "in_reply_to_user_id": null, 11 "in_reply_to_user_id_str": null, 12 "in_reply_to_screen_name": null, 13 "user": { 14 "id": 6253282, 15 "id_str": "6253282", 16 "name": "Twitter API", 17 "screen_name": "TwitterAPI", 18 "location": "San Francisco, CA", 19 "url": "https://developer.twitter.com", 20 "description": "The Real Twitter API. Tweets about API changes, service issues and our Developer Platform. Don't get an answer? It's on my website.", 21 "translator_type": "null", 22 "derived": { 23 "locations": [ 24 { 25 "country": "United States", 26 "country_code": "US", 27 "locality": "San Francisco", 28 "region": "California", 29 "sub_region": "San Francisco County", 30 "full_name": "San Francisco, California, United States", 31 "geo": { 32 "coordinates": [ 33 -122.41942, 34 37.77493 35 ], 36 "type": "point" 37 } 38 } 39 ] 40 }, 41 "protected": false, 42 "verified": true, 43 "followers_count": 6172196, 44 "friends_count": 12, 45 "listed_count": 13003, 46 "favourites_count": 31, 47 "statuses_count": 3650, 48 "created_at": "Wed May 23 06:01:13 +0000 2007", 49 "utc_offset": null, 50 "time_zone": null, 51 "geo_enabled": false, 52 "lang": "en", 53 "contributors_enabled": false, 54 "is_translator": null, 55 "profile_background_color": "null", 56 "profile_background_image_url": "null", 57 "profile_background_image_url_https": "null", 58 "profile_background_tile": null, 59 "profile_link_color": "null", 60 "profile_sidebar_border_color": "null", 61 "profile_sidebar_fill_color": "null", 62 "profile_text_color": "null", 63 "profile_use_background_image": null, 64 "profile_image_url": "null", 65 "profile_image_url_https": "https://pbs.twimg.com/profile_images/942858479592554497/BbazLO9L_normal.jpg", 66 "profile_banner_url": "https://pbs.twimg.com/profile_banners/6253282/1497491515", 67 "default_profile": false, 68 "default_profile_image": false, 69 "following": null, 70 "follow_request_sent": null, 71 "notifications": null 72 }, 73 "geo": null, 74 "coordinates": null, 75 "place": null, 76 "contributors": null, 77 "is_quote_status": false, 78 "extended_tweet": { 79 "full_text": "To make room for more expression, we will now count all emojis as equal—including those with gender‍‍‍ ‍‍and skin tone modifiers 👍🏻👍🏽👍🏿. This is now reflected in Twitter-Text, our Open Source library. nnUsing Twitter-Text? See the forum post for detail: https://t.co/Nx1XZmRCXA", 80 "display_text_range": [ 81 0, 82 277 83 ], 84 "entities": { 85 "hashtags": [], 86 "urls": [ 87 { 88 "url": "https://t.co/Nx1XZmRCXA", 89 "expanded_url": "https://twittercommunity.com/t/new-update-to-the-twitter-text-library-emoji-character-count/114607", 90 "display_url": "twittercommunity.com/t/new-update-t…", 91 "unwound": { 92 "url": "https://twittercommunity.com/t/new-update-to-the-twitter-text-library-emoji-character-count/114607", 93 "status": 200, 94 "title": "New update to the Twitter-Text library: Emoji character count", 95 "description": "Over the years, we have made several updates to the way that people can communicate on Twitter. One of the more notable changes made last year was to increase the number of characters per Tweet from 140 to 280 characters. Today, we continue to expand people’s ability to express themselves by announcing a change to the way that we count emojis. Due to the differences in the way written text and emojis are encoded, many emojis (including emojis where you can apply gender and skin tone) have count..." 96 }, 97 "indices": [ 98 254, 99 277 100 ] 101 } 102 ], 103 "user_mentions": [], 104 "symbols": [] 105 } 106 }, 107 "quote_count": 0, 108 "reply_count": 0, 109 "retweet_count": 0, 110 "favorite_count": 0, 111 "entities": { 112 "hashtags": [], 113 "urls": [ 114 { 115 "url": "https://t.co/MkGjXf9aXm", 116 "expanded_url": "https://twitter.com/i/web/status/1050118621198921728", 117 "display_url": "twitter.com/i/web/status/1…", 118 "indices": [ 119 117, 120 140 121 ] 122 } 123 ], 124 "user_mentions": [], 125 "symbols": [] 126 }, 127 "favorited": false, 128 "retweeted": false, 129 "possibly_sensitive": false, 130 "filter_level": "low", 131 "lang": "en" 132}

Description:

The Twitter Statuses/Update Response Json is an example response of the Twitter’s Tweet POST API which is used to post or update the tweet of the authenticated user.

The Twitter POST Statuses/Update Json API allows developers to programmatically post tweets to Twitter. The API requires authentication and allows for a variety of parameters, including the text of the tweet, media attachments, location data, and more.

The API responds with a JSON object containing information about the newly created tweet, including its unique ID, text, author information, and other metadata.

episyche logo

Developed by

Episyche Technologies

Copyright © 2022-2024 Episyche Technologies. All rights reserved.

twitter
linkedin