Most Read News
Description: Displays popular and trending news articles based on reader engagement.
API Response Structure:
{
"items": [
{
"title": "News Article Title",
"website": {
"name": "News Source",
"logo": "https://example.com/logo.png",
"isVerified": true
},
"hasImage": true,
"link": {
"url": "https://news.example.com/article",
"visibleText": "Read full article"
},
"date": "2 hours ago",
"metrics": {
"readCount": "100K+",
"shareCount": "5K+",
"commentCount": 500
},
"category": "Technology
}
],
"type": "mostReadNews"
}
Fields:
-
items
(array): News articles-
title
(string): Article headline -
website
(object): Source information -
hasImage
(boolean): Article image -
link
(object): Article URL info -
date
(string): Publication time -
metrics
(object): Engagement stats -
category
(string): News category
-
-
type
(string): Always "mostReadNews"