Skip to main content

JSON Response

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

{
"totalArticles": 54904,
"articles": [
{
"id": "b961dade95c55b7f949ccd8e0234a356",
"title": "M5 chip leak reveals Apple has big gains coming in key area",
"description": "Apple’s forthcoming M5 chip has seemingly leaked as part of a new iPad Pro hardware leak. Here’s what its performance looks like in testing.",
"content": "Today, Apple’s as-yet-unannounced M5 iPad Pro was seemingly leaked by the same YouTuber who last year leaked the M4 MacBook Pro. Thanks to the surprise reveal, we now have benchmarks for Apple’s forthcoming M5 chip, and they point to big gains coming... [1862 chars]",
"url": "https://9to5mac.com/2025/09/30/m5-chip-leak-reveals-apple-has-big-gains-coming-in-key-area/",
"image": "https://i0.wp.com/9to5mac.com/wp-content/uploads/sites/6/2024/12/M5-Pro-chip-could-separate-CPU-and-GPU-in-server-grade-chips.jpg?resize=1200%2C628&quality=82&strip=all&ssl=1",
"publishedAt": "2025-09-30T19:38:25Z",
"lang": "en",
"source": {
"id": "92f73865e835e33ed68c11447777c939",
"name": "9to5Mac",
"url": "https://9to5mac.com",
"country": "us"
}
}
]
}

Properties

Each article contains the following properties:

PropertyDescription
idUnique identifier for the article.
titleMain title of the article.
descriptionDescription of the article.
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.
langLanguage of the article.
source.idUnique identifier for the source.
source.nameName of the source.
source.urlHomepage of the source.
source.countryCountry in which the source is based. This attribute is only included in the response from the Search endpoint.