Abstract user icon
hi
रचनाकारों

Most Popular: वेब कहानियां एपीआई संदर्भ

वेब कहानियों की एक सूची देता है जो सर्वकालिक सबसे लोकप्रिय हैं और जो एपीआई अनुरोध में निर्दिष्ट खोज मापदंडों से मेल खाती हैं।

तरीकों

mostpopularवेब कहानियों की सूची लौटाता है।

एपीआई अनुरोध

GET https://webstories.today/api/v1/mostpopular

मापदंडों

apikeystring, आवश्यक
categorystring, वैकल्पिक
StoryCategory संसाधन से displayname_encoded का उपयोग करें।
languagestring, आवश्यक, चूक: en
भाषा पैरामीटर निर्दिष्ट करता है कि किस भाषा में श्रेणी सूची वापस की जानी चाहिए।
maxresultsstring, वैकल्पिक
चूक: 10, max 50


अनुरोध निकाय

इस विधि को कॉल करते समय अनुरोध निकाय प्रदान न करें।

जवाब

निम्न तालिका इस संसाधन में दिखाई देने वाले गुणों को परिभाषित करती है:

titlestring
वेब कहानी का शीर्षक
descriptionstring
वेबस्टोरी का विवरण, अधिकतम 280 वर्ण लंबा
languagestring
कहानी की भाषा, 2 अक्षर का भाषा कोड।
urlstring
वेब कहानी का पूरा यूआरएल
channelinfoChannelInfo
वेब स्टोरी के मालिक चैनल/निर्माता के बारे में जानकारी।
categoryStoryCategory
श्रेणी की जानकारी, वेब स्टोरी से संबंधित है।


सफल होने पर, यह विधि निम्नलिखित संरचना के साथ एक प्रतिक्रिया निकाय लौटाती है:
{
  "searchquery": "",
  "searchcategory": "",
  "pagination": 1,
  "webstories": [
    {
      "title": "9 DIY Kitchen Cabinet Ideas",
      "url": "9-diy-kitchen-cabinet-ideas",
      "language": "en",
      "category": {
        "displayname": "Lifestyle",
        "displayname_encoded": "lifestyle"
      },
      "description": "DIY kitchen cabinet ideas range from adding storage and fixtures to painting and refinishing. See what homeowners have done to spruce up their cabinets."
    },
    {
      "title": "Ready to get some Interior Design Ideas?",
      "url": "ready-to-get-some-interior-design-ideas",
      "language": "en",
      "category": {
        "displayname": "Lifestyle",
        "displayname_encoded": "lifestyle"
      },
      "description": "Finnish Design Shop is one of the world\u2019s largest online store specialized in Scandinavian design. They have a large selection of Scandinavian \u0026 contemporary design. Official dealer for over 150 popular design brandsincluding Artek, Vitra, Muuto, Hay, Iittala, Normann Copenha"
    },
    {
      "title": "Ronnie Spector: a life in pictures",
      "url": "ronnie-spector-a-life-in-pictures",
      "language": "en",
      "category": {
        "displayname": "Entertainment",
        "displayname_encoded": "entertainment"
      },
      "description": "The singer who defined the sound of mid-century girl groups as the frontwoman of the Ronettes has died at age 78"
    },
    {
      "title": "Bags New In February 2022",
      "url": "bags-new-in-february-2022-net-a-porter",
      "language": "en",
      "category": {
        "displayname": "Fashion for Her",
        "displayname_encoded": "fashion-for-her"
      },
      "description": "Explore the new-in collection of women\u0027s designer bags. "
    }
  ]
}