> ## Documentation Index
> Fetch the complete documentation index at: https://generaltranslation.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# डेटा फ़ॉर्मैट माइग्रेशन

export const Button = ({href, children}) => {
  return <div className="not-prose group">
    <a href={href}>
      <button className="flex items-center space-x-2.5 py-1 px-4 bg-primary-dark dark:bg-white text-white dark:text-gray-950 rounded-full group-hover:opacity-[0.9] font-medium">
        <span>
          {children}
        </span>
        <svg width="3" height="24" viewBox="0 -9 3 24" class="h-6 rotate-0 overflow-visible"><path d="M0 0L3 3L0 6" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>
      </button>
    </a>
  </div>;
};

<div id="introduction">
  ## परिचय
</div>

X API के v2 संस्करण के लॉन्च के साथ, हमने डेटा रिस्पॉन्स के लिए एक नया फ़ॉर्मैट और अलग-अलग ऑब्जेक्ट्स व फ़ील्ड्स का अनुरोध करने का नया तरीका अपनाया है, जिसे हम सरल रूप से X API v2 फ़ॉर्मैट कहते हैं। 

सामान्य अंतरों वाले अनुभाग में, आप कुछ ऐसे बदलावों के बारे में जान सकते हैं जो standard और enterprise उपयोगकर्ताओं के लिए प्रासंगिक हैं। हालांकि, हमने [standard v1.1 Native फ़ॉर्मैट](https://developer.x.com/en/docs/x-api/v1/data-dictionary/overview), enterprise [Native Enriched फ़ॉर्मैट](/hi/x-api/enterprise-gnip-2.0/fundamentals/data-dictionary#native-enriched-tweet-object), और enterprise [Activity Streams फ़ॉर्मैट](/hi/x-api/enterprise-gnip-2.0/fundamentals/data-dictionary#activity-object) के लिए एक विशेष गाइड भी तैयार की है, जो फ़ील्ड्स का मिलान करने में मदद करती है और यह समझाती है कि नए v2 फ़ील्ड्स का अनुरोध करने के लिए आपको कौन-से फ़ील्ड्स और expansions इस्तेमाल करने होंगे। 

* [Native फ़ॉर्मैट से X API v2 में माइग्रेट करना (standard v1.1)](/hi/x-api/migrate/data-format-migration#migrating-from-standard-v1-1s-data-format-to-v2) 
* [Native Enriched से X API v2 में माइग्रेट करना (enterprise)](/hi/x-api/migrate/data-format-migration#migrating-from-native-enriched-data-format-to-v2)
* [Activity Streams से X API v2 में माइग्रेट करना (enterprise)](/hi/x-api/migrate/data-format-migration#migrating-from-activity-streams-data-format-to-v2)

आप हमारे [visual data फ़ॉर्मैट migration tool](/hi/x-api/migrate/data-format-migration#visual-data-format-migration-tool) में भी रुचि ले सकते हैं, जो आपको [X API v1.1 data फ़ॉर्मैट](https://developer.x.com/en/docs/x-api/v1/data-dictionary/overview) और [X API v2 फ़ॉर्मैट](/hi/x-api/introduction) के बीच के अंतर जल्दी से देखने में मदद करता है।

<div id="general-differences">
  ### सामान्य अंतर
</div>

<div id="requesting-objects-and-fields">
  #### ऑब्जेक्ट्स और फ़ील्ड्स का अनुरोध करना
</div>

pre-v2 endpoints और v2 के बीच सबसे बड़े बदलावों में से एक यह है कि नया वर्शन डिफ़ॉल्ट रूप से केवल कुछ ही फ़ील्ड्स लौटाता है, जबकि standard, premium, और enterprise endpoints डिफ़ॉल्ट रूप से ज़्यादातर फ़ील्ड्स प्रदान करते हैं। नया वर्शन [fields](/hi/x-api/fundamentals/fields) और [expansions](/hi/x-api/fundamentals/expansions) नामक पैरामीटर का उपयोग करके डिफ़ॉल्ट से अतिरिक्त डेटा का विशेष रूप से अनुरोध करने की सुविधा देता है। इसका मतलब है कि आप केवल वही डेटा अनुरोध कर सकते हैं जिसकी आपको ज़रूरत है, बिना उन फ़ील्ड्स को ingest किए जो आपके लिए महत्वपूर्ण नहीं हैं। 

आप जिन फ़ील्ड्स का अनुरोध करते हैं, अगर वे प्राथमिक डेटा ऑब्जेक्ट से संबंधित हैं, तो वे डिफ़ॉल्ट मानों के साथ उसी प्राथमिक डेटा ऑब्जेक्ट में लौटेंगी। हालांकि, अगर आप expansions पैरामीटर का उपयोग करके किसी भी expanded ऑब्जेक्ट्स का अनुरोध करते हैं, तो वे द्वितीयक ऑब्जेक्ट्स एक नए includes ऑब्जेक्ट में लौटेंगे। आप includes ऑब्जेक्ट में मौजूद expanded ऑब्जेक्ट्स को ID फ़ील्ड की मदद से फिर से प्राथमिक ऑब्जेक्ट से मैच कर सकते हैं, क्योंकि यह दोनों में लौटेगी।

उदाहरण के लिए, अगर आप v2 [पोस्ट लुकअप](/hi/x-api/posts/lookup/introduction) endpoint का उपयोग कर रहे हैं और अपने अनुरोध में expansions=author\_id पैरामीटर शामिल करते हैं, तो आपको प्राथमिक पोस्ट ऑब्जेक्ट के भीतर author\_id फ़ील्ड मिलेगी। साथ ही, includes ऑब्जेक्ट में प्रति पोस्ट एक user ऑब्जेक्ट भी मिलेगा, जिनमें से प्रत्येक में डिफ़ॉल्ट id फ़ील्ड शामिल होगी, जिसका उपयोग user ऑब्जेक्ट को वापस पोस्ट ऑब्जेक्ट से मैच करने के लिए किया जा सकता है। यह कैसा दिखता है, इसका एक उदाहरण यहां दिया गया है:

```
{
  "data": [
    {
      "author_id": "2244994945",
      "id": "1397568983931392004",
      "text": "The Twitter Developer Platform. Ooh la la! https://t.co/iGTdPXBfOv https://t.co/Ze8z8EODdg"
    }
  ],
  "includes": {
    "users": [
      {
        "id": "2244994945",
        "name": "Twitter Dev",
        "username": "TwitterDev"
      }
    ]
  }
}
```

<div id="updated-json-design">
  #### अपडेट किया गया JSON डिज़ाइन
</div>

कुछ फ़ील्ड्स का अनुरोध करने के तरीके में हुए बदलावों के अलावा, X API v2 API द्वारा लौटाए गए ऑब्जेक्ट्स के लिए नए JSON डिज़ाइन भी पेश कर रहा है, जिनमें [पोस्ट](/hi/x-api/fundamentals/data-dictionary#tweet) और [उपयोगकर्ता](/hi/x-api/fundamentals/data-dictionary#user) ऑब्जेक्ट शामिल हैं।

* JSON रूट स्तर पर, मानक endpoints **statuses** array में पोस्ट ऑब्जेक्ट लौटाते हैं, जबकि X API v2 **data** array लौटाता है।
* Retweeted और Quoted "statuses" का संदर्भ देने के बजाय, X API v2 JSON में Retweeted और Quoted Tweets का संदर्भ दिया जाता है। **contributors** और **user.translator\_type** जैसे कई legacy और deprecated फ़ील्ड्स हटाए जा रहे हैं।
* **favorites** (पोस्ट ऑब्जेक्ट में) और **favourites** (उपयोगकर्ता ऑब्जेक्ट में) दोनों का उपयोग करने के बजाय, X API v2 में **like** शब्द का उपयोग किया जाता है।
* X इस परंपरा को अपना रहा है कि जिन JSON values का कोई मान नहीं होता (उदाहरण के लिए, null), उन्हें payload में नहीं लिखा जाता। पोस्ट और उपयोगकर्ता attributes केवल तभी शामिल किए जाते हैं, जब उनके मान non-null हों। 
   

<div id="new-v2-fields">
  #### नए v2 फ़ील्ड्स
</div>

हमने [पोस्ट ऑब्जेक्ट](/hi/x-api/fundamentals/data-dictionary#tweet) में फ़ील्ड्स का एक नया सेट भी जोड़ा है, जिसमें निम्नलिखित शामिल हैं:

* एक [conversation\_id](/hi/x-api/fundamentals/conversation-id) फ़ील्ड
* दो नए [annotations](/hi/x-api/fundamentals/post-annotations) फ़ील्ड्स, जिनमें context और entities शामिल हैं
* कई नए [metrics](/hi/x-api/fundamentals/metrics) फ़ील्ड्स
* एक नया reply\_setting फ़ील्ड, जो यह दिखाता है कि किसी दिए गए पोस्ट का जवाब कौन दे सकता है

<div id="migrating-from-standard-v11s-data-format-to-v2">
  ### standard v1.1 के data फ़ॉर्मैट से v2 पर माइग्रेट करना
</div>

यदि आपने अभी तक ऐसा नहीं किया है, तो शुरुआत करने के लिए हम आपको [data formats migration](/hi/x-api/migrate/data-format-migration) का परिचय पढ़ने की सलाह देते हैं। आपको हमारा [visual data फ़ॉर्मैट migration tool](/hi/x-api/migrate/data-format-migration#visual-data-format-migration-tool) भी उपयोगी लग सकता है, जिसकी मदद से आप [X API v1.1 data फ़ॉर्मैट](https://developer.x.com/en/docs/x-api/v1/data-dictionary/overview) और [X API v2 फ़ॉर्मैट](/hi/x-api/fundamentals/data-dictionary) के बीच के अंतर जल्दी से देख सकते हैं।

standard v1.1 data फ़ॉर्मैट, जिसे native फ़ॉर्मैट भी कहा जाता है, वह मुख्य फ़ॉर्मैट है जो [standard v1.1](https://developer.x.com/en/docs/twitter-api/v1) endpoints के साथ उपलब्ध कराया जाता है।

यदि आप premium product का उपयोग कर रहे हैं, तो कृपया [native enriched guide](/hi/x-api/migrate/data-format-migration#migrating-from-native-enriched-data-format-to-v2) देखें। Enterprise clients native enriched या activity streams का उपयोग कर सकते हैं, यह इस पर निर्भर करता है कि Gnip console में आपका सेटअप कैसे किया गया है। 

<div id="standard-v11-vs-v2-payload-structure">
  #### Standard v1.1 बनाम v2 पेलोड संरचना
</div>

नीचे दी गई तालिका उन उच्च-स्तरीय ऑब्जेक्ट और फ़ॉर्मैट को दिखाती है, जिन्हें v1.1 फ़ॉर्मैट की तुलना में आप v2 से प्राप्त कर सकते हैं।

|                                                                                                                              | **v1.1 संरचना**                                                                                                                                                                                                                                                                                               | **v2 संरचना**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| :--------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **डिफ़ॉल्ट**                                                                                                                 | \{<br />	~~all tweet object fields~~,<br />	"entities": \{<br />		"hashtags": \[],<br />		"symbols": \[],<br />		"user\_mentions": \[],<br />		"urls": \[],<br />		"media": \[]<br />	},<br />	"extended\_entities": {},<br />	"user": {},<br />	"place": {},<br />	"retweeted\_status/quoted\_status"<br />} | \{<br />	"data": \[\{<br />		"id",<br />		"text",<br /><br />      "edit\_history\_tweet\_ids"<br />	}]<br />}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| **निर्धारित [फ़ील्ड और expansion](/hi/x-api/fundamentals/data-dictionary#how-to-use-fields-and-expansions) पैरामीटर के साथ** |                                                                                                                                                                                                                                                                                                               | \{<br />	"data": \[\{<br />		~~tweet object fields~~,<br />		"entities": \{<br />			"hashtags": \[],<br />			"cashtags": \[],<br />			"mentions": \[],<br />			"urls": \[],<br />		},<br />		"attachments": \{<br /><br />        "media\_keys": \[],<br /><br />        "poll\_ids": \[]<br /><br />     }<br />	}],<br />	"includes": \[<br />		"tweets": \[~~tweet objects~~],<br />		"users": \[~~user objects~~],<br />		"media": \[~~media objects~~],<br />		"places": \[~~place object~~],<br /><br />      "polls": \[~~poll object~~]<br />	],<br /><br />   "matching\_rules": \[]<br />} |

**फ़ील्ड मैपिंग**

अगला अनुभाग बताता है कि v1.1 के कौन-से फ़ील्ड v2 के फ़ील्ड्स से मैप होते हैं, और नया फ़ील्ड पाने के लिए कौन-से v2 पैरामीटर आवश्यक हैं।
 

<div id="tweet-object">
  #### Tweet ऑब्जेक्ट
</div>

|                                |                                                  |                                                                             |
| :----------------------------- | :----------------------------------------------- | :-------------------------------------------------------------------------- |
| **Twitter 1.1 फ़ॉर्मैट**       | **Twitter v2 फ़ॉर्मैट**                          | **आवश्यक v2 पैरामीटर**                                                      |
| created\_at                    | data.created\_at                                 | tweet.fields=created\_at                                                    |
| id                             |                                                  | लागू नहीं; id एक स्ट्रिंग है                                                |
| id\_str                        | data.id                                          | डिफ़ॉल्ट                                                                    |
| text                           | data.text                                        | डिफ़ॉल्ट                                                                    |
| full\_text                     |                                                  | लागू नहीं; text में पूरा टेक्स्ट शामिल है                                   |
| truncated                      |                                                  | लागू नहीं; text में पूरा टेक्स्ट शामिल है                                   |
| display\_text\_range           |                                                  | लागू नहीं; text में पूरा टेक्स्ट शामिल है                                   |
| edit\_history                  | data.edit\_history\_tweet\_ids                   | डिफ़ॉल्ट                                                                    |
| edit\_controls                 | data.edit\_controls                              | tweet.fields=edit\_controls                                                 |
| editable                       | data.edit\_controls.is\_edit\_eligible           | tweet.fields=edit\_controls                                                 |
| entities                       | data.entities                                    | tweet.fields=entities                                                       |
| entities.user\_mentions        | data.entities.mentions                           | tweet.fields=entities                                                       |
| entities.symbols               | data.entities.cashtags                           | tweet.fields=entities                                                       |
| entities.hashtags              | data.entities.hashtags                           | tweet.fields=entities                                                       |
| entities.urls                  | data.entities.urls                               | tweet.fields=entities                                                       |
| entities.media                 | includes.media                                   | expansions=attachments.media\_keys                                          |
| extended\_entities             | data.attachments                                 | tweet\_fields=attachments                                                   |
| in\_reply\_to\_status\_id      |                                                  | लागू नहीं; referenced\_tweets.id एक स्ट्रिंग है                             |
| in\_reply\_to\_status\_id\_str | data.referenced\_tweets.id (if type=replied\_to) | expansions=referenced\_tweets.id                                            |
| in\_reply\_to\_user\_id        |                                                  | लागू नहीं; in\_reply\_to\_user\_id एक स्ट्रिंग है                           |
| in\_reply\_to\_user\_id\_str   | data.in\_reply\_to\_user\_id                     | tweet.fields=in\_reply\_to\_user\_id                                        |
| in\_reply\_to\_screen\_name    | includes.users..username                         | tweet.fields=in\_reply\_to\_user\_id\&expansions=entities.mentions.username |
| user                           | includes.users                                   | expansions=author\_id                                                       |
| geo                            | data.geo.place\_id                               | tweet.fields=geo                                                            |
| coordinates                    | data.geo.place\_id                               | expansions=geo.place\_id                                                    |
| place                          | data.geo.place\_id                               | expansions=geo.place\_id                                                    |
| retweeted\_status              | data.referenced\_tweets.id (if type=retweeted)   | expansions=referenced\_tweets.id                                            |
| is\_quoted\_status             |                                                  | उपलब्ध नहीं                                                                 |
| quoted\_status\_id             |                                                  | लागू नहीं; referenced\_tweets.id एक स्ट्रिंग है                             |
| quoted\_status\_id\_str        | data.referenced\_tweets.id (if type=quoted)      | expansions=referenced\_tweets.id                                            |
| quoted\_status\_permalink      |                                                  | उपलब्ध नहीं                                                                 |
| quoted\_status                 | data.referenced\_tweets (if type=quoted)         | expansions=referenced\_tweets.id                                            |
| retweet\_count                 | data.public\_metrics.retweet\_count              | tweet.fields=public\_metrics                                                |
| favorite\_count                | data.public\_metrics.like\_count                 | tweet.fields=public\_metrics                                                |
| favorited                      |                                                  | उपलब्ध नहीं                                                                 |
| retweeted                      |                                                  | उपलब्ध नहीं                                                                 |
| possibly\_sensitive            | data.possibly\_sensitive                         | tweet.fields=possibly\_sensitive                                            |
| lang                           | data.lang                                        | tweet.fields=lang                                                           |
| scopes                         |                                                  | उपलब्ध नहीं                                                                 |
| withheld                       | data.withheld                                    | tweet.fields=withheld                                                       |

**उदाहरण**

|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **1.1 में Tweet ऑब्जेक्ट**<br /><br />पैरामीटर सहित उदाहरण URI:  <br /><br />[https://api.x.com/1.1/statuses/lookup.json?id=1359554366051504129\&amp;tweet\&#95;mode=extended](https://api.x.com/1.1/statuses/lookup.json?id=1359554366051504129\&amp;tweet\&#95;mode=extended)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | **v2 में Tweet ऑब्जेक्ट और अनुरोध**<br /><br />पैरामीटर सहित उदाहरण URI:  <br /><br />[https://api.x.com/2/tweets?ids=1359554366051504129\&amp;tweet.fields=attachments,author\&#95;id,context\&#95;annotations,conversation\&#95;id,created\&#95;at,entities,geo,id,in\&#95;reply\&#95;to\&#95;user\&#95;id,lang,possibly\&#95;sensitive,public\&#95;metrics,referenced\&#95;tweets,reply\&#95;settings,text,withheld](https://api.x.com/2/tweets?ids=1359554366051504129\&amp;tweet.fields=attachments,author\&#95;id,context\&#95;annotations,conversation\&#95;id,created\&#95;at,entities,geo,id,in\&#95;reply\&#95;to\&#95;user\&#95;id,lang,possibly\&#95;sensitive,public\&#95;metrics,referenced\&#95;tweets,reply\&#95;settings,text,withheld)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| \{<br />	"created\_at": "Wed Feb 10 17:26:34 +0000 2021",<br />	"id": 1359554366051504129,<br />	"id\_str": "1359554366051504129",<br />	"text": "बेशक, किसी और पपी अकाउंट को फ़ॉलो करें। हम आपको जज नहीं करेंगे। \n\nनए manage follows endpoints पेश हैं… [https://t.co/3cBZKZUevF](https://t.co/3cBZKZUevF)",<br />	"truncated": true,<br />	"entities": \{<br />		"hashtags": \[],<br />		"symbols": \[],<br />		"user\_mentions": \[],<br />		"urls": \[\{<br />			"url": "[https://t.co/3cBZKZUevF](https://t.co/3cBZKZUevF)",<br />			"expanded\_url": "[https://twitter.com/i/web/status/1359554366051504129](https://twitter.com/i/web/status/1359554366051504129)",<br />			"display\_url": "twitter.com/i/web/status/1…",<br />			"indices": \[<br />				111,<br />				134<br />			]<br />		}]<br />	},<br />	<br />	"in\_reply\_to\_status\_id": null,<br />	"in\_reply\_to\_status\_id\_str": null,<br />	"in\_reply\_to\_user\_id": null,<br />	"in\_reply\_to\_user\_id\_str": null,<br />	"in\_reply\_to\_screen\_name": null,<br />	"user": \{<br />		...<br />	},<br />	"geo": null,<br />	"coordinates": null,<br />	"place": null,<br />	"contributors": null,<br />	"is\_quote\_status": false,<br />	"retweet\_count": 18,<br />	"favorite\_count": 98,<br />	"favorited": false,<br />	"retweeted": false,<br />	"possibly\_sensitive": false,<br />	"possibly\_sensitive\_appealable": false,<br />	"lang": "en"<br />} | \{<br />"data": \[\{<br />"id":"1359554366051504129",<br />"text":"आगे बढ़ें, एक और पप्पी अकाउंट को फॉलो करें। हम निर्णय नहीं करेंगे। \n\nनए #TwitterAPI में मैनेज फॉलोज़ एंडपॉइंट्स का परिचय। अब आप अकाउंट्स को फॉलो और अनफॉलो करने के लिए v2 API का उपयोग कर सकते हैं। अधिक जानें [https://t.co/mtpd9VIMDa](https://t.co/mtpd9VIMDa)",<br />"lang":"en",<br />"conversation\_id":"1359554366051504129",<br />"संभवतः\_संवेदनशील": false,<br />"reply\_सेटिंग्स":"सभी",<br />"निर्मित\_at":"2021-02-10T17:26:34.000Z",<br />"author\_id":"2244994945",<br />"public\_मेट्रिक्स":\{<br />"रीट्वीट\_count": 18,<br />"reply\_count": 11,<br />"लाइक\_count": 98,<br />"quote\_count": 7<br />},<br />"entities":\{<br />"hashtags": \[\{<br />"start": 110,<br />"end": 121,<br />"tag":"TwitterAPI"<br />}],<br />"urls": \[\{<br />"start": 194,<br />"end": 217,<br />"url":"[https://t.co/mtpd9VIMDa](https://t.co/mtpd9VIMDa)",<br />"विस्तारित\_url":"[https://devcommunity.x.com/t/introducing-the-new-manage-follows-endpoints-to-the-twitter-api-v2/149465](https://devcommunity.x.com/t/introducing-the-new-manage-follows-endpoints-to-the-twitter-api-v2/149465)",<br />"display\_url":"devcommunity.com/t/introducing-…",<br />"images": \[\{<br />"url":"[https://pbs.twimg.com/news\_img/1359554367905427457/DczC72\_\_?format=jpg\&name=orig](https://pbs.twimg.com/news_img/1359554367905427457/DczC72__?format=jpg\&name=orig)",<br />"width": 1200,<br />"height": 630<br />},<br />\{<br />"url":"[https://pbs.twimg.com/news\_img/1359554367905427457/DczC72\_\_?format=jpg\&name=150x150](https://pbs.twimg.com/news_img/1359554367905427457/DczC72__?format=jpg\&name=150x150)",<br />"width": 150,<br />"height": 150<br />}<br />],<br />"status": 200,<br />"title":"X API v2 में नए manage follows एंडपॉइंट्स का परिचय",<br />"description":"फ़ॉलो करें या न करें? अब आप X API v2 का उपयोग करके इस सवाल का जवाब अपनी मर्ज़ी से दे सकते हैं। आज हम नए Twitter API में नए manage follows endpoints की रिलीज़ की घोषणा करते हुए उत्साहित हैं। जैसा कि लगभग एक महीने पहले follows lookup endpoints लॉन्च करते समय संकेत दिया गया था, follow संबंधों को प्रबंधित करने की क्षमता अब आखिरकार उपलब्ध है। ये हमारे v1.1 APIs पर सबसे लोकप्रिय endpoints में से कुछ हैं, इसलिए हम X API v2 पर उपयोग के मामलों की एक विस्तृत श्रृंखला को सक्षम करने के लिए उत्साहित हैं। W\...",<br />"अनवाउंड\_url":"[https://devcommunity.x.com/t/introducing-the-new-manage-follows-endpoints-to-the-twitter-api-v2/149465](https://devcommunity.x.com/t/introducing-the-new-manage-follows-endpoints-to-the-twitter-api-v2/149465)"<br />}]<br />},<br />"context\_एनोटेशन": \[\{<br />"domain":\{<br />"id":"46",<br />"name":"ब्रांड श्रेणी",<br />"विवरण":"ब्रांड वर्टिकल्स के भीतर वे श्रेणियाँ जो ब्रांड्स के दायरे को संकुचित करती हैं"<br />},<br />"entity":\{<br />"id":"781974596752842752",<br />"name":"सेवाएँ"<br />}<br />},<br />\{<br />"domain":\{<br />"id":"47",<br />"name":"ब्रांड",<br />"विवरण":"ब्रांड और कंपनियाँ"<br />},<br />"entity":\{<br />"id":"10045225402",<br />"name":"Twitter"<br />}<br />}<br />]<br />}]<br />} |

***

<div id="user-object">
  #### उपयोगकर्ता ऑब्जेक्ट
</div>

|                                                  |                                                 |                                                        |
| :----------------------------------------------- | :---------------------------------------------- | :----------------------------------------------------- |
| **Twitter 1.1 फ़ॉर्मैट**                         | **Twitter v2 फ़ॉर्मैट**                         | **आवश्यक v2 पैरामीटर**                                 |
| user\_id                                         | data.author\_id                                 | tweet.fields=author\_id                                |
| user.id                                          |                                                 | N/A, includes.users.id का उपयोग करें                   |
| user.id\_str                                     | includes.users.id                               | expansions=author\_id                                  |
| user.name                                        | includes.users.name                             | expansions=author\_id                                  |
| user.screen\_name                                | includes.user.username                          | expansions=author\_id                                  |
| user.location                                    | includes.users.location                         | expansions=author\_id\&user.fields=location            |
| user.description                                 | includes.users.description                      | expansions=author\_id\&user.fields=description         |
| user.url                                         | includes.users.url                              | expansions=author\_id\&user.fields=entities            |
| user.entities                                    | includes.users.entities                         |                                                        |
| user.entities.url.urls.url                       | includes.users.entities.url.urls.url            |                                                        |
| user.entities.url.urls.expanded\_url             | includes.users.entities.url.urls.expanded\_url  | expansions=author\_id\&user.fields=entities            |
| user.entities.url.urls.display\_url              | includes.users.entities.url.urls.display\_url   | expansions=author\_id\&user.fields=entities            |
| user.entities.url.urls.display\_url.indicies\[0] | includes.users.entities.url.urls.start          | expansions=author\_id\&user.fields=entities            |
| user.entities.url.urls.display\_url.indicies\[1] | includes.users.entities.url.urls.end            | expansions=author\_id\&user.fields=entities            |
| user.protected                                   | includes.users.protected                        | expansions=author\_id\&user.fields=protected           |
| user.followers\_count                            | includes.users.public\_metrics.followers\_count | expansions=author\_id\&user.fields=public\_metrics     |
| user.friends\_count                              | includes.users.public\_metrics.following\_count | expansions=author\_id\&user.fields=public\_metrics     |
| user.listed\_count                               | includes.users.public\_metrics.listed\_count    | expansions=author\_id\&user.fields=public\_metrics     |
| user.created\_at                                 | includes.users.created\_at                      | expansions=author\_id\&user.fields=created\_at         |
| user.favourites\_count                           |                                                 |                                                        |
| user.verified                                    | includes.users.verified                         | expansions=author\_id\&user.fields=verified            |
| user.statuses\_count                             | includes.users.public\_metrics.tweet\_count     | expansions=author\_id\&user.fields=public\_metrics     |
| user.profile\_image\_url\_https                  | includes.users.profile\_image\_url              | expansions=author\_id\&user.fields=profile\_image\_url |

**उदाहरण**

|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **v1.1 में यूज़र ऑब्जेक्ट**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | **v2 में उपयोगकर्ता ऑब्जेक्ट और अनुरोध**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| "user":\{<br />"id": 2244994945,<br />"id\_str":"2244994945",<br />"name":"Twitter Dev",<br />"screen\_name":"TwitterDev",<br />"location":"127.0.0.1",<br />"description":"#TwitterDev टीम की आवाज़ और #TwitterAPI से संबंधित अपडेट, समाचार और इवेंट के लिए आपका आधिकारिक स्रोत।",<br />"url":"[https://t.co/3ZX3TNiZCY](https://t.co/3ZX3TNiZCY)",<br />"entities":\{<br />"url":\{<br />"urls": \[\{<br />"url":"[https://t.co/3ZX3TNiZCY](https://t.co/3ZX3TNiZCY)",<br />"विस्तारित\_url":"[https://developer.x.com/en/community](https://developer.x.com/en/community)",<br />"display\_url":"developer.x.com/en/community",<br />"indices": \[<br />0,<br />23<br />]<br />}]<br />},<br />"description":\{<br />"urls": \[]<br />}<br />},<br />"protected": false,<br />"फ़ॉलोअर्स\_count": 517232,<br />"फ़ॉलोइंग\_count": 2032,<br />"सूचीबद्ध\_count": 1722,<br />"निर्मित\_at":"Sat Dec 14 04:35:55 +0000 2013",<br />"पसंदीदा\_count": 2134,<br />"utc\_offset": null,<br />"समय\_zone": null,<br />"geo\_enabled": true,<br />"verified": true,<br />"statuses\_count": 3677,<br />"lang": null,<br />"contributors\_सक्षम": false,<br />"is\_translator": false,<br />"is\_अनुवाद\_सक्षम": false,<br />"प्रोफ़ाइल\_बैकग्राउंड\_रंग":"FFFFFF",<br />"profile\_बैकग्राउंड\_image\_url":"[http://abs.twimg.com/images/themes/theme1/bg.png](http://abs.twimg.com/images/themes/theme1/bg.png)",<br />"प्रोफ़ाइल\_बैकग्राउंड\_image\_url\_https":"[https://abs.twimg.com/images/themes/theme1/bg.png](https://abs.twimg.com/images/themes/theme1/bg.png)",<br />"प्रोफ़ाइल\_बैकग्राउंड\_tile": false,<br />"प्रोफ़ाइल\_image\_url":"[http://pbs.twimg.com/profile\&#95;images/1354494203451961345/d8HkZl6p\&#95;normal.jpg](http://pbs.twimg.com/profile\&#95;images/1354494203451961345/d8HkZl6p\&#95;normal.jpg)",<br />"प्रोफ़ाइल\_image\_url\_https":"[https://pbs.twimg.com/profile\&#95;images/1354494203451961345/d8HkZl6p\&#95;normal.jpg](https://pbs.twimg.com/profile\&#95;images/1354494203451961345/d8HkZl6p\&#95;normal.jpg)",<br />"प्रोफ़ाइल\_banner\_url":"[https://pbs.twimg.com/profile\&#95;banners/2244994945/1611792896](https://pbs.twimg.com/profile\&#95;banners/2244994945/1611792896)",<br />"profile\_link\_रंग":"0084B4",<br />"प्रोफ़ाइल\_sidebar\_border\_रंग":"FFFFFF",<br />"प्रोफ़ाइल\_sidebar\_fill\_रंग":"DDEEF6",<br />"profile\_text\_रंग":"333333",<br />"profile\_use\_बैकग्राउंड\_image": false,<br />"has\_extended\_profile": true,<br />"default\_प्रोफ़ाइल": false,<br />"default\_profile\_image": false,<br />"following": null,<br />"फ़ॉलो\_अनुरोध\_sent": null,<br />"notifications": null,<br />"translator\_type":"regular"<br />} | \{<br />	"data": \[\{<br />		"author\_id": "2244994945",<br />		"id": "1362876655061073928",<br />		"text": "हमारे लिविंग रूम से आपके लिए 🐱‍💻🛋️ हमारे developer advocates ने नई #TwitterAPI के साथ शुरुआत करने में आपकी मदद के लिए कुछ शानदार Twitch streams और virtual events की योजना बनाई है। पूरी जानकारी के लिए schedule देखें, और अगर आप ऐसा और देखना चाहते हैं, तो हमें बताएं!\n👇\nhttps\://t.co/cixDY9qkvH"<br />	}],<br />	"includes": \{<br />		"users": \[\{<br />			"public\_metrics": \{<br />				"followers\_count": 517233,<br />				"following\_count": 2034,<br />				"tweet\_count": 3677,<br />				"listed\_count": 1727<br />			},<br />			"username": "TwitterDev",<br />			"entities": \{<br />				"url": \{<br />					"urls": \[\{<br />						"start": 0,<br />						"end": 23,<br />						"url": "[https://t.co/3ZX3TNiZCY](https://t.co/3ZX3TNiZCY)",<br />						"expanded\_url": "[https://developer.x.com/en/community](https://developer.x.com/en/community)",<br />						"display\_url": "developer.x.com/en/community"<br />					}]<br />				},<br />				"description": \{<br />					"hashtags": \[\{<br />							"start": 17,<br />							"end": 28,<br />							"tag": "TwitterDev"<br />						},<br />						\{<br />							"start": 105,<br />							"end": 116,<br />							"tag": "TwitterAPI"<br />						}<br />					]<br />				}<br />			},<br />			"description": "#TwitterDev टीम की आवाज़ और #TwitterAPI से जुड़े अपडेट, समाचार और इवेंट्स के लिए आपका आधिकारिक स्रोत।",<br />			"name": "Twitter Dev",<br />			"verified": true,<br />			"location": "127.0.0.1",<br />			"id": "2244994945",<br />			"protected": false,<br />			"url": "[https://t.co/3ZX3TNiZCY](https://t.co/3ZX3TNiZCY)",<br />			"profile\_image\_url": "[https://pbs.twimg.com/profile\_images/1354494203451961345/d8HkZl6p\_normal.jpg](https://pbs.twimg.com/profile_images/1354494203451961345/d8HkZl6p_normal.jpg)",<br />			"created\_at": "2013-12-14T04:35:55.000Z"<br />		}]<br />	}<br />} |

<div id="entities-and-expanded-entities-objects">
  #### Entities और expanded entities ऑब्जेक्ट्स
</div>

|                                                       |                                    |                                                                      |                  |
| :---------------------------------------------------- | :--------------------------------- | :------------------------------------------------------------------- | :--------------- |
| **Twitter 1.1 फ़ॉर्मैट**                              | **Twitter v2 फ़ॉर्मैट**            | **आवश्यक v2 पैरामीटर**                                               | **v2 में type**  |
| entities                                              | data.entities                      | tweet.fields=entities                                                | object           |
| entities.hashtags                                     | data.entities.hashtags             | tweet.fields=entities                                                | array of objects |
| entities.hashtags.indices\[0]                         | data.entities.hashtags.start       | tweet.fields=entities                                                | number           |
| entities.hashtags.indices\[1]                         | data.entities.hashtags.end         | tweet.fields=entities                                                | number           |
| entities.hashtags.text                                | data.entities.hashtags.tag         | tweet.fields=entities                                                | string           |
| entities.urls                                         | data.entities.urls                 | tweet.fields=entities                                                | array of objects |
| entities.urls.indices\[0]                             | data.entities.urls.start           | tweet.fields=entities                                                | number           |
| entities.urls.indices\[1]                             | data.entities.urls.end             | tweet.fields=entities                                                | number           |
| entities.urls.url                                     | data.entities.urls.url             | tweet.fields=entities                                                | string           |
| entities.user\_mentions                               | data.entities.mentions             | tweet.fields=entities                                                | array of objects |
| entities.user\_mentions.indicies\[0]                  | data.entities.mentions.start       | tweet.fields=entities                                                | number           |
| entities.user\_mentions.indicies\[1]                  | data.entities.mentions.end         | tweet.fields=entities                                                | number           |
| entities.user\_mentions.screen\_name                  | data.entities.mentions.username    | tweet.fields=entities                                                | string           |
| entities.symbols                                      | data.entities.cashtags             | tweet.fields=entities                                                | array of objects |
| entities.symbols.indices\[0]                          | data.entities.cashtags.start       | tweet.fields=entities                                                | number           |
| entities.symbols.indices\[1]                          | data.entities.cashtags.end         | tweet.fields=entities                                                | number           |
| entities.symbols.text                                 | data.entities.cashtags.tag         | tweet.fields=entities                                                | string           |
| entities.media                                        | includes.media                     | expansions=attachments.media\_keys                                   | array of objects |
| entities.media.id\_str                                | includes.media.media\_key          | expansions=attachments.media\_keys                                   | string           |
| entities.media.type                                   | includes.media.media.type          | expansions=attachments.media\_keys                                   | string           |
| entities.media.media\_url                             |                                    | उपलब्ध नहीं, includes.media.url का उपयोग करें                        | string           |
| entities.media.media\_url\_https                      | includes.media.url                 | expansions=attachments.media\_keys\&media.fields=url                 | string           |
| entities.media.url                                    |                                    |                                                                      |                  |
| entities.media.display\_url                           |                                    |                                                                      |                  |
| entities.media.expanded\_url                          |                                    |                                                                      |                  |
| entities.media.media\_url\_https                      | includes.media.preview\_image\_url | expansions=attachments.media\_keys\&media.fields=preview\_image\_url | string           |
| extended\_entities                                    | data.attachments                   | tweet\_fields=attachments                                            | object           |
| extended\_entities                                    | data.attachments.media\_keys       | tweet.fields=attachments                                             | array of objects |
| extended\_entities.media                              | includes.media                     | expansions=attachments.media\_keys                                   | array of objects |
| extended\_entities.media.id\_str                      | includes.media.media\_key          | expansions=attachments.media\_keys                                   | string           |
| extended\_entities.media.type                         | includes.media.media.type          | expansions=attachments.media\_keys                                   | string           |
| extended\_entities.media.sizes.thumb.w                |                                    | उपलब्ध नहीं                                                          |                  |
| extended\_entities.media.sizes.thumb.h                |                                    | उपलब्ध नहीं                                                          |                  |
| extended\_entities.media.sizes.thumb.resize           |                                    | उपलब्ध नहीं                                                          |                  |
| extended\_entities.media.sizes.large.w                | includes.media.height              | expansions=attachments.media\_keys\&media.fields=height              |                  |
| extended\_entities.media.sizes.large.h                | includes.media.width               | expansions=attachments.media\_keys\&media.fields=width               |                  |
| extended\_entities.media.sizes.large.resize           |                                    | उपलब्ध नहीं                                                          |                  |
| extended\_entities.media.sizes.small.w                |                                    | उपलब्ध नहीं                                                          |                  |
| extended\_entities.media.sizes.small.h                |                                    | उपलब्ध नहीं                                                          |                  |
| extended\_entities.media.sizes.small.resize           |                                    | उपलब्ध नहीं                                                          |                  |
| extended\_entities.media.sizes.medium.w               |                                    | उपलब्ध नहीं                                                          |                  |
| extended\_entities.media.sizes.medium.h               |                                    | उपलब्ध नहीं                                                          |                  |
| extended\_entities.media.sizes.medium.resize          |                                    | उपलब्ध नहीं                                                          |                  |
| extended\_entities.media.media\_url\_https            | includes.media.url                 | expansions=attachments.media\_keys\&media.fields=url                 | string           |
| extended\_entities.media.media\_url\_https            | includes.media.preview\_image\_url | expansions=attachments.media\_keys\&media.fields=preview\_image\_url | string           |
| extended\_entities.media.video\_info.duration\_millis | includes.media.duration\_ms        | expansions=attachments.media\_keys\&media.fields=duration\_ms        | number           |

**उदाहरण**

|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **v1.1 में entities और extended entities (वीडियो सहित)**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | **v2 में Entities, attachments और includes**<br /><br />[https://api.x.com/2/tweets?ids=1370161532013735937\&amp;expansions=attachments.media\&#95;keys,entities.mentions.username\&amp;tweet.fields=entities\&amp;user.fields=created\&#95;at,description,entities,location,name,profile\&#95;image\&#95;url,protected,public\&#95;metrics,url,username,verified,withheld\&amp;media.fields=duration\&#95;ms,height,media\&#95;key,preview\&#95;image\&#95;url,public\&#95;metrics,type,url,width](https://api.x.com/2/tweets?ids=1370161532013735937\&amp;expansions=attachments.media\&#95;keys,entities.mentions.username\&amp;tweet.fields=entities\&amp;user.fields=created\&#95;at,description,entities,location,name,profile\&#95;image\&#95;url,protected,public\&#95;metrics,url,username,verified,withheld\&amp;media.fields=duration\&#95;ms,height,media\&#95;key,preview\&#95;image\&#95;url,public\&#95;metrics,type,url,width)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| "entities":\{<br />"hashtags": \[\{<br />"text":"test",<br />"indices": \[<br />8,<br />13<br />]<br />}],<br />"symbols": \[],<br />"user\_mentions": \[\{<br />"screen\_name":"TwitterDev",<br />"name":"Twitter Dev",<br />"id": 2244994945,<br />"id\_str":"2244994945",<br />"indices": \[<br />31,<br />42<br />]<br />}],<br />"urls": \[\{<br />"url":"[https://t.co/XVLZ3uwikc](https://t.co/XVLZ3uwikc)",<br />"विस्तारित\_url":"[https://developer.x.com/en](https://developer.x.com/en)",<br />"display\_url":"developer.x.com/en",<br />"indices": \[<br />91,<br />114<br />]<br />}],<br />"media": \[\{<br />"id": 1370161464028196868,<br />"id\_str":"1370161464028196868",<br />"indices": \[<br />115,<br />138<br />],<br />"media\_url":"[http://pbs.twimg.com/ext\_tw\_video\_thumb/1370161464028196868/pu/img/cGLCoXBHVktkwlC5.jpg](http://pbs.twimg.com/ext_tw_video_thumb/1370161464028196868/pu/img/cGLCoXBHVktkwlC5.jpg)",<br />"media\_url\_https":"[https://pbs.twimg.com/ext\_tw\_video\_thumb/1370161464028196868/pu/img/cGLCoXBHVktkwlC5.jpg](https://pbs.twimg.com/ext_tw_video_thumb/1370161464028196868/pu/img/cGLCoXBHVktkwlC5.jpg)",<br />"url":"[https://t.co/dz4oByygWA](https://t.co/dz4oByygWA)",<br />"display\_url":"pic.x.com/dz4oByygWA",<br />"विस्तारित\_url":"[https://twitter.com/furiouscamper/status/1370161532013735937/video/1](https://twitter.com/furiouscamper/status/1370161532013735937/video/1)",<br />"type":"photo",<br />"sizes":\{<br />"thumb":\{<br />"w": 150,<br />"h": 150,<br />"resize":"crop"<br />},<br />"small":\{<br />"w": 383,<br />"h": 680,<br />"resize":"fit"<br />},<br />"large":\{<br />"w": 720,<br />"h": 1280,<br />"resize":"fit"<br />},<br />"medium":\{<br />"w": 675,<br />"h": 1200,<br />"resize":"fit"<br />}<br />}<br />}]<br />},<br />"extended\_entities":\{<br />"media": \[\{<br />"id": 1370161464028196868,<br />"id\_str":"1370161464028196868",<br />"indices": \[<br />115,<br />138<br />],<br />"media\_url":"[http://pbs.twimg.com/ext\_tw\_video\_thumb/1370161464028196868/pu/img/cGLCoXBHVktkwlC5.jpg](http://pbs.twimg.com/ext_tw_video_thumb/1370161464028196868/pu/img/cGLCoXBHVktkwlC5.jpg)",<br />"media\_url\_https":"[https://pbs.twimg.com/ext\_tw\_वीडियो\_thumb/1370161464028196868/pu/img/cGLCoXBHVktkwlC5.jpg](https://pbs.twimg.com/ext_tw_वीडियो_thumb/1370161464028196868/pu/img/cGLCoXBHVktkwlC5.jpg)",<br />"url":"[https://t.co/dz4oByygWA](https://t.co/dz4oByygWA)",<br />"display\_url":"pic.x.com/dz4oByygWA",<br />"विस्तारित\_url":"[https://twitter.com/furiouscamper/status/1370161532013735937/video/1](https://twitter.com/furiouscamper/status/1370161532013735937/video/1)",<br />"type":"video",<br />"sizes":\{<br />"thumb":\{<br />"w": 150,<br />"h": 150,<br />"resize":"crop"<br />},<br />"small":\{<br />"w": 383,<br />"h": 680,<br />"resize":"fit"<br />},<br />"large":\{<br />"w": 720,<br />"h": 1280,<br />"resize":"fit"<br />},<br />"medium":\{<br />"w": 675,<br />"h": 1200,<br />"resize":"fit"<br />}<br />},<br />"video\_info":\{<br />"aspect\_ratio": \[<br />9,<br />16<br />],<br />"duration\_millis": 5140,<br />"variants": \[\{<br />"bitrate": 950000,<br />"content\_type":"video/mp4",<br />"url":"[https://video.twimg.com/ext\_tw\_video/1370161464028196868/pu/vid/480x852/rAuFVMEqs0MeP4P4.mp4?tag=12](https://video.twimg.com/ext_tw_video/1370161464028196868/pu/vid/480x852/rAuFVMEqs0MeP4P4.mp4?tag=12)"<br />},<br />\{<br />"bitrate": 2176000,<br />"content\_type":"video/mp4",<br />"url":"[https://video.twimg.com/ext\_tw\_video/1370161464028196868/pu/vid/720x1280/ZxVL5qYO-DNVuSyq.mp4?tag=12](https://video.twimg.com/ext_tw_video/1370161464028196868/pu/vid/720x1280/ZxVL5qYO-DNVuSyq.mp4?tag=12)"<br />},<br />\{<br />"content\_type":"application/x-mpegURL",<br />"url":"[https://video.twimg.com/ext\_tw\_video/1370161464028196868/pu/pl/EGVpuZpo-wYxTNCq.m3u8?tag=12](https://video.twimg.com/ext_tw_video/1370161464028196868/pu/pl/EGVpuZpo-wYxTNCq.m3u8?tag=12)"<br />},<br />\{<br />"bitrate": 632000,<br />"content\_type":"video/mp4",<br />"url":"[https://video.twimg.com/ext\_tw\_video/1370161464028196868/pu/vid/320x568/M7VtocAwKPFdkqzF.mp4?tag=12](https://video.twimg.com/ext_tw_video/1370161464028196868/pu/vid/320x568/M7VtocAwKPFdkqzF.mp4?tag=12)"<br />}<br />]<br />},<br />"अतिरिक्त\_media\_info":\{<br />"monetizable": false<br />}<br />}]<br />} | \{<br />"data": \[\{<br />"entities":\{<br />"hashtags": \[\{<br />"start": 8,<br />"end": 13,<br />"tag":"test"<br />}],<br />"mentions": \[\{<br />"start": 31,<br />"end": 42,<br />"username":"TwitterDev"<br />}],<br />"urls": \[\{<br />"start": 91,<br />"end": 114,<br />"url":"[https://t.co/XVLZ3uwikc](https://t.co/XVLZ3uwikc)",<br />"विस्तारित\_url":"[https://developer.x.com/en](https://developer.x.com/en)",<br />"display\_url":"developer.x.com/en",<br />"status": 200,<br />"title":"उपयोग के मामले, ट्यूटोरियल,&दस्तावेज़ीकरण",<br />"description":"प्रकाशित करें\&Tweets का विश्लेषण करें, विज्ञापन ऑप्टिमाइज़ करें,\&Twitter API, Twitter Ads API के साथ अनूठे ग्राहक अनुभव बनाएं,\&Twitter for Websites. Let's start building.",<br />"अनवाउंड\_url":"[https://developer.x.com/en](https://developer.x.com/en)"<br />},<br />\{<br />"start": 115,<br />"end": 138,<br />"url":"[https://t.co/dz4oByygWA](https://t.co/dz4oByygWA)",<br />"विस्तारित\_url":"[https://x.com/furiouscamper/status/1370161532013735937/video/1](https://x.com/furiouscamper/status/1370161532013735937/video/1)",<br />"display\_url":"pic.x.com/dz4oByygWA"<br />}<br />]<br />},<br />"id":"1370161532013735937",<br />"text":"एक और #test वीडियो और @TwitterDev mention के साथ। नए फ़ॉर्मेट माइग्रेशन दस्तावेज़ों के लिए उत्साहित! [https://t.co/XVLZ3uwikc](https://t.co/XVLZ3uwikc) [https://t.co/dz4oByygWA](https://t.co/dz4oByygWA)",<br />"attachments":\{<br />"media\_keys": \[<br />"7\_1370161464028196868"<br />]<br />}<br />}],<br />"includes":\{<br />"media": \[\{<br />"type":"video",<br />"height": 1280,<br />"public\_मेट्रिक्स":\{<br />"view\_count": 37<br />},<br />"चौड़ाई": 720,<br />"media\_key":"7\_1370161464028196868",<br />"अवधि\_ms": 5140,<br />"preview\_image\_url":"[https://pbs.twimg.com/ext\_tw\_video\_thumb/1370161464028196868/pu/img/cGLCoXBHVktkwlC5.jpg](https://pbs.twimg.com/ext_tw_video_thumb/1370161464028196868/pu/img/cGLCoXBHVktkwlC5.jpg)"<br />}],<br />"users": \[\{<br />"public\_मेट्रिक्स":\{<br />"फ़ॉलोअर्स\_count": 517233,<br />"following\_count": 2034,<br />"tweet\_count": 3677,<br />"listed\_count": 1727<br />},<br />"created\_at":"2013-12-14T04:35:55.000Z",<br />"profile\_image\_url":"[https://pbs.twimg.com/profile\_images/1354494203451961345/d8HkZl6p\_normal.jpg](https://pbs.twimg.com/profile_images/1354494203451961345/d8HkZl6p_normal.jpg)",<br />"description":"#TwitterDev टीम की आवाज़ और #TwitterAPI से संबंधित अपडेट, समाचार और कार्यक्रमों के लिए आपका आधिकारिक स्रोत।",<br />"verified": true,<br />"id":"2244994945",<br />"username":"TwitterDev",<br />"protected": false,<br />"entities":\{<br />"url":\{<br />"urls": \[\{<br />"start": 0,<br />"end": 23,<br />"url":"[https://t.co/3ZX3TNiZCY](https://t.co/3ZX3TNiZCY)",<br />"विस्तारित\_url":"[https://developer.x.com/en/community](https://developer.x.com/en/community)",<br />"display\_url":"developer.x.com/en/community"<br />}]<br />},<br />"description":\{<br />"hashtags": \[\{<br />"start": 17,<br />"end": 28,<br />"tag":"TwitterDev"<br />},<br />\{<br />"start": 105,<br />"end": 116,<br />"tag":"TwitterAPI"<br />}<br />]<br />}<br />},<br />"url":"[https://t.co/3ZX3TNiZCY](https://t.co/3ZX3TNiZCY)",<br />"name":"Twitter Dev",<br />"location":"127.0.0.1"<br />}]<br />}<br />} |

***

<div id="place-object">
  #### Place ऑब्जेक्ट
</div>

|                                    |                                   |                                                          |
| :--------------------------------- | :-------------------------------- | :------------------------------------------------------- |
| **Twitter 1.1 फ़ॉर्मैट**           | **Twitter v2 फ़ॉर्मैट**           | **आवश्यक v2 पैरामीटर**                                   |
| place                              | data.geo.place\_id                | tweet.fields=geo                                         |
| place.id                           | includes.places.id                | expansions=geo.place\_id                                 |
| place.id.place\_type               | includes.places.place\_type       | expansions=geo.place\_id\&place.fields=place\_type       |
| place.id.name                      | includes.places.name              | expansions=geo.place\_id\&place.fields=name              |
| place.id.full\_name                | includes.places.full\_name        | expansions=geo.place\_id                                 |
| place.id.country\_code             | includes.places.country\_code     | expansions=geo.place\_id\&place.fields=country\_code     |
| place.id.country                   | includes.places.country           | expansions=geo.place\_id\&place.fields=country           |
| place.id.contained\_within         | includes.places.contained\_within | expansions=geo.place\_id\&place.fields=contained\_within |
| place.id.bounding\_box.type        | includes.places.geo.type          | expansions=geo.place\_id\&place.fields=place\_type       |
| place.id.bounding\_box.coordinates | includes.places.geo.bbox          | expansions=geo.place\_id\&place.fields=geo               |
| place.id.attributes                | includes.places.properties        | expansions=geo.place\_id\&place.fields=geo               |

**उदाहरण**

|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **v1.1 में Place ऑब्जेक्ट**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | **v2 में Place ऑब्जेक्ट**<br /><br />[https://api.x.com/2/tweets?ids=1370161532013735937\&amp;expansions=geo.place\&#95;id\&amp;tweet.fields=geo\&amp;place.fields=contained\&#95;within,country,country\&#95;code,full\&#95;name,geo,id,name,place\&#95;type](https://api.x.com/2/tweets?ids=1370161532013735937\&amp;expansions=geo.place\&#95;id\&amp;tweet.fields=geo\&amp;place.fields=contained\&#95;within,country,country\&#95;code,full\&#95;name,geo,id,name,place\&#95;type)                                                                                                                                                                                                                                                                                                                                             |
| "place": \{<br />    "id": "f7eb2fa2fea288b1",<br />    "url": "[https://api.x.com/1.1/geo/id/f7eb2fa2fea288b1.json](https://api.x.com/1.1/geo/id/f7eb2fa2fea288b1.json)",<br />    "place\_type": "city",<br />    "name": "Lakewood",<br />    "full\_name": "Lakewood, CO",<br />    "country\_code": "US",<br />    "country": "United States",<br />    "contained\_within": \[],<br />    "bounding\_box": \{<br />      "type": "Polygon",<br />      "coordinates": \[<br />        \[<br />          \[<br />            -105.193475,<br />            39.60973<br />          ],<br />          \[<br />            -105.053164,<br />            39.60973<br />          ],<br />          \[<br />            -105.053164,<br />            39.761974<br />          ],<br />          \[<br />            -105.193475,<br />            39.761974<br />          ]<br />        ]<br />      ]<br />    },<br />    "attributes": {}<br />  } | \{<br />	"data": \[\{<br />		"id": "1370161532013735937",<br />		"text": "Another #test with a video and @TwitterDev mention. Excited for new format migration docs! [https://t.co/XVLZ3uwikc](https://t.co/XVLZ3uwikc) [https://t.co/dz4oByygWA](https://t.co/dz4oByygWA)",<br />		"geo": \{<br />			"place\_id": "f7eb2fa2fea288b1"<br />		}<br />	}],<br />	"includes": \{<br />		"places": \[\{<br />			"name": "Lakewood",<br />			"place\_type": "city",<br />			"full\_name": "Lakewood, CO",<br />			"id": "f7eb2fa2fea288b1",<br />			"geo": \{<br />				"type": "Feature",<br />				"bbox": \[<br />					-105.193475,<br />					39.60973,<br />					-105.053164,<br />					39.761974<br />				],<br />				"properties": {}<br />			},<br />			"country\_code": "US",<br />			"country": "United States"<br />		}]<br />	} |

**अगला चरण**

* [फ़ील्ड्स](/hi/x-api/fundamentals/fields) के बारे में और जानें
* [expansions](/hi/x-api/fundamentals/expansions) के बारे में और जानें
* [फ़ील्ड्स को expansions के साथ उपयोग करना](/hi/x-api/fundamentals/data-dictionary#how-to-use-fields-and-expansions) सीखें

<div id="migrating-from-native-enriched-data-format-to-v2">
  ### Native Enriched डेटा फ़ॉर्मैट से v2 पर माइग्रेट करना
</div>

Native Enriched डेटा फ़ॉर्मैट का उपयोग हमारे [enterprise](/hi/x-api/enterprise-gnip-2.0/enterprise-gnip) प्रोडक्ट्स में किया जाता है।

Edited Tweet metadata उपलब्ध कराने के लिए Native Enriched डेटा फ़ॉर्मैट को अपडेट किया गया है। Edit Tweet metadata के बारे में अधिक जानने के लिए, [Tweet संपादन की मूल बातें](/hi/x-api/enterprise-gnip-2.0/fundamentals/edit-tweets) पेज देखें।

अगर आप standard v1.1 endpoints का उपयोग कर रहे हैं, तो कृपया [standard v1.1 to v2 guide](/hi/x-api/migrate/data-format-migration#migrating-from-standard-v1-1s-data-format-to-v2) देखें। अगर आप Activity Streams के साथ enterprise products का उपयोग कर रहे हैं, तो इसके लिए हमारे पास [Activity Streams to v2](/hi/x-api/migrate/data-format-migration#migrating-from-activity-streams-data-format-to-v2) गाइड भी है।

X API v2, [Tweet](/hi/x-api/fundamentals/data-dictionary#tweet) और [user](/hi/x-api/fundamentals/data-dictionary#user) objects के लिए नए JSON डिज़ाइन पेश करता है।

* JSON के root level पर, Native Enriched फ़ॉर्मैट results array में Tweet objects लौटाता है, जबकि X API v2 data array लौटाता है। 
* favorites (Tweet ऑब्जेक्ट में) और favourites (उपयोगकर्ता ऑब्जेक्ट में) दोनों का उपयोग करने के बजाय, X API v2 like शब्द का इस्तेमाल करता है। 
* X इस परंपरा को अपना रहा है कि जिन JSON values का कोई मान नहीं होता (उदाहरण के लिए, null), उन्हें payload में नहीं लिखा जाता। Tweet और user attributes केवल तभी शामिल किए जाते हैं, जब उनके मान non-null हों। 
* v2 में सभी id फ़ील्ड्स string फ़ॉर्मैट में होंगी
   

नए JSON फ़ॉर्मैट में किए गए बदलावों के अलावा, हमने Tweet ऑब्जेक्ट में फ़ील्ड्स का एक नया सेट भी जोड़ा है, जिनमें निम्न शामिल हैं:

* conversation\_id
* reply\_settings
* media पर alt\_text
* दो नए [annotations](/hi/x-api/fundamentals/post-annotations) फ़ील्ड्स, जिनमें context और entities शामिल हैं
* कई नए [metrics](/hi/x-api/fundamentals/metrics) फ़ील्ड्स
* कई नए [polls](/hi/x-api/fundamentals/data-dictionary#poll) फ़ील्ड्स
   

कई legacy और deprecated फ़ील्ड्स हटाए जा रहे हैं:

* contributors
* कुछ entities.media और extended\_entities.media फ़ील्ड्स
* filter\_level
* timestamp\_ms
* truncated

<div id="native-enriched-vs-v2-payload-structure">
  #### Native Enriched बनाम v2 payload संरचना
</div>

निम्न तालिका उन उच्च-स्तरीय ऑब्जेक्ट्स और फ़ॉर्मैट को दिखाती है, जिन्हें आप Native Enriched फ़ॉर्मैट की तुलना में v2 से प्राप्त होने की अपेक्षा कर सकते हैं।

|                                                                                                                                | **Native Enriched संरचना**                                                                                                                                                                                                                                                                                                                        | **v2 संरचना**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| :----------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **डिफ़ॉल्ट**                                                                                                                   | \{<br />  ~~tweet object fields~~,<br /><br />  "user": {},<br />  "place": {},<br />  "entities": \{<br />    "hashtags": \[],<br />    "urls": \[],<br />    "user\_mentions": \[],<br />    "symbols": \[],<br />    "annotations": \[],<br />    "media": \[]<br />  },<br />  "extended\_entities": {},<br />  "matching\_rules": \[]<br />} | \{<br />  "data": \[\{<br />    "id",<br />    "text",<br /><br />    "edit\_history\_tweet\_ids" <br />  }]<br />}                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| **परिभाषित [फ़ील्ड्स और expansions](/hi/x-api/fundamentals/data-dictionary#how-to-use-fields-and-expansions) पैरामीटर के साथ** |                                                                                                                                                                                                                                                                                                                                                   | \{<br />  "data": \[\{<br />    ~~tweet object fields~~,<br />    "entities": \{<br />      "hashtags": \[],<br />      "cashtags": \[],<br />      "mentions": \[],<br />      "urls": \[],<br />    },<br />    "attachments": \{<br />      "media\_keys": \[],<br />      "poll\_ids": \[]<br />    }<br />  }],<br />  "includes": \[<br />    "tweets": \[~~user objects~~],<br />    "users": \[~~user objects~~],<br />    "media": \[~~media objects~~],<br />    "places": \[~~place object~~],<br />    "polls": \[~~poll object~~]<br />  ],<br />  "matching\_rules": \[]<br />} |

**फ़ील्ड मैपिंग**

निम्न अनुभाग बताता है कि कौन-से Native Enriched फ़ील्ड्स, v2 फ़ील्ड्स से मैप होते हैं, साथ ही नया फ़ील्ड प्राप्त करने के लिए कौन-से v2 पैरामीटर आवश्यक हैं।
 

<div id="tweet-object">
  #### Tweet ऑब्जेक्ट
</div>

|                                                           |                                                      |                                                                                  |                    |
| :-------------------------------------------------------- | :--------------------------------------------------- | :------------------------------------------------------------------------------- | :----------------- |
| **Native Enriched प्रारूप**                               | **Twitter v2 फ़ॉर्मैट**                              | **आवश्यक v2 पैरामीटर**                                                           | **v2 में type**    |
| created\_at                                               | data.created\_at                                     | tweet.fields=created\_at                                                         | String             |
| id                                                        |                                                      | लागू नहीं - id देखें                                                             |                    |
| id\_str                                                   | data.id                                              | डिफ़ॉल्ट                                                                         | String             |
| text                                                      | data.text                                            | डिफ़ॉल्ट                                                                         | String             |
| edit\_history                                             | data.edit\_history\_tweet\_ids                       | डिफ़ॉल्ट                                                                         | ऐरे                |
| edit\_controls                                            | data.edit\_controls                                  | tweet.fields=edit\_controls                                                      | ऑब्जेक्ट           |
| संपादित करने योग्य                                        | data.edit\_controls.is\_edit\_eligible               | tweet.fields=edit\_controls                                                      | Boolean            |
| display\_text\_range                                      |                                                      | लागू नहीं - text में पूरा टेक्स्ट शामिल है                                       |                    |
| source                                                    | data.source                                          | tweet.fields=source                                                              | String             |
| काट-छाँट किया गया                                         |                                                      | लागू नहीं - टेक्स्ट में पूरा टेक्स्ट शामिल है                                    |                    |
| उपलब्ध नहीं                                               | data.conversation\_id                                | tweet.fields=conversation\_id                                                    | String             |
| उपलब्ध नहीं                                               | data.reply\_settings                                 | tweet.fields=reply\_settings                                                     | String             |
| in\_reply\_to\_status\_id                                 |                                                      | N/A - referenced\_tweets.id देखें                                                |                    |
| in\_reply\_to\_status\_id\_str                            | data.referenced\_tweets.id (यदि type=replied\_to हो) | expansions=referenced\_tweets.id                                                 | String             |
| in\_reply\_to\_user\_id                                   |                                                      | लागू नहीं - in\_reply\_to\_user\_id\_str देखें                                   |                    |
| in\_reply\_to\_user\_id\_str                              | data.in\_reply\_to\_user\_id                         | tweet.fields=in\_reply\_to\_user\_id                                             | स्ट्रिंग           |
| in\_reply\_to\_screen\_name                               | includes.users..username                             | tweet.fields=in\_reply\_to\_user\_id\&expansions=entities.mentions.username      | String             |
| user                                                      | includes.users                                       | expansions=author\_id                                                            | Object             |
| user.id\_str                                              | data.author\_id                                      | tweet.fields=author\_id                                                          | String             |
| geo                                                       | data.geo.place\_id                                   | tweet.fields=geo                                                                 |                    |
| coordinates                                               | data.geo.place\_id                                   | tweet.fields=geo                                                                 |                    |
| स्थान                                                     | data.geo.place\_id                                   | tweet.fields=geo                                                                 |                    |
| is\_quoted\_status                                        | data.referenced\_tweets.id (यदि type=quoted)         | tweet.fields=referenced\_tweets                                                  | स्ट्रिंग           |
| extended\_tweet.full\_text                                |                                                      | लागू नहीं - टेक्स्ट पूर्ण है                                                     |                    |
| उपलब्ध नहीं                                               | data.public\_metrics                                 | tweet.fields=public\_metrics                                                     | ऑब्जेक्ट           |
| quote\_count                                              | data.public\_metrics.quote\_count                    | tweet.fields=public\_metrics                                                     | Int                |
| reply\_count                                              | data.public\_metrics.reply\_count                    | tweet.fields=public\_metrics                                                     | Int                |
| retweet\_count                                            | data.public\_metrics.retweet\_count                  | tweet.fields=public\_metrics                                                     | Int                |
| favorite\_count                                           | data.public\_metrics.like\_count                     | tweet.fields=public\_metrics                                                     | Int                |
| उपलब्ध नहीं                                               | data.non\_public\_metrics                            | tweet.fields=non\_public\_metrics                                                | ऑब्जेक्ट           |
| उपलब्ध नहीं                                               | data.non\_public\_metrics.impression\_count          | tweet.fields=non\_public\_metrics                                                | Int                |
| उपलब्ध नहीं                                               | data.non\_public\_metrics.url\_link\_count           | tweet.fields=non\_public\_metrics                                                | Int                |
| उपलब्ध नहीं                                               | data.non\_public\_metrics.user\_profile\_count       | tweet.fields=non\_public\_metrics                                                | Int                |
| उपलब्ध नहीं है                                            | data.organic\_metrics                                | tweet.fields=organic\_metrics                                                    | Object             |
| उपलब्ध नहीं                                               | data.organic\_metrics.like\_count                    | tweet.fields=organic\_metrics                                                    | Int                |
| उपलब्ध नहीं                                               | data.organic\_metrics.retweet\_count                 | tweet.fields=organic\_metrics                                                    | Int                |
| उपलब्ध नहीं है                                            | data.organic\_metrics.reply\_count                   | tweet.fields=organic\_metrics                                                    | Int                |
| उपलब्ध नहीं है                                            | data.organic\_metrics.impression\_count              | tweet.fields=organic\_metrics                                                    | Int                |
| उपलब्ध नहीं                                               | data.organic\_metrics.url\_link\_count               | tweet.fields=organic\_metrics                                                    | Int                |
| उपलब्ध नहीं                                               | data.organic\_metrics.user\_profile\_count           | tweet.fields=organic\_metrics                                                    | Int                |
| उपलब्ध नहीं                                               | data.promoted\_metrics                               | tweet.fields=promoted\_metrics                                                   | Object             |
| उपलब्ध नहीं                                               | data.promoted\_metrics.like\_count                   | tweet.fields=promoted\_metrics                                                   | Int                |
| उपलब्ध नहीं                                               | data.promoted\_metrics.retweet\_count                | tweet.fields=promoted\_metrics                                                   | Int                |
| उपलब्ध नहीं                                               | data.promoted\_metrics.reply\_count                  | tweet.fields=promoted\_metrics                                                   | Int                |
| उपलब्ध नहीं                                               | data.promoted\_metrics.impression\_count             | tweet.fields=promoted\_metrics                                                   | Int                |
| उपलब्ध नहीं है                                            | data.promoted\_metrics.url\_link\_count              | tweet.fields=promoted\_metrics                                                   | Int                |
| उपलब्ध नहीं है                                            | data.promoted\_metrics.user\_profile\_count          | tweet.fields=promoted\_metrics                                                   | Int                |
| contributors                                              | उपलब्ध नहीं                                          | उपलब्ध नहीं                                                                      |                    |
| entities                                                  | data.entities                                        | tweet.fields=entities                                                            | Object             |
| entities.user\_mentions                                   | data.entities.mentions                               | tweet.fields=entities                                                            | ऑब्जेक्ट का ऐरे    |
| entities.symbols                                          | data.entities.cashtags                               | tweet.fields=entities                                                            | ऑब्जेक्ट का ऐरे    |
| entities.hashtags                                         | data.entities.hashtags                               | tweet.fields=entities                                                            | ऑब्जेक्ट्स का ऐरे  |
| entities.urls                                             | data.entities.urls                                   | tweet.fields=entities                                                            | ऑब्जेक्ट्स का ऐरे  |
| entities.media                                            | includes.media                                       | expansions=attachments.media\_keys                                               | ऑब्जेक्ट्स की सरणी |
| entities.annotations                                      |                                                      | tweet.fields=entities,context\_annotations                                       | ऑब्जेक्ट           |
| entities.annotations.context                              | data.context\_annotations                            | tweet.fields=entities,context\_annotations                                       | ऑब्जेक्ट्स की सरणी |
| कोई समकक्ष नहीं                                           | data.context\_annotations.domain                     | tweet.fields=context\_annotations                                                | ऑब्जेक्ट           |
| entities.annotations.context.context\_domain\_id\_str     | data.context\_annotations.domain.id                  | tweet.fields=context\_annotations                                                | String             |
| entities.annotations.context.context\_domain\_id          | उपलब्ध नहीं                                          | उपलब्ध नहीं - स्ट्रिंग फ़ॉर्मैट के लिए data.context\_annotations.domain.id देखें |                    |
| entities.annotations.context.context\_domain\_name        | data.context\_annotations.domain.name                | tweet.fields=context\_annotations                                                | String             |
| entities.annotations.context.context\_domain\_description | data.context\_annotations.domain.description         | tweet.fields=context\_annotations                                                | String             |
| कोई समकक्ष नहीं                                           | data.context\_annotations.entity                     | tweet.fields=context\_annotations                                                | Object             |
| entities.annotations.context.context\_entity\_id\_str     | data.context\_annotations.entity.id                  | tweet.fields=context\_annotations                                                | String             |
| entities.annotations.context.context\_entity\_id          | उपलब्ध नहीं                                          | उपलब्ध नहीं — स्ट्रिंग फ़ॉर्मैट के लिए data.context\_annotations.entity.id देखें |                    |
| entities.annotations.context.context\_entity\_name        | data.context\_annotations.entity.name                | tweet.fields=context\_annotations                                                | स्ट्रिंग           |
| entities.annotations.context.context\_entity\_description | data.context\_annotations.entity.description         | tweet.fields=context\_annotations                                                | String             |
| entities.annotations.entity                               | data.entities.annotations                            | tweet.fields=entities,context\_annotations                                       | ऑब्जेक्ट्स की सरणी |
| extended\_entities                                        | data.attachments                                     | tweet\_fields=attachments                                                        | ऑब्जेक्ट           |
| favorited                                                 | उपलब्ध नहीं                                          | उपलब्ध नहीं                                                                      |                    |
| retweeted                                                 | उपलब्ध नहीं                                          | उपलब्ध नहीं                                                                      |                    |
| retweeted\_status                                         |                                                      |                                                                                  |                    |
| possibly\_sensitive                                       | data.possibly\_sensitive                             | tweet.fields=possibly\_sensitive                                                 | बूलियन             |
| lang                                                      | data.lang                                            | tweet.fields=lang                                                                | स्ट्रिंग           |
| filter\_level                                             | उपलब्ध नहीं                                          | उपलब्ध नहीं                                                                      |                    |
| scopes                                                    | उपलब्ध नहीं                                          | उपलब्ध नहीं                                                                      |                    |
| timestamp\_ms                                             | उपलब्ध नहीं                                          | उपलब्ध नहीं                                                                      |                    |
| withheld                                                  | data.withheld                                        | tweet.fields=withheld                                                            | ऑब्जेक्ट्स का ऐरे  |
| matching\_rules                                           | matching\_rules                                      |                                                                                  | ऑब्जेक्ट्स की सरणी |
| matching\_rules.id                                        | उपलब्ध नहीं                                          | उपलब्ध नहीं                                                                      |                    |
| matching\_rules.id\_str                                   | matching\_rules.id                                   | फ़िल्टर की गई स्ट्रीम के लिए डिफ़ॉल्ट                                            | String             |
| matching\_rules.tag                                       | matching\_rules.tag                                  | फ़िल्टर की गई स्ट्रीम के लिए डिफ़ॉल्ट                                            | String             |

<div id="user-object">
  #### उपयोगकर्ता ऑब्जेक्ट
</div>

|                                             |                                                        |                                                        |                    |
| :------------------------------------------ | :----------------------------------------------------- | :----------------------------------------------------- | :----------------- |
| **नेटिव एनरिच्ड प्रारूप**                   | **Twitter v2 फ़ॉर्मैट**                                | **आवश्यक v2 पैरामीटर**                                 | **v2 में type**    |
| यूज़र                                       | includes.users                                         | expansions=author\_id                                  | ऑब्जेक्ट्स का ऐरे  |
| user.id                                     | उपलब्ध नहीं                                            | लागू नहीं - includes.users.id देखें                    | स्ट्रिंग           |
| user.id\_str                                | includes.users.id                                      | expansions=author\_id                                  | String             |
| user.name                                   | includes.users.name                                    | expansions=author\_id                                  | String             |
| user.screen\_name                           | includes.user.username                                 | expansions=author\_id                                  | String             |
| user.location                               | includes.users.location                                | expansions=author\_id\&user.fields=location            | ऑब्जेक्ट           |
| user.description                            | includes.users.description                             | expansions=author\_id\&user.fields=description         | स्ट्रिंग           |
| उपलब्ध नहीं                                 | includes.users.url                                     | expansions=author\_id\&user.fields=url                 | String             |
| user.followers\_count                       | includes.users.public\_metrics.followers\_count        | expansions=author\_id\&user.fields=public\_metrics     | Int                |
| user.friends\_count                         | includes.users.public\_metrics.following\_count        | expansions=author\_id\&user.fields=public\_metrics     | Int                |
| user.listed\_count                          | includes.users.public\_metrics.listed\_count           | expansions=author\_id\&user.fields=public\_metrics     | Int                |
| user.created\_at                            | includes.users.created\_at                             | expansions=author\_id\&user.fields=created\_at         | String             |
| user.favourites\_count                      |                                                        | अभी तक उपलब्ध नहीं                                     |                    |
| user.verified                               | includes.users.verified                                | expansions=author\_id\&user.fields=verified            | बूलियन             |
| उपलब्ध नहीं                                 | includes.users.pinned\_tweet\_id                       | expansions=author\_id\&user.fields=pinned\_tweet\_id   | String             |
| user.statuses\_count                        | includes.users.public\_metrics.tweet\_count            | expansions=author\_id\&user.fields=public\_metrics     | Int                |
| user.profile\_image\_url\_https             | includes.users.profile\_image\_url                     | expansions=author\_id\&user.fields=profile\_image\_url | String             |
| user.translator\_type                       | उपलब्ध नहीं                                            | उपलब्ध नहीं                                            |                    |
| user.utc\_offset                            | उपलब्ध नहीं                                            | उपलब्ध नहीं                                            |                    |
| user.time\_zone                             | उपलब्ध नहीं                                            | उपलब्ध नहीं                                            |                    |
| user.geo\_enabled                           | उपलब्ध नहीं                                            | उपलब्ध नहीं                                            |                    |
| user.lang                                   | उपलब्ध नहीं                                            | उपलब्ध नहीं - Tweet lang के आधार पर अनुमान लगाएँ       |                    |
| user.contributors\_enabled                  | उपलब्ध नहीं है                                         | उपलब्ध नहीं है                                         |                    |
| user.is\_translator                         | उपलब्ध नहीं है                                         | उपलब्ध नहीं है                                         |                    |
| user.profile\_background\_color             | उपलब्ध नहीं है                                         | उपलब्ध नहीं है                                         |                    |
| user.profile\_background\_image\_url        | उपलब्ध नहीं                                            | उपलब्ध नहीं                                            |                    |
| user.profile\_background\_image\_url\_https | उपलब्ध नहीं                                            | उपलब्ध नहीं                                            |                    |
| user.profile\_background\_title             | उपलब्ध नहीं                                            | उपलब्ध नहीं                                            |                    |
| user.profile\_sidebar\_border\_color        | उपलब्ध नहीं                                            | उपलब्ध नहीं                                            |                    |
| user.profile\_sidebar\_fill\_color          | उपलब्ध नहीं है                                         | उपलब्ध नहीं है                                         |                    |
| user.profile\_text\_color                   | उपलब्ध नहीं है                                         | उपलब्ध नहीं है                                         |                    |
| user.profile\_user\_background\_image       | उपलब्ध नहीं है                                         | उपलब्ध नहीं है                                         |                    |
| user.profile\_image\_url                    |                                                        | includes.user.profile\_image\_url देखें                |                    |
| user.default\_profile                       | उपलब्ध नहीं                                            | उपलब्ध नहीं                                            |                    |
| user.default\_profile\_image                | उपलब्ध नहीं                                            | उपलब्ध नहीं                                            |                    |
| user.following                              | उपलब्ध नहीं                                            | उपलब्ध नहीं                                            |                    |
| user.follow\_request\_sent                  | उपलब्ध नहीं है                                         | उपलब्ध नहीं है                                         |                    |
| user.notifications                          | उपलब्ध नहीं है                                         | उपलब्ध नहीं है                                         |                    |
| user.withheld\_in\_countries                | includes.users.withheld                                | expansions=author\_id\&user.fields=withheld            | ऑब्जेक्ट           |
| user.protected                              | includes.users.protected                               | expansions=author\_id\&user.fields=protected           | बूलियन             |
| उपलब्ध नहीं                                 | includes.users.entities                                | expansions=author\_id\&user.fields=entities            | ऑब्जेक्ट           |
| उपलब्ध नहीं                                 | includes.users.entities.url                            | expansions=author\_id\&user.fields=entities            | ऑब्जेक्ट           |
| उपलब्ध नहीं                                 | includes.users.entities.url.urls                       | expansions=author\_id\&user.fields=entities            | ऑब्जेक्ट्स का ऐरे  |
| उपलब्ध नहीं                                 | includes.users.entities.url.urls.start                 | expansions=author\_id\&user.fields=entities            | Int                |
| उपलब्ध नहीं                                 | includes.users.entities.url.urls.end                   | expansions=author\_id\&user.fields=entities            | Int                |
| उपलब्ध नहीं है                              | includes.users.entities.url.urls.url                   | expansions=author\_id\&user.fields=entities            | स्ट्रिंग           |
| user.url                                    | includes.users.entities.url.urls.expanded\_url         | expansions=author\_id\&user.fields=entities            | स्ट्रिंग           |
| उपलब्ध नहीं                                 | includes.users.entities.url.urls.display\_url          | expansions=author\_id\&user.fields=entities            | स्ट्रिंग           |
| उपलब्ध नहीं                                 | includes.users.entities.descriptions                   | expansions=author\_id\&user.fields=entities            | ऑब्जेक्ट           |
| उपलब्ध नहीं                                 | includes.users.entities.descriptions.hashtags          | expansions=author\_id\&user.fields=entities            | ऑब्जेक्ट्स का ऐरे  |
| उपलब्ध नहीं                                 | includes.users.entities.descriptions.hashtags.start    | expansions=author\_id\&user.fields=entities            | Int                |
| उपलब्ध नहीं                                 | includes.users.entities.descriptions.hashtags.end      | expansions=author\_id\&user.fields=entities            | Int                |
| user.description में शामिल है               | includes.users.entities.descriptions.hashtags.tag      | expansions=author\_id\&user.fields=entities            | स्ट्रिंग           |
| उपलब्ध नहीं                                 | includes.users.entities.descriptions.mentions          | expansions=author\_id\&user.fields=entities            | ऑब्जेक्ट्स का ऐरे  |
| उपलब्ध नहीं                                 | includes.users.entities.descriptions.mentions.start    | expansions=author\_id\&user.fields=entities            | Int                |
| उपलब्ध नहीं                                 | includes.users.entities.descriptions.mentions.end      | expansions=author\_id\&user.fields=entities            | पूर्णांक           |
| user.description में शामिल                  | includes.users.entities.descriptions.mentions.username | expansions=author\_id\&user.fields=entities            | स्ट्रिंग           |
| उपलब्ध नहीं                                 | includes.users.entities.descriptions.cashtags          | expansions=author\_id\&user.fields=entities            | ऑब्जेक्ट्स की सरणी |
| उपलब्ध नहीं                                 | includes.users.entities.descriptions.cashtags.start    | expansions=author\_id\&user.fields=entities            | Int                |
| उपलब्ध नहीं                                 | includes.users.entities.descriptions.cashtags.end      | expansions=author\_id\&user.fields=entities            | Int                |
| user.description में शामिल                  | includes.users.entities.descriptions.cashtags.tag      | expansions=author\_id\&user.fields=entities            | String             |

#### Entities और expanded entities ऑब्जेक्ट

|                                                                                                                    |                                                          |                                                                       |                    |
| :----------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------- | :-------------------------------------------------------------------- | :----------------- |
| **Native Enriched फ़ॉर्मैट**                                                                                       | **Twitter v2 फ़ॉर्मैट**                                  | **आवश्यक v2 पैरामीटर**                                                | **v2 में type**    |
| entities                                                                                                           | data.entities                                            | tweet.fields=entities                                                 | ऑब्जेक्ट           |
| entities.hashtags                                                                                                  | data.entities.hashtags                                   | tweet.fields=entities                                                 | ऑब्जेक्ट्स का ऐरे  |
| entities.hashtags.indices\[0]                                                                                      | data.entities.hashtags.start                             | tweet.fields=entities                                                 | Integer            |
| entities.hashtags.indices\[1]                                                                                      | data.entities.hashtags.end                               | tweet.fields=entities                                                 | Integer            |
| entities.hashtags.text                                                                                             | data.entities.hashtags.tag                               | tweet.fields=entities                                                 | स्ट्रिंग           |
| entities.urls                                                                                                      | data.entities.urls                                       | tweet.fields=entities                                                 | ऑब्जेक्ट्स का ऐरे  |
| entities.urls.indices\[0]                                                                                          | data.entities.urls.start                                 | tweet.fields=entities                                                 | पूर्णांक           |
| entities.urls.indices\[1]                                                                                          | data.entities.urls.end                                   | tweet.fields=entities                                                 | पूर्णांक           |
| entities.urls.url                                                                                                  | data.entities.urls.url                                   | tweet.fields=entities                                                 | String             |
| entities.urls.expanded\_url                                                                                        | data.entities.urls.expanded\_url                         | tweet.fields=entities                                                 | String             |
| entities.urls.display\_url                                                                                         | data.entities.urls.display\_url                          | tweet.fields=entities                                                 | String             |
| entities.urls.unwound.url                                                                                          | data.entities.urls.unwound\_url                          | tweet.fields=entities                                                 | String             |
| entities.urls.unwound.status                                                                                       | data.entities.urls.status                                | tweet.fields=entities                                                 | String             |
| entities.urls.unwound.title                                                                                        | data.entities.urls.title                                 | tweet.fields=entities                                                 | String             |
| entities.urls.unwound.description                                                                                  | data.entities.urls.description                           | tweet.fields=entities                                                 | स्ट्रिंग           |
| उपलब्ध नहीं                                                                                                        | data.entities.urls.images                                | tweet.fields=entities                                                 | ऑब्जेक्ट्स का ऐरे  |
| उपलब्ध नहीं                                                                                                        | data.entities.urls.images.url                            | tweet.fields=entities                                                 | स्ट्रिंग           |
| उपलब्ध नहीं                                                                                                        | data.entities.urls.images.width                          | tweet.fields=entities                                                 | पूर्णांक           |
| उपलब्ध नहीं                                                                                                        | data.entities.urls.images.height                         | tweet.fields=entities                                                 | पूर्णांक           |
| entities.user\_mentions                                                                                            | data.entities.mentions                                   | tweet.fields=entities                                                 | ऑब्जेक्ट्स का ऐरे  |
| entities.user\_mentions.indicies\[0]                                                                               | data.entities.mentions.start                             | tweet.fields=entities                                                 | पूर्णांक           |
| entities.user\_mentions.indicies\[1]                                                                               | data.entities.mentions.end                               | tweet.fields=entities                                                 | पूर्णांक           |
| entities.user\_mentions.screen\_name                                                                               | data.entities.mentions.username                          | tweet.fields=entities                                                 | String             |
| entities.symbols                                                                                                   | data.entities.cashtags                                   | tweet.fields=entities                                                 | ऑब्जेक्ट्स का ऐरे  |
| entities.symbols.indices\[0]                                                                                       | data.entities.cashtags.start                             | tweet.fields=entities                                                 | पूर्णांक           |
| entities.symbols.indices\[1]                                                                                       | data.entities.cashtags.end                               | tweet.fields=entities                                                 | इंटीजर             |
| entities.symbols.text                                                                                              | data.entities.cashtags.tag                               | tweet.fields=entities                                                 | स्ट्रिंग           |
| entities.media या extended\_entities.media                                                                         | includes.media                                           | expansions=attachments.media\_keys                                    | ऑब्जेक्ट्स की सरणी |
| entities.media.id\_str OR extended\_entities.media.id\_str                                                         | includes.media.media\_key                                | expansions=attachments.media\_keys                                    | String             |
| entities.media.id OR extended\_entities.media.id                                                                   |                                                          | उपलब्ध नहीं - id एक String है                                         |                    |
| entities.media.type OR extended\_entities.media.type                                                               | includes.media.media.type                                | expansions=attachments.media\_keys                                    | String             |
| entities.media.indices OR extended\_entities.media.indices                                                         | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                    |
| उपलब्ध नहीं                                                                                                        | includes.media.alt\_text                                 | expansions=attachments.media\_keys\&media.fields=alt\_text            | String             |
| entities.media.additional\_media\_info या extended\_entities.media.additional\_media\_info                         | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                    |
| entities.media.additional\_media\_info.monetizable OR extended\_entities.media.additional\_media\_info.monetizable | उपलब्ध नहीं                                              | उपलब्ध नहीं है                                                        |                    |
| entities.media.media\_url OR extended\_entities.media.media\_url                                                   |                                                          | लागू नहीं — includes.media.url देखें                                  | String             |
| entities.media.media\_url\_https OR extended\_entities.media.media\_url\_https                                     | includes.media.url                                       | expansions=attachments.media\_keys\&media.fields=url                  | String             |
| entities.media.url या extended\_entities.media.url                                                                 |                                                          |                                                                       |                    |
| entities.media.display\_url या extended\_entities.media.expanded\_url                                              |                                                          |                                                                       |                    |
| entities.media.expanded\_url                                                                                       |                                                          |                                                                       |                    |
| entities.media.media\_url\_https                                                                                   | includes.media.preview\_image\_url                       | expansions=attachments.media\_keys\&media.fields=preview\_image\_url  | String             |
| extended\_entities                                                                                                 | data.attachments                                         | tweet\_fields=attachments                                             | ऑब्जेक्ट           |
| extended\_entities                                                                                                 | data.attachments.media\_keys                             | tweet.fields=attachments                                              | ऑब्जेक्ट्स का ऐरे  |
| उपलब्ध नहीं                                                                                                        | data.attachments.poll\_ids                               | tweet.fields=attachments                                              | ऑब्जेक्ट्स की सरणी |
| extended\_entities.media.sizes.thumb.w                                                                             |                                                          | उपलब्ध नहीं                                                           |                    |
| extended\_entities.media.sizes.thumb.h                                                                             |                                                          | उपलब्ध नहीं                                                           |                    |
| extended\_entities.media.sizes.thumb.resize                                                                        |                                                          | उपलब्ध नहीं                                                           |                    |
| extended\_entities.media.sizes.large.w                                                                             | includes.media.height                                    | expansions=attachments.media\_keys\&media.fields=height               |                    |
| extended\_entities.media.sizes.large.h                                                                             | includes.media.width                                     | expansions=attachments.media\_keys\&media.fields=width                |                    |
| extended\_entities.media.sizes.large.resize                                                                        | उपलब्ध नहीं है                                           | उपलब्ध नहीं है                                                        |                    |
| extended\_entities.media.sizes.small.w                                                                             | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                    |
| extended\_entities.media.sizes.small.h                                                                             | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                    |
| extended\_entities.media.sizes.small.resize                                                                        | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                    |
| extended\_entities.media.sizes.medium.w                                                                            | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                    |
| extended\_entities.media.sizes.medium.h                                                                            | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                    |
| extended\_entities.media.sizes.medium.resize                                                                       | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                    |
| extended\_entities.media.media\_url\_https                                                                         | includes.media.preview\_image\_url                       | expansions=attachments.media\_keys\&media.fields=preview\_image\_url  | String             |
| extended\_entities.media.video\_info.aspect\_ratio                                                                 | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                    |
| extended\_entities.media.variants                                                                                  | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                    |
| extended\_entities.media.variants.bitrate                                                                          | उपलब्ध नहीं                                              | उपलब्ध नहीं है                                                        |                    |
| extended\_entities.media.variants.content\_type                                                                    | उपलब्ध नहीं है                                           | उपलब्ध नहीं है                                                        |                    |
| extended\_entities.media.variants.url                                                                              | उपलब्ध नहीं है                                           | उपलब्ध नहीं है                                                        |                    |
| extended\_entities.media.video\_info.duration\_millis                                                              | includes.media.duration\_ms                              | expansions=attachments.media\_keys\&media.fields=duration\_ms         | Int                |
| उपलब्ध नहीं                                                                                                        | includes.media.public\_metrics                           | expansions=attachments.media\_keys\&media.fields=public\_metrics      | ऑब्जेक्ट           |
| उपलब्ध नहीं                                                                                                        | includes.media.public\_metrics.view\_count               | expansions=attachments.media\_keys\&media.fields=public\_metrics      | Int                |
| उपलब्ध नहीं                                                                                                        | includes.media.non\_public\_metrics                      | expansions=attachments.media\_keys\&media.fields=non\_public\_metrics | ऑब्जेक्ट           |
| उपलब्ध नहीं                                                                                                        | includes.media.non\_public\_metrics.playback\_0\_count   | expansions=attachments.media\_keys\&media.fields=non\_public\_metrics | Int                |
| उपलब्ध नहीं                                                                                                        | includes.media.non\_public\_metrics.playback\_25\_count  | expansions=attachments.media\_keys\&media.fields=non\_public\_metrics | Int                |
| उपलब्ध नहीं                                                                                                        | includes.media.non\_public\_metrics.playback\_50\_count  | expansions=attachments.media\_keys\&media.fields=non\_public\_metrics | Int                |
| उपलब्ध नहीं                                                                                                        | includes.media.non\_public\_metrics.playback\_75\_count  | expansions=attachments.media\_keys\&media.fields=non\_public\_metrics | Int                |
| उपलब्ध नहीं                                                                                                        | includes.media.non\_public\_metrics.playback\_100\_count | expansions=attachments.media\_keys\&media.fields=non\_public\_metrics | पूर्णांक           |
| उपलब्ध नहीं                                                                                                        | includes.media.organic\_metrics                          | expansions=attachments.media\_keys\&media.fields=organic\_metrics     | ऑब्जेक्ट           |
| उपलब्ध नहीं                                                                                                        | includes.media.organic\_metrics.playback\_0\_count       | expansions=attachments.media\_keys\&media.fields=organic\_metrics     | Int                |
| उपलब्ध नहीं                                                                                                        | includes.media.organic\_metrics.playback\_25\_count      | expansions=attachments.media\_keys\&media.fields=organic\_metrics     | Int                |
| उपलब्ध नहीं                                                                                                        | includes.media.organic\_metrics.playback\_50\_count      | expansions=attachments.media\_keys\&media.fields=organic\_metrics     | Int                |
| उपलब्ध नहीं                                                                                                        | includes.media.organic\_metrics.playback\_75\_count      | expansions=attachments.media\_keys\&media.fields=organic\_metrics     | Int                |
| उपलब्ध नहीं                                                                                                        | includes.media.organic\_metrics.playback\_100\_count     | expansions=attachments.media\_keys\&media.fields=organic\_metrics     | Int                |
| उपलब्ध नहीं                                                                                                        | includes.media.organic\_metrics.view\_count              | expansions=attachments.media\_keys\&media.fields=organic\_metrics     | Int                |
| उपलब्ध नहीं                                                                                                        | includes.media.promoted\_metric                          | expansions=attachments.media\_keys\&media.fields=promoted\_metrics    | ऑब्जेक्ट           |
| उपलब्ध नहीं                                                                                                        | includes.media.promoted\_metric.playback\_0\_count       | expansions=attachments.media\_keys\&media.fields=promoted\_metrics    | Int                |
| उपलब्ध नहीं                                                                                                        | includes.media.promoted\_metric.playback\_25\_count      | expansions=attachments.media\_keys\&media.fields=promoted\_metrics    | Int                |
| उपलब्ध नहीं                                                                                                        | includes.media.promoted\_metric.playback\_50\_count      | expansions=attachments.media\_keys\&media.fields=promoted\_metrics    | Int                |
| उपलब्ध नहीं                                                                                                        | includes.media.promoted\_metric.playback\_75\_count      | expansions=attachments.media\_keys\&media.fields=promoted\_metrics    | Int                |
| उपलब्ध नहीं                                                                                                        | includes.media.promoted\_metric.playback\_100\_count     | expansions=attachments.media\_keys\&media.fields=promoted\_metrics    | Int                |
| उपलब्ध नहीं है                                                                                                     | includes.media.promoted\_metrics.view\_count             | expansions=attachments.media\_keys\&media.fields=promoted\_metrics    | Int                |

<div id="place-object">
  #### Place ऑब्जेक्ट
</div>

|                                    |                                   |                                                          |                   |
| :--------------------------------- | :-------------------------------- | :------------------------------------------------------- | :---------------- |
| **Native Enriched फ़ॉर्मैट**       | **Twitter v2 फ़ॉर्मैट**           | **आवश्यक v2 पैरामीटर**                                   | **v2 में type**   |
| place                              | includes.places                   | expansions=geo.place\_id                                 | ऑब्जेक्ट्स का ऐरे |
| place.id                           | includes.places.id                | expansions=geo.place\_id                                 | स्ट्रिंग          |
| place.url                          | उपलब्ध नहीं                       | उपलब्ध नहीं                                              |                   |
| place.id.place\_type               | includes.places.place\_type       | expansions=geo.place\_id\&place.fields=place\_type       | स्ट्रिंग          |
| place.id.name                      | includes.places.name              | expansions=geo.place\_id\&place.fields=name              | स्ट्रिंग          |
| place.id.full\_name                | includes.places.full\_name        | expansions=geo.place\_id                                 | स्ट्रिंग          |
| place.id.country\_code             | includes.places.country\_code     | expansions=geo.place\_id\&place.fields=country\_code     | स्ट्रिंग          |
| place.id.country                   | includes.places.country           | expansions=geo.place\_id\&place.fields=country           | स्ट्रिंग          |
| place.id.contained\_within         | includes.places.contained\_within | expansions=geo.place\_id\&place.fields=contained\_within | ऐरे               |
| place.id.bounding\_box.type        | includes.places.geo.type          | expansions=geo.place\_id\&place.fields=place\_type       | स्ट्रिंग          |
| place.id.bounding\_box.coordinates | includes.places.geo.bbox          | expansions=geo.place\_id\&place.fields=geo               | ऐरे               |
| place.id.attributes                | includes.places.properties        | expansions=geo.place\_id\&place.fields=geo               | ऑब्जेक्ट          |

<div id="poll-object">
  #### पोल ऑब्जेक्ट
</div>

|                                  |                                  |                                                                 |                   |
| :------------------------------- | :------------------------------- | :-------------------------------------------------------------- | :---------------- |
| **नेटिव Enriched फ़ॉर्मैट**      | **Twitter v2 फ़ॉर्मैट**          | **आवश्यक v2 पैरामीटर**                                          | **v2 में type**   |
| entities.polls                   | includes.polls                   | expansions=attachments.poll\_ids                                | ऑब्जेक्ट्स का ऐरे |
| उपलब्ध नहीं                      | includes.polls.id                | expansions=attachments.poll\_ids                                | स्ट्रिंग          |
| entities.poll.options            | includes.polls.options           | expansions=attachments.poll\_ids                                | ऑब्जेक्ट्स का ऐरे |
| entities.polls.options.position  | includes.polls.options.position  | expansions=attachments.poll\_ids                                | Int               |
| entities.polls.options.text      | includes.polls.options.label     | expansions=attachments.poll\_ids                                | स्ट्रिंग          |
| उपलब्ध नहीं                      | includes.polls.options.votes     | expansions=attachments.poll\_ids                                | Int               |
| उपलब्ध नहीं                      | includes.polls.voting\_status    | expansions=attachments.poll\_ids\&poll.fields=voting\_status    | स्ट्रिंग          |
| entities.polls.duration\_minutes | includes.polls.duration\_minutes | expansions=attachments.poll\_ids\&poll.fields=duration\_minutes | Int               |
| entities.polls.end\_datetime     | includes.polls.end\_datetime     | expansions=attachments.poll\_ids\&poll.fields=end\_datetime     | दिनांक (ISO 8601) |

<div id="migrating-from-activity-streams-data-format-to-v2">
  ### Activity Streams फ़ॉर्मैट से v2 पर माइग्रेट करना
</div>

Activity Streams फ़ॉर्मैट हमारे [enterprise](/hi/x-api/enterprise-gnip-2.0/enterprise-gnip) प्रोडक्ट्स के साथ उपलब्ध है।

एडिट किए गए Tweet मेटाडेटा उपलब्ध कराने के लिए Activity Streams फ़ॉर्मैट को अपडेट किया गया है। Edit Tweet मेटाडेटा के बारे में अधिक जानने के लिए, [Tweet संपादन की मूल बातें](/hi/x-api/enterprise-gnip-2.0/fundamentals/edit-tweets) पेज देखें।

अगर आप standard v1.1 endpoints का उपयोग कर रहे हैं, तो कृपया [standard v1.1 to v2 guide](/hi/x-api/migrate/overview) देखें। अगर आप premium endpoints, या enterprise के लिए Native Enriched फ़ॉर्मैट का उपयोग कर रहे हैं, तो कृपया [Native Enriched to v2 guide](/hi/x-api/migrate/data-format-migration#migrating-from-native-enriched-data-format-to-v2) देखें।

X API v2, [पोस्ट](/hi/x-api/fundamentals/data-dictionary#tweet) और [उपयोगकर्ता](/hi/x-api/fundamentals/data-dictionary#user) ऑब्जेक्ट्स के लिए नए JSON डिज़ाइन पेश करता है।

* JSON रूट लेवल पर, Activity Streams फ़ॉर्मैट results array में Tweet ऑब्जेक्ट्स लौटाता है, जबकि X API v2 data array लौटाता है।
* Retweeted और Quoted "activities" का उल्लेख करने के बजाय, X API v2 JSON Retweeted और Quoted Tweets का उल्लेख करता है।
* favorites (Tweet ऑब्जेक्ट में) और favourites (उपयोगकर्ता ऑब्जेक्ट में) दोनों का उपयोग करने के बजाय, X API v2 like शब्द का उपयोग करता है।
* Twitter उस परंपरा को अपना रहा है जिसमें जिन JSON values का कोई मान नहीं होता (उदाहरण के लिए, null), उन्हें payload में नहीं लिखा जाता। Tweet और उपयोगकर्ता attributes केवल तभी शामिल किए जाते हैं, जब उनके मान non-null हों।
* v2 में सभी id फ़ील्ड्स स्ट्रिंग फ़ॉर्मैट में होंगे。
   

नए JSON फ़ॉर्मैट में किए गए बदलावों के अलावा, हमने Tweet ऑब्जेक्ट में फ़ील्ड्स का एक नया सेट भी पेश किया है, जिसमें निम्नलिखित शामिल हैं:

* conversation\_id
* reply\_settings
* media पर alt\_text
* दो नए [annotations](/hi/x-api/fundamentals/post-annotations) फ़ील्ड्स, जिनमें context और entities शामिल हैं
* कई नए [metrics](/hi/x-api/fundamentals/metrics) फ़ील्ड्स
* कई नए [polls](/hi/x-api/fundamentals/data-dictionary#poll) फ़ील्ड्स
   

कई legacy और deprecated फ़ील्ड्स हटाए जा रहे हैं या बदले जा रहे हैं:

* display\_text\_range
* generator
* gnip
* link
* objectType
* provider
* twitter\_entities.symbols को data.entities.cashtags से बदला गया है
* कुछ twitter\_extended\_entities.media और twitter\_entities.media फ़ील्ड्स
* twitter\_filter\_level
* twitterTimeZone
* verb

<div id="tweet-object">
  #### Tweet ऑब्जेक्ट
</div>

|                                               |                                                |                                      |                   |
| :-------------------------------------------- | :--------------------------------------------- | :----------------------------------- | :---------------- |
| **Activity Streams प्रारूप**                  | **Twitter v2 फ़ॉर्मैट**                        | **v2 के आवश्यक पैरामीटर**            | **v2 में Type**   |
| postedTime                                    | data.created\_at                               | tweet.fields=created\_at             | तारीख (ISO 8601)  |
| generator                                     | उपलब्ध नहीं                                    | उपलब्ध नहीं                          |                   |
| generator.link                                | उपलब्ध नहीं                                    | उपलब्ध नहीं                          |                   |
| generator.displayName                         | data.source                                    | tweet.fields=source                  | String            |
| twitter\_lang                                 | data.lang                                      | tweet.fields=lang                    | String            |
| उपलब्ध नहीं                                   | data.conversation\_id                          | tweet.fields=conversation\_id        | String            |
| उपलब्ध नहीं                                   | data.reply\_settings                           | tweet.fields=reply\_settings         | String            |
| उपलब्ध नहीं है                                | data.possibly\_sensitive                       | tweet.fields=possibly\_sensitive     | बूलियन            |
| उपलब्ध नहीं है                                | data.withheld                                  | tweet.fields=withheld                | ऑब्जेक्ट          |
| objectType                                    | उपलब्ध नहीं                                    | उपलब्ध नहीं                          |                   |
| verb                                          | उपलब्ध नहीं                                    | उपलब्ध नहीं                          |                   |
| provider                                      | उपलब्ध नहीं                                    | उपलब्ध नहीं                          |                   |
| provider.objectType                           | उपलब्ध नहीं                                    | उपलब्ध नहीं                          |                   |
| provider.displayName                          | उपलब्ध नहीं                                    | उपलब्ध नहीं                          |                   |
| provider.link                                 | उपलब्ध नहीं                                    | उपलब्ध नहीं                          |                   |
| link                                          | उपलब्ध नहीं                                    | उपलब्ध नहीं                          |                   |
| display\_text\_range                          | उपलब्ध नहीं                                    | उपलब्ध नहीं                          |                   |
| object                                        | उपलब्ध नहीं                                    | उपलब्ध नहीं                          |                   |
| object.objectType                             | उपलब्ध नहीं                                    | उपलब्ध नहीं                          |                   |
| object.id                                     | उपलब्ध नहीं                                    | उपलब्ध नहीं                          |                   |
| object.summary                                | data.text                                      | डिफ़ॉल्ट                             | String            |
| object.edit\_history                          | data.edit\_history\_tweet\_ids                 | डिफ़ॉल्ट                             | Array             |
| object.edit\_controls                         | data.edit\_controls                            | tweet.fields=edit\_controls          | Object            |
| object.editable                               | data.edit\_controls.is\_edit\_eligible         | tweet.fields=edit\_controls          | बूलियन            |
| object.link                                   | अनुपलब्ध                                       | अनुपलब्ध                             |                   |
| object.postedTime                             | data.created\_at                               | tweet.fields=created\_at             | दिनांक (ISO 8601) |
| actor.id से लिया गया                          | data.author\_id                                | tweet.fields=created\_at             |                   |
| twitter\_filter\_level                        | उपलब्ध नहीं                                    | उपलब्ध नहीं                          |                   |
| inReplyTo.link में username से प्राप्त        | data.in\_reply\_to\_user\_id                   | tweet.fields=in\_reply\_to\_user\_id | स्ट्रिंग          |
| उपलब्ध नहीं                                   | data.referenced\_tweets                        | tweet.fields=referenced\_tweets      | ऑब्जेक्ट्स की एरे |
| उपलब्ध नहीं                                   | data.referenced\_tweets.type                   | tweet.fields=referenced\_tweets      | String            |
| inReplyTo.link से प्राप्त                     | data.referenced\_tweets.id                     | tweet.fields=referenced\_tweets      | स्ट्रिंग          |
| उपलब्ध नहीं                                   | data.attachments                               | tweet.fields=attachments             | ऑब्जेक्ट          |
| twitter\_entities.media.id\_str से लिया गया   | data.attachments.media\_keys                   | tweet.fields=attachments             | ऐरे               |
| उपलब्ध नहीं                                   | data.attachments.poll\_ids                     | tweet.fields=attachments             | ऐरे               |
| twitter\_entities                             | data.entities                                  | tweet.fields=entities                | ऑब्जेक्ट          |
| उपलब्ध नहीं                                   | data.entities.annotations                      | tweet.fields=entities                | ऑब्जेक्ट्स का ऐरे |
| उपलब्ध नहीं                                   | data.entities.annotations.start                | tweet.fields=entities                | Int               |
| उपलब्ध नहीं                                   | data.entities.annotations.end                  | tweet.fields=entities                | Int               |
| उपलब्ध नहीं                                   | data.entities.annotations.probability          | tweet.fields=entities                | Float             |
| उपलब्ध नहीं                                   | data.entities.annotations.type                 | tweet.fields=entities                | String            |
| उपलब्ध नहीं                                   | data.entities.annotations.normalized\_text     | tweet.fields=entities                | स्ट्रिंग          |
| twitter\_entities.urls                        | data.entities.urls                             | tweet.fields=entities                | ऑब्जेक्ट्स का ऐरे |
| twitter\_entities.urls.indices\[0]            | data.entities.urls.start                       | tweet.fields=entities                | Int               |
| twitter\_entities.urls.indices\[1]            | data.entities.urls.end                         | tweet.fields=entities                | Int               |
| twitter\_entities.urls.url                    | data.entities.urls.url                         | tweet.fields=entities                | String            |
| twitter\_entities.urls.expanded\_url          | data.entities.urls.expanded\_url               | tweet.fields=entities                | String            |
| twitter\_entities.urls.display\_url           | data.entities.urls.display\_url                | tweet.fields=entities                | स्ट्रिंग          |
| उपलब्ध नहीं                                   | data.entities.urls.images                      | tweet.fields=entities                | ऑब्जेक्ट्स का ऐरे |
| उपलब्ध नहीं                                   | data.entities.urls.images.url                  | tweet.fields=entities                | String            |
| उपलब्ध नहीं                                   | data.entities.urls.images.width                | tweet.fields=entities                | Int               |
| उपलब्ध नहीं                                   | data.entities.urls.images.height               | tweet.fields=entities                | Int               |
| gnip.urls.expanded\_status                    | data.entities.urls.status                      | tweet.fields=entities                | Int               |
| gnip.urls.expanded\_url\_title                | data.entities.urls.title                       | tweet.fields=entities                | String            |
| gnip.urls.expanded\_url\_description          | data.entities.urls.description                 | tweet.fields=entities                | String            |
| gnip.urls.expanded\_url                       | data.entities.urls.unwound\_url                | tweet.fields=entities                | String            |
| twitter\_entities.symbols                     | data.entities.cashtags                         | tweet.fields=entities                | ऑब्जेक्ट्स का ऐरे |
| twitter\_entities.symbols.indices\[0]         | data.entities.cashtags.start                   | tweet.fields=entities                | Int               |
| twitter\_entities.symbols.indices\[1]         | data.entities.cashtags.end                     | tweet.fields=entities                | Int               |
| twitter\_entities.symbols.text                | data.entities.cashtags.tag                     | tweet.fields=entities                | स्ट्रिंग          |
| twitter\_entities.hashtags                    | data.entities.hashtags                         | tweet.fields=entities                | ऑब्जेक्ट्स का ऐरे |
| twitter\_entities.hashtags.indices\[0]        | data.entities.hashtags.start                   | tweet.fields=entities                | Int               |
| twitter\_entities.hashtags.indices\[1]        | data.entities.hashtags.end                     | tweet.fields=entities                | Int               |
| twitter\_entities.hashtags.text               | data.entities.hashtags.tag                     | tweet.fields=entities                | String            |
| twitter\_entities.user\_mentions              | data.entities.mentions                         | tweet.fields=entities                | ऑब्जेक्ट्स का ऐरे |
| twitter\_entities.user\_mentions.indices\[0]  | data.entities.mentions.start                   | tweet.fields=entities                | Int               |
| twitter\_entities.user\_mentions.indices\[1]  | data.entities.mentions.end                     | tweet.fields=entities                | Int               |
| twitter\_entities.user\_mentions.screen\_name | data.entities.mentions.tag                     | tweet.fields=entities                | String            |
| twitter\_entities.user\_mentions.id\_str      | data.entities.mentions.id                      | tweet.fields=entities                | String            |
| twitter\_entities.user\_mentions.id           | उपलब्ध नहीं                                    | उपलब्ध नहीं                          |                   |
| उपलब्ध नहीं                                   | data.context\_annotations                      | tweet.fields=context\_annotations    | ऑब्जेक्ट्स का ऐरे |
| उपलब्ध नहीं                                   | data.context\_annotations.domain               | tweet.fields=context\_annotations    | ऑब्जेक्ट          |
| उपलब्ध नहीं                                   | data.context\_annotations.domain.id            | tweet.fields=context\_annotations    | String            |
| उपलब्ध नहीं                                   | data.context\_annotations.domain.name          | tweet.fields=context\_annotations    | String            |
| उपलब्ध नहीं                                   | data.context\_annotations.domain.description   | tweet.fields=context\_annotations    | String            |
| उपलब्ध नहीं                                   | data.context\_annotations.entity               | tweet.fields=context\_annotations    | ऑब्जेक्ट          |
| उपलब्ध नहीं                                   | data.context\_annotations.entity.id            | tweet.fields=context\_annotations    | स्ट्रिंग          |
| उपलब्ध नहीं                                   | data.context\_annotations.entity.name          | tweet.fields=context\_annotations    | String            |
| उपलब्ध नहीं                                   | data.context\_annotations.entity.description   | tweet.fields=context\_annotations    | String            |
| geo                                           | data.geo                                       | tweet.fields=geo                     | ऑब्जेक्ट          |
| location.link से प्राप्त                      | data.geo.place\_id                             | tweet.fields=geo                     | स्ट्रिंग          |
| उपलब्ध नहीं                                   | data.public\_metrics                           | tweet.fields=public\_metrics         | ऑब्जेक्ट          |
| favoritesCount                                | data.public\_metrics.like\_count               | tweet.fields=public\_metrics         | Int               |
| retweetCount                                  | data.public\_metrics.retweet\_count            | tweet.fields=public\_metrics         | Int               |
| उपलब्ध नहीं                                   | data.public\_metrics.quote\_count              | tweet.fields=public\_metrics         | Int               |
| उपलब्ध नहीं                                   | data.public\_metrics.reply\_count              | tweet.fields=public\_metrics         | Int               |
| उपलब्ध नहीं                                   | data.non\_non\_public\_metrics                 | tweet.fields=non\_public\_metrics    | ऑब्जेक्ट          |
| उपलब्ध नहीं                                   | data.non\_public\_metrics.impression\_count    | tweet.fields=non\_public\_metrics    | Int               |
| अनुपलब्ध                                      | data.non\_public\_metrics.url\_link\_count     | tweet.fields=non\_public\_metrics    | Int               |
| उपलब्ध नहीं                                   | data.non\_public\_metrics.user\_profile\_count | tweet.fields=non\_public\_metrics    | Int               |
| उपलब्ध नहीं                                   | data.organic\_metrics                          | tweet.fields=organic\_metrics        | Object            |
| उपलब्ध नहीं                                   | data.organic\_metrics.like\_count              | tweet.fields=organic\_metrics        | Int               |
| उपलब्ध नहीं                                   | data.organic\_metrics.retweet\_count           | tweet.fields=organic\_metrics        | Int               |
| उपलब्ध नहीं                                   | data.organic\_metrics.reply\_count             | tweet.fields=organic\_metrics        | Int               |
| उपलब्ध नहीं है                                | data.organic\_metrics.impression\_count        | tweet.fields=organic\_metrics        | Int               |
| उपलब्ध नहीं है                                | data.organic\_metrics.url\_link\_count         | tweet.fields=organic\_metrics        | Int               |
| उपलब्ध नहीं                                   | data.organic\_metrics.user\_profile\_count     | tweet.fields=organic\_metrics        | पूर्णांक          |
| उपलब्ध नहीं                                   | data.promoted\_metrics                         | tweet.fields=promoted\_metrics       | ऑब्जेक्ट          |
| उपलब्ध नहीं                                   | data.promoted\_metrics.like\_count             | tweet.fields=promoted\_metrics       | Int               |
| उपलब्ध नहीं                                   | data.promoted\_metrics.retweet\_count          | tweet.fields=promoted\_metrics       | Int               |
| उपलब्ध नहीं                                   | data.promoted\_metrics.reply\_count            | tweet.fields=promoted\_metrics       | Int               |
| उपलब्ध नहीं                                   | data.promoted\_metrics.impression\_count       | tweet.fields=promoted\_metrics       | Int               |
| उपलब्ध नहीं है                                | data.promoted\_metrics.url\_link\_count        | tweet.fields=promoted\_metrics       | Int               |
| उपलब्ध नहीं                                   | data.promoted\_metrics.user\_profile\_count    | tweet.fields=promoted\_metrics       | पूर्णांक          |
| gnip.profileLocations                         | उपलब्ध नहीं                                    | उपलब्ध नहीं                          |                   |
| gnip.profileLocations.address                 | उपलब्ध नहीं है                                 | उपलब्ध नहीं है                       |                   |
| gnip.profileLocations.address.country         | उपलब्ध नहीं है                                 | उपलब्ध नहीं है                       |                   |
| gnip.profileLocations.address.countryCode     | उपलब्ध नहीं है                                 | उपलब्ध नहीं                          |                   |
| gnip.profileLocations.displayName             | उपलब्ध नहीं                                    | उपलब्ध नहीं                          |                   |
| gnip.profileLocations.geo                     | उपलब्ध नहीं                                    | उपलब्ध नहीं                          |                   |
| gnip.profileLocations.geo.coordinates         | उपलब्ध नहीं                                    | उपलब्ध नहीं                          |                   |
| gnip.profileLocations.geo.type                | उपलब्ध नहीं                                    | उपलब्ध नहीं                          |                   |
| gnip.profileLocations.objectType              | उपलब्ध नहीं                                    | उपलब्ध नहीं                          |                   |

<div id="user-object">
  #### उपयोगकर्ता ऑब्जेक्ट
</div>

|                               |                                                       |                                                        |                    |
| :---------------------------- | :---------------------------------------------------- | :----------------------------------------------------- | :----------------- |
| **Activity Streams फ़ॉर्मैट** | **Twitter v2 फ़ॉर्मैट**                               | **v2 के लिए आवश्यक पैरामीटर**                          | **v2 में type**    |
| एक्टर                         | includes.users                                        | expansions=author\_id                                  | ऑब्जेक्ट्स की सरणी |
| actor.id से लिया गया          | includes.users.id                                     | expansions=author\_id                                  | स्ट्रिंग           |
| actor.displayName             | includes.users.name                                   | expansions=author\_id                                  | String             |
| actor.preferredUsername       | includes.users.username                               | expansions=author\_id                                  | String             |
| actor.postedTime              | includes.users.created\_at                            | expansions=author\_id\&user.fields=created\_at         | तारीख (ISO 8601)   |
| actor.summary                 | includes.users.description                            | expansions=author\_id\&user.fields=description         | String             |
| उपलब्ध नहीं                   | includes.users.pinned\_tweet\_id                      | expansions=author\_id\&user.fields=pinned\_tweet\_id   | String             |
| उपलब्ध नहीं                   | includes.users.protected                              | expansions=author\_id\&user.fields=protected           | Boolean            |
| actor.link                    | उपलब्ध नहीं                                           | उपलब्ध नहीं - includes.users.username से बनाएँ         |                    |
| actor.twitterTimeZone         | उपलब्ध नहीं                                           | उपलब्ध नहीं - Tweet created\_at से अनुमान लगाएँ        |                    |
| actor.utcOffset               | उपलब्ध नहीं                                           | उपलब्ध नहीं - Tweet created\_at से अनुमान लगाएँ        |                    |
| actor.favoritesCount          | अनुपलब्ध                                              | अनुपलब्ध                                               |                    |
| actor.followersCount          | includes.users.public\_metrics.followers\_count       | expansions=author\_id\&user.fields=public\_metrics     | Int                |
| actor.friendsCount            | includes.users.public\_metrics.following\_count       | expansions=author\_id\&user.fields=public\_metrics     | Int                |
| actor.listedCount             | includes.users.public\_metrics.listed\_count          | expansions=author\_id\&user.fields=public\_metrics     | Int                |
| actor.statusesCount           | includes.users.public\_metrics.tweet\_count           | expansions=author\_id\&user.fields=public\_metrics     | Int                |
| actor.languages\[]            | उपलब्ध नहीं                                           | उपलब्ध नहीं - Tweet lang से अनुमान लगाएँ               |                    |
| actor.location.displayName    | includes.users.location                               | expansions=author\_id\&user.fields=location            | String             |
| actor.image                   | includes.users.profile\_image\_url                    | expansions=author\_id\&user.fields=profile\_image\_url | String             |
| actor.links                   | includes.users.url                                    | expansions=author\_id\&user.fields=url                 | String             |
| actor.verified                | includes.users.verified                               | expansions=author\_id\&user.fields=verified            | बूलियन             |
| उपलब्ध नहीं                   | includes.users.withheld                               | expansions=author\_id\&user.fields=withheld            | ऑब्जेक्ट           |
| उपलब्ध नहीं                   | includes.users.entities                               | expansions=author\_id\&user.fields=entities            | ऑब्जेक्ट           |
| उपलब्ध नहीं                   | includes.users.entities.url                           | expansions=author\_id\&user.fields=entities            | ऑब्जेक्ट           |
| actor.links                   | includes.users.entities.url.urls                      | expansions=author\_id\&user.fields=entities            | ऑब्जेक्ट्स की सरणी |
| उपलब्ध नहीं                   | includes.users.entities.url.urls.start                | expansions=author\_id\&user.fields=entities            | Int                |
| उपलब्ध नहीं                   | includes.users.entities.url.urls.end                  | expansions=author\_id\&user.fields=entities            | Int                |
| उपलब्ध नहीं                   | includes.users.entities.url.urls.url                  | expansions=author\_id\&user.fields=entities            | String             |
| actor.links.href              | includes.users.entities.url.urls.expanded\_url        | expansions=author\_id\&user.fields=entities            | String             |
| उपलब्ध नहीं                   | includes.users.entities.url.urls.display\_url         | expansions=author\_id\&user.fields=entities            | String             |
| उपलब्ध नहीं                   | includes.users.entities.description                   | expansions=author\_id\&user.fields=entities            | ऑब्जेक्ट           |
| उपलब्ध नहीं है                | includes.users.entities.description.hashtags          | expansions=author\_id\&user.fields=entities            | ऑब्जेक्ट्स की ऐरे  |
| उपलब्ध नहीं                   | includes.users.entities.description.hashtags.start    | expansions=author\_id\&user.fields=entities            | Int                |
| उपलब्ध नहीं                   | includes.users.entities.description.hashtags.end      | expansions=author\_id\&user.fields=entities            | Int                |
| उपलब्ध नहीं                   | includes.users.entities.description.hashtags.tag      | expansions=author\_id\&user.fields=entities            | String             |
| उपलब्ध नहीं                   | includes.users.entities.description.mentions          | expansions=author\_id\&user.fields=entities            | ऑब्जेक्ट्स का ऐरे  |
| उपलब्ध नहीं                   | includes.users.entities.description.mentions.start    | expansions=author\_id\&user.fields=entities            | Int                |
| उपलब्ध नहीं                   | includes.users.entities.description.mentions.end      | expansions=author\_id\&user.fields=entities            | Int                |
| उपलब्ध नहीं                   | includes.users.entities.description.mentions.username | expansions=author\_id\&user.fields=entities            | स्ट्रिंग           |
| उपलब्ध नहीं                   | includes.users.entities.description.cashtags          | expansions=author\_id\&user.fields=entities            | ऑब्जेक्ट्स का ऐरे  |
| उपलब्ध नहीं                   | includes.users.entities.description.cashtags.start    | expansions=author\_id\&user.fields=entities            | पूर्णांक           |
| उपलब्ध नहीं                   | includes.users.entities.description.cashtags.end      | expansions=author\_id\&user.fields=entities            | Int                |
| उपलब्ध नहीं                   | includes.users.entities.description.cashtags.tag      | expansions=author\_id\&user.fields=entities            | String             |

<div id="poll-object">
  #### पोल ऑब्जेक्ट
</div>

|                               |                                  |                                                                 |                  |
| :---------------------------- | :------------------------------- | :-------------------------------------------------------------- | :--------------- |
| **Activity Streams फ़ॉर्मैट** | **Twitter v2 फ़ॉर्मैट**          | **आवश्यक v2 पैरामीटर**                                          | **v2 में type**  |
| उपलब्ध नहीं                   | includes.polls                   | expansions=attachments.poll\_ids                                | Array of objects |
| उपलब्ध नहीं                   | includes.polls.id                | expansions=attachments.poll\_ids                                | String           |
| उपलब्ध नहीं                   | includes.polls.options           | expansions=attachments.poll\_ids                                | Array of objects |
| उपलब्ध नहीं                   | includes.polls.options.position  | expansions=attachments.poll\_ids                                | Int              |
| उपलब्ध नहीं                   | includes.polls.options.label     | expansions=attachments.poll\_ids                                | String           |
| उपलब्ध नहीं                   | includes.polls.options.votes     | expansions=attachments.poll\_ids                                | Int              |
| उपलब्ध नहीं                   | includes.polls.voting\_status    | expansions=attachments.poll\_ids\&poll.fields=voting\_status    | String           |
| उपलब्ध नहीं                   | includes.polls.duration\_minutes | expansions=attachments.poll\_ids\&poll.fields=duration\_minutes | Int              |
| उपलब्ध नहीं                   | includes.polls.end\_datetime     | expansions=attachments.poll\_ids\&poll.fields=end\_datetime     | Date (ISO 8601)  |

<div id="place-object">
  #### Place ऑब्जेक्ट
</div>

|                                 |                                |                                                      |                  |
| :------------------------------ | :----------------------------- | :--------------------------------------------------- | :--------------- |
| **Activity Streams फ़ॉर्मैट**   | **Twitter v2 फ़ॉर्मैट**        | **आवश्यक v2 पैरामीटर**                               | **v2 में type**  |
| location                        | includes.places                | expansions=geo.place\_id                             | objects का array |
| location.displayName            | includes.places.full\_name     | expansions=geo.place\_id                             | string           |
| location.link से पार्स किया गया | includes.places.id             | expansions=geo.place\_id                             | string           |
| location.name                   | includes.places.name           | expansions=geo.place\_id\&place.fields=name          | string           |
| location.country\_code          | includes.places.country        | expansions=geo.place\_id\&place.fields=country       | string           |
| location.twitter\_place\_type   | includes.places.place\_type    | expansions=geo.place\_id\&place.fields=place\_type   | string           |
| location.twitter\_country\_code | includes.places.country\_code  | expansions=geo.place\_id\&place.fields=country\_code | string           |
| location.geo                    | includes.places.geo            | expansions=geo.place\_id\&place.fields=geo           | object           |
| location.geo.type               | includes.places.geo.type       | expansions=geo.place\_id\&place.fields=geo           | string           |
| location.geo.coordinates        | includes.places.geo.bbox       | expansions=geo.place\_id\&place.fields=geo           | array            |
| उपलब्ध नहीं                     | includes.places.geo.properties | expansions=geo.place\_id\&place.fields=geo           | object           |

<div id="media-object">
  #### मीडिया ऑब्जेक्ट
</div>

|                                                                                                                                      |                                                          |                                                                       |                 |
| :----------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------- | :-------------------------------------------------------------------- | :-------------- |
| **Activity Streams फ़ॉर्मैट**                                                                                                        | **Twitter v2 प्रारूप**                                   | **v2 के आवश्यक पैरामीटर**                                             | **v2 में Type** |
| twitter\_entities.media OR twitter\_extended\_entities.media                                                                         | includes.media                                           | expansions=attachments.media\_keys                                    | ऑब्जेक्ट का ऐरे |
| twitter\_entities.media.id\_str OR twitter\_extended\_entities.media.id\_str                                                         | includes.media.media\_key                                | expansions=attachments.media\_keys                                    | String          |
| twitter\_entities.media.id OR twitter\_extended\_entities.media.id                                                                   | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                 |
| twitter\_entities.media.indices OR twitter\_extended\_entities.media.indices                                                         | उपलब्ध नहीं है                                           | उपलब्ध नहीं है                                                        |                 |
| twitter\_entities.media.additional\_media\_info OR twitter\_extended\_entities.media.additional\_media\_info                         | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                 |
| twitter\_entities.media.additional\_media\_info.monetizable या twitter\_extended\_entities.media.additional\_media\_info.monetizable | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                 |
| twitter\_entities.media.media\_url या twitter\_extended\_entities.media.media\_url                                                   | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                 |
| twitter\_entities.media.media\_url\_https या twitter\_extended\_entities.media.media\_url\_https                                     | includes.media.preview\_image\_url                       | expansions=attachments.media\_keys\&media.fields=preview\_image\_url  | String          |
| twitter\_entities.media.url OR twitter\_extended\_entities.media.url                                                                 | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                 |
| twitter\_entities.media.display\_url या twitter\_extended\_entities.media.display\_url                                               | उपलब्ध नहीं है                                           | उपलब्ध नहीं है                                                        |                 |
| twitter\_entities.media.expanded\_url या twitter\_extended\_entities.media.expanded\_url                                             | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                 |
| twitter\_entities.media.type OR twitter\_extended\_entities.media.type                                                               | includes.media.type                                      | expansions=attachments.media\_keys                                    | String          |
| twitter\_entities.media.sizes OR twitter\_extended\_entities.media.sizes                                                             | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                 |
| twitter\_entities.media.sizes.thumb OR twitter\_extended\_entities.media.sizes.thumb                                                 | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                 |
| twitter\_entities.media.sizes.thumb.h या twitter\_extended\_entities.media.sizes.thumb.h                                             | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                 |
| twitter\_entities.media.sizes.thumb.w या twitter\_extended\_entities.media.sizes.thumb.w                                             | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                 |
| twitter\_entities.media.sizes.thumb.resize या twitter\_extended\_entities.media.sizes.thumb.resize                                   | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                 |
| twitter\_entities.media.sizes.small OR twitter\_extended\_entities.media.sizes.small                                                 | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                 |
| twitter\_entities.media.sizes.small.h या twitter\_extended\_entities.media.sizes.small.h                                             | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                 |
| twitter\_entities.media.sizes.small.w या twitter\_extended\_entities.media.sizes.small.w                                             | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                 |
| twitter\_entities.media.sizes.small.resize या twitter\_extended\_entities.media.sizes.small.resize                                   | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                 |
| twitter\_entities.media.sizes.medium या twitter\_extended\_entities.media.sizes.medium                                               | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                 |
| twitter\_entities.media.sizes.medium.h OR twitter\_extended\_entities.media.sizes.medium.h                                           | उपलब्ध नहीं है                                           | उपलब्ध नहीं है                                                        |                 |
| twitter\_entities.media.sizes.medium.w OR twitter\_extended\_entities.media.sizes.medium.w                                           | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                 |
| twitter\_entities.media.sizes.medium.resize OR twitter\_extended\_entities.media.sizes.medium.resize                                 | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                 |
| twitter\_entities.media.sizes.large या twitter\_extended\_entities.media.sizes.large                                                 | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                 |
| twitter\_entities.media.sizes.large.h OR twitter\_extended\_entities.media.sizes.large.h                                             | includes.media.height                                    | expansions=attachments.media\_keys\&media.fields=height               | Int             |
| twitter\_entities.media.sizes.large.w या twitter\_extended\_entities.media.sizes.large.w                                             | includes.media.width                                     | expansions=attachments.media\_keys\&media.fields=width                | Int             |
| twitter\_entities.media.sizes.large.resize OR twitter\_extended\_entities.media.sizes.large.resize                                   | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                 |
| twitter\_extended\_entities.media.video\_info                                                                                        | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                 |
| twitter\_extended\_entities.media.video\_info.aspect\_ratio                                                                          | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                 |
| twitter\_extended\_entities.media.video\_info.duration\_millis                                                                       | includes.media.duration\_ms                              | expansions=attachments.media\_keys\&media.fields=duration\_ms         | Int             |
| twitter\_extended\_entities.media.video\_info.variants                                                                               | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                 |
| twitter\_extended\_entities.media.video\_info.variants.bitrate                                                                       | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                 |
| twitter\_extended\_entities.media.video\_info.variants.content\_type                                                                 | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                 |
| twitter\_extended\_entities.media.video\_info.variants.url                                                                           | उपलब्ध नहीं                                              | उपलब्ध नहीं                                                           |                 |
| उपलब्ध नहीं                                                                                                                          | includes.media.alt\_text                                 | expansions=attachments.media\_keys\&media.fields=alt\_text            | स्ट्रिंग        |
| उपलब्ध नहीं                                                                                                                          | includes.media.public\_metrics                           | expansions=attachments.media\_keys\&media.fields=public\_metrics      | ऑब्जेक्ट        |
| उपलब्ध नहीं                                                                                                                          | includes.media.public\_metrics.view\_count               | expansions=attachments.media\_keys\&media.fields=public\_metrics      | पूर्णांक        |
| उपलब्ध नहीं                                                                                                                          | includes.media.non\_public\_metrics                      | expansions=attachments.media\_keys\&media.fields=non\_public\_metrics | ऑब्जेक्ट        |
| उपलब्ध नहीं                                                                                                                          | includes.media.non\_public\_metrics.playback\_0\_count   | expansions=attachments.media\_keys\&media.fields=non\_public\_metrics | Int             |
| उपलब्ध नहीं                                                                                                                          | includes.media.non\_public\_metrics.playback\_25\_count  | expansions=attachments.media\_keys\&media.fields=non\_public\_metrics | Int             |
| उपलब्ध नहीं                                                                                                                          | includes.media.non\_public\_metrics.playback\_50\_count  | expansions=attachments.media\_keys\&media.fields=non\_public\_metrics | Int             |
| उपलब्ध नहीं                                                                                                                          | includes.media.non\_public\_metrics.playback\_75\_count  | expansions=attachments.media\_keys\&media.fields=non\_public\_metrics | Int             |
| उपलब्ध नहीं                                                                                                                          | includes.media.non\_public\_metrics.playback\_100\_count | expansions=attachments.media\_keys\&media.fields=non\_public\_metrics | Int             |
| उपलब्ध नहीं                                                                                                                          | includes.media.organic\_metrics                          | expansions=attachments.media\_keys\&media.fields=organic\_metrics     | ऑब्जेक्ट        |
| उपलब्ध नहीं                                                                                                                          | includes.media.organic\_metrics.playback\_0\_count       | expansions=attachments.media\_keys\&media.fields=organic\_metrics     | Int             |
| उपलब्ध नहीं है                                                                                                                       | includes.media.organic\_metrics.playback\_25\_count      | expansions=attachments.media\_keys\&media.fields=organic\_metrics     | Int             |
| उपलब्ध नहीं                                                                                                                          | includes.media.organic\_metrics.playback\_50\_count      | expansions=attachments.media\_keys\&media.fields=organic\_metrics     | Int             |
| उपलब्ध नहीं                                                                                                                          | includes.media.organic\_metrics.playback\_75\_count      | expansions=attachments.media\_keys\&media.fields=organic\_metrics     | Int             |
| उपलब्ध नहीं                                                                                                                          | includes.media.organic\_metrics.playback\_100\_count     | expansions=attachments.media\_keys\&media.fields=organic\_metrics     | Int             |
| उपलब्ध नहीं                                                                                                                          | includes.media.organic\_metrics.view\_count              | expansions=attachments.media\_keys\&media.fields=organic\_metrics     | Int             |
| उपलब्ध नहीं                                                                                                                          | includes.media.promoted\_metrics                         | expansions=attachments.media\_keys\&media.fields=promoted\_metrics    | ऑब्जेक्ट        |
| उपलब्ध नहीं                                                                                                                          | includes.media.promoted\_metrics.playback\_0\_count      | expansions=attachments.media\_keys\&media.fields=promoted\_metrics    | Int             |
| उपलब्ध नहीं                                                                                                                          | includes.media.promoted\_metrics.playback\_25\_count     | expansions=attachments.media\_keys\&media.fields=promoted\_metrics    | Int             |
| उपलब्ध नहीं                                                                                                                          | includes.media.promoted\_metrics.playback\_50\_count     | expansions=attachments.media\_keys\&media.fields=promoted\_metrics    | Int             |
| उपलब्ध नहीं                                                                                                                          | includes.media.promoted\_metrics.playback\_75\_count     | expansions=attachments.media\_keys\&media.fields=promoted\_metrics    | Int             |
| उपलब्ध नहीं                                                                                                                          | includes.media.promoted\_metrics.playback\_100\_count    | expansions=attachments.media\_keys\&media.fields=promoted\_metrics    | Int             |
| उपलब्ध नहीं                                                                                                                          | includes.media.promoted\_metrics.view\_count             | expansions=attachments.media\_keys\&media.fields=promoted\_metrics    | Int             |

<div id="matching-rules-object">
  #### मैचिंग नियम ऑब्जेक्ट
</div>

|                                  |                        |                                       |                   |
| :------------------------------- | :--------------------- | :------------------------------------ | :---------------- |
| **Activity Streams प्रारूप**     | **Twitter v2 प्रारूप** | **आवश्यक v2 पैरामीटर**                | **v2 में type**   |
| gnip.matching\_rules             | matching\_rules        | फ़िल्टर्ड स्ट्रीम में डिफ़ॉल्ट रूप से | ऑब्जेक्ट्स की ऐरे |
| gnip.matching\_rules.tag         | matching\_rules.tag    | फ़िल्टर्ड स्ट्रीम में डिफ़ॉल्ट रूप से | String            |
| gnip.matching\_rules.tag.id      | उपलब्ध नहीं            | उपलब्ध नहीं                           |                   |
| gnip.matching\_rules.tag.id\_str | matching\_rules.id     | फ़िल्टर्ड स्ट्रीम में डिफ़ॉल्ट रूप से | String            |

<div id="visual-data-format-migration-tool">
  ### विज़ुअल डेटा फ़ॉर्मैट माइग्रेशन टूल
</div>

विज़ुअल डेटा फ़ॉर्मैट माइग्रेशन टूल एक वेब एप्लिकेशन है, जो किसी दिए गए Tweet ऑब्जेक्ट या उपयोगकर्ता ऑब्जेक्ट के लिए [X API v1.1. data format](https://developer.x.com/en/docs/x-api/v1/data-dictionary/overview) से [X API v2 format](/hi/x-api/fundamentals/data-dictionary) में मैप होने वाले फ़ील्ड्स दिखाता है। इस मैपिंग को देखने के लिए एप्लिकेशन में Tweet ID या user ID में से कोई एक दिया जा सकता है।

कृपया ध्यान दें कि ऐप का उपयोग करने के लिए आपको अपने Twitter अकाउंट से लॉग इन करना होगा।

<br />

<Button href="https://visual-data-format-migration-tool.glitch.me/">
  विज़ुअल डेटा फ़ॉर्मैट माइग्रेशन टूल आज़माएँ
</Button>
