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:
Property | Description |
---|---|
id | Unique identifier for the article. |
title | Main title of the article. |
description | Small paragraph under the title. |
content | All 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. |
url | URL of the article. |
image | Main image of the article. |
publishedAt | Date of publication of the article. The date is always in the UTC time zone. |
source.id | Unique identifier of the source. |
source.name | Name of the source. |
source.url | Homepage of the source. |