Most Popular: वेब कहानियां एपीआई संदर्भ
वेब कहानियों की एक सूची देता है जो सर्वकालिक सबसे लोकप्रिय हैं और जो एपीआई अनुरोध में निर्दिष्ट खोज मापदंडों से मेल खाती हैं।तरीकों
mostpopular | वेब कहानियों की सूची लौटाता है। |
एपीआई अनुरोध
GET https://webstories.today/api/v1/mostpopular
मापदंडों
apikey | string, आवश्यक |
category | string, वैकल्पिक StoryCategory संसाधन से displayname_encoded का उपयोग करें। |
language | string, आवश्यक, चूक: en भाषा पैरामीटर निर्दिष्ट करता है कि किस भाषा में श्रेणी सूची वापस की जानी चाहिए। |
maxresults | string, वैकल्पिक चूक: 10, max 50 |
अनुरोध निकाय
इस विधि को कॉल करते समय अनुरोध निकाय प्रदान न करें।जवाब
निम्न तालिका इस संसाधन में दिखाई देने वाले गुणों को परिभाषित करती है:title | string वेब कहानी का शीर्षक |
description | string वेबस्टोरी का विवरण, अधिकतम 280 वर्ण लंबा |
language | string कहानी की भाषा, 2 अक्षर का भाषा कोड। |
url | string वेब कहानी का पूरा यूआरएल |
channelinfo | ChannelInfo वेब स्टोरी के मालिक चैनल/निर्माता के बारे में जानकारी। |
category | StoryCategory श्रेणी की जानकारी, वेब स्टोरी से संबंधित है। |
सफल होने पर, यह विधि निम्नलिखित संरचना के साथ एक प्रतिक्रिया निकाय लौटाती है:
{ "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. " } ] }