> ## 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="comparing-x-apis-lists-endpoints">
  ## X API के सूची एंडपॉइंट्स की तुलना
</div>

v2 के सूची प्रबंधन एंडपॉइंट्स अंततः [POST lists/create](https://developer.x.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/post-lists-create), [POST lists/destroy](https://developer.x.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/post-lists-destroy), और [POST lists/update](https://developer.x.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/post-lists-update) की जगह ले लेंगे। अगर आपके पास ऐसा कोड, ऐप्स या टूल हैं जो इन एंडपॉइंट्स के पुराने वर्शन का उपयोग करते हैं और आप नए X API v2 पर माइग्रेट करने पर विचार कर रहे हैं, तो यह गाइड आपके लिए है। 

नीचे दी गई तालिकाएँ मानक v1.1 और X API v2 के सूची एंडपॉइंट्स की तुलना करती हैं:

**एक सूची बनाएँ**

| विवरण                                                                 | मानक v1.1                              | X API v2                                    |
| :-------------------------------------------------------------------- | :------------------------------------- | :------------------------------------------ |
| समर्थित HTTP मेथड्स                                                   | POST                                   | POST                                        |
| होस्ट डोमेन                                                           | [https://api.x.com](https://api.x.com) | [https://api.x.com](https://api.x.com)      |
| एंडपॉइंट पथ                                                           | /1.1/lists/create.json                 | /2/lists                                    |
| [प्रमाणीकरण](/hi/resources/fundamentals/authentication)               | OAuth 1.0a User Context                | OAuth 1.0a User Context                     |
| डिफ़ॉल्ट अनुरोध [रेट लिमिट्स](/hi/resources/fundamentals/rate-limits) | कोई नहीं                               | प्रति 15 मिनट 300 अनुरोध (प्रति उपयोगकर्ता) |

**एक सूची हटाएँ**

| विवरण                                                                 | मानक v1.1                              | X API v2                                    |
| :-------------------------------------------------------------------- | :------------------------------------- | :------------------------------------------ |
| समर्थित HTTP मेथड्स                                                   | POST                                   | DELETE                                      |
| होस्ट डोमेन                                                           | [https://api.x.com](https://api.x.com) | [https://api.x.com](https://api.x.com)      |
| एंडपॉइंट पथ                                                           | /1.1/lists/destroy.json                | /2/lists/:id                                |
| [प्रमाणीकरण](/hi/resources/fundamentals/authentication)               | OAuth 1.0a User Context                | OAuth 1.0a User Context                     |
| डिफ़ॉल्ट अनुरोध [रेट लिमिट्स](/hi/resources/fundamentals/rate-limits) | कोई नहीं                               | प्रति 15 मिनट 300 अनुरोध (प्रति उपयोगकर्ता) |

**एक सूची अपडेट करें**

| विवरण                                                                 | मानक v1.1                              | X API v2                                    |
| :-------------------------------------------------------------------- | :------------------------------------- | :------------------------------------------ |
| समर्थित HTTP मेथड्स                                                   | POST                                   | PUT                                         |
| होस्ट डोमेन                                                           | [https://api.x.com](https://api.x.com) | [https://api.x.com](https://api.x.com)      |
| एंडपॉइंट पथ                                                           | /1.1/lists/update.json                 | /2/lists/:id                                |
| [प्रमाणीकरण](/hi/resources/fundamentals/authentication)               | OAuth 1.0a User Context                | OAuth 1.0a User Context                     |
| डिफ़ॉल्ट अनुरोध [रेट लिमिट्स](/hi/resources/fundamentals/rate-limits) | कोई नहीं                               | प्रति 15 मिनट 300 अनुरोध (प्रति उपयोगकर्ता) |

X API v2 एंडपॉइंट्स तक पहुँचने के लिए, आपको [डेवलपर खाते के लिए साइन अप करें](https://developer.x.com/en/portal/petition/essential/basic-info)। प्रमाणीकरण करते समय, आपको किसी [डेवलपर ऐप](/hi/resources/fundamentals/developer-apps) की कीज़ और टोकन का उपयोग करना होगा, जो किसी [Project](/hi/resources/fundamentals/developer-apps) के भीतर स्थित हो। 

X API v2 एंडपॉइंट्स तक पहुँच पाने के बारे में अधिक जानने के लिए हमारा [शुरुआत करें](/hi/x-api/getting-started/getting-access) पेज देखें।

<div className="flex space-x-2">
  <Button href="/hi/x-api/lists/manage-lists/quickstart">
    त्वरित शुरुआत
  </Button>

  <Button href="https://github.com/xdevplatform/Twitter-API-v2-sample-code">
    नमूना कोड
  </Button>

  <Button href="https://app.getpostman.com/run-collection/9956214-784efcda-ed4c-4491-a4c0-a26470a67400">
    Postman में चलाएँ
  </Button>
</div>
