पोस्ट: पाएं
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
अहम जानकारी:
हम 30 सितंबर, 2024 से, v2.0 JSON API के साथ काम करना बंद कर देंगे.
काम करते रहने के लिए, अपने उन ऐप्लिकेशन को अपडेट करें जो v2.0 JSON API
का इस्तेमाल करके, एपीआई के नए वर्शन पर काम करते हैं. सबसे नए वर्शन के लिए, बाईं ओर के नेविगेशन बार में दिए गए लिंक का इस्तेमाल करें.
postId के हिसाब से एक पोस्ट वापस लाता है.
इसे अभी आज़माएं.
अगर पोस्ट किसी निजी ब्लॉग पर है, तो पुष्टि करना ज़रूरी है. अगर किसी ब्लॉग पर मौजूद पोस्ट सार्वजनिक है, तो इस तरीके को पुष्टि के बिना इस्तेमाल किया जा सकता है.
अनुरोध
एचटीटीपी अनुरोध
GET https://www.googleapis.com/blogger/v2/blogs/blogId/posts/postId
पैरामीटर
पैरामीटर का नाम |
वैल्यू |
ब्यौरा |
ज़रूरी पैरामीटर |
blogId |
string |
ब्लॉग का आईडी जिससे पोस्ट फ़ेच करनी है.
|
postId |
string |
पोस्ट का आईडी
|
अनुरोध का मुख्य भाग
इस तरीके का इस्तेमाल करके, अनुरोध का मुख्य हिस्सा न दें.
जवाब
अगर यह तरीका काम करता है, तो जवाब के मुख्य हिस्से में पोस्ट का संसाधन दिखता है.
इसे आज़माएं!
लाइव डेटा पर इस तरीके को कॉल करने और रिस्पॉन्स देखने के लिए, नीचे दिए गए एक्सप्लोरर का इस्तेमाल करें.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-06-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-06-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eSupport for the v2.0 JSON API will end on September 30, 2024, requiring applications to be updated to the latest API version for continued functionality.\u003c/p\u003e\n"],["\u003cp\u003eThis API retrieves a single blog post using its unique ID and the blog's ID.\u003c/p\u003e\n"],["\u003cp\u003eAuthentication is necessary only for accessing posts on private blogs, while public blog posts can be retrieved without authentication.\u003c/p\u003e\n"]]],[],null,["# Posts: get\n\n**Important**:\nWe will discontinue support for the v2.0 JSON API on September 30th, 2024.\nTo ensure continued functionality, update your applications that rely on the v2.0 JSON API\nto the latest API version. For the latest version, use the links in the left-side navbar.\n\nRetrieves one post by postId.\n[Try it now](#try-it).\n\nAuthentication is required if the post is on a blog that is private. If the post is on a blog is public, then this method can be called without authentication.\n\nRequest\n-------\n\n### HTTP Request\n\n```\nGET https://www.googleapis.com/blogger/v2/blogs/blogId/posts/postId\n```\n\n### Parameters\n\n| Parameter Name | Value | Description |\n|----------------|----------|----------------------------------------|\n| **Required Parameters** |||\n| `blogId` | `string` | ID of the blog to fetch the post from. |\n| `postId` | `string` | The ID of the post |\n\n### Request Body\n\nDo not supply a request body with this method.\n\nResponse\n--------\n\nIf successful, this method returns a [Posts resource](/blogger/docs/2.0/json/reference/posts#resource) in the response body.\n\nTry It!\n-------\n\n\nUse the explorer below to call this method on live data and see the response."]]