Skip to main content

JSON Response

The API returns data in JSON format, for example as follows:

{
"totalArticles": 54904,
"articles": [
{
"id": "71b99c858e6a70f708b8bc4892834a44",
"title": "Google's Pixel 7 and 7 Pro's design gets revealed even more with fresh crisp renders",
"description": "Now we have a complete image of what the next Google flagship phones will look like. All that's left now is to welcome them during their October announcement!",
"content": "Google's highly anticipated upcoming Pixel 7 series is just around the corner, scheduled to be announced on October 6, 2022, at 10 am EDT during the Made by Google event. Well, not that there is any lack of images showing the two new Google phones, b... [1419 chars]",
"url": "https://www.phonearena.com/news/google-pixel-7-and-pro-design-revealed-even-more-fresh-renders_id142800",
"image": "https://m-cdn.phonearena.com/images/article/142800-wide-two_1200/Googles-Pixel-7-and-7-Pros-design-gets-revealed-even-more-with-fresh-crisp-renders.jpg",
"publishedAt": "2022-09-28T08:14:24Z",
"source": {
"id": "bdf99ac789962533519a03e81267024f",
"name": "PhoneArena",
"url": "https://www.phonearena.com"
}
}
]
}

Properties

Each article contains the following properties:

PropertyDescription
idUnique identifier for the article.
titleMain title of the article.
descriptionSmall paragraph under the title.
contentAll the content of the article. The content is truncated if the expand parameter is not set to content. Full content is only available if you have a paid subscription activated on your account.
urlURL of the article.
imageMain image of the article.
publishedAtDate of publication of the article. The date is always in the UTC time zone.
source.idUnique identifier of the source.
source.nameName of the source.
source.urlHomepage of the source.