Every element of the posts array has the same structure across news, blogs, and forums - only the values differ by content type. This page lists the fields as they apply to News API results.
A complete post as the News API returns it (long values truncated):
{
"thread": {
"uuid": "a83e94d134f35bc6439bdad39e318b4ef3319f8c",
"url": "https://mezha.net/eng/bukvy/c2c9216c_us_stocks_wobble/",
"site_full": "mezha.net",
"site": "mezha.net",
"site_section": "https://news.google.com/search?q=and%20when%3A1h&hl=en-US&gl=US&ceid=US%3Aen",
"site_categories": [
"crime, law and justice",
"war, conflict and unrest",
"economy, business and finance",
"disaster and accident",
"science and technology",
"politics"
],
"section_title": "Google News - Search",
"site_title": "Межа. Новини України. Останні новини.",
"title": "US stocks wobble as investors await Fed decision and AI earnings",
"title_full": "US stocks wobble as investors await Fed decision and AI earnings",
"published": "2026-07-25T10:15:00.000+03:00",
"replies_count": 0,
"participants_count": 1,
"site_type": "news",
"country": "US",
"main_image": "https://mezha.net/eng/kd_image_generate/c2c9216c_us_stocks_wobble/3148148.jpg?ver=2.0.15",
"performance_score": 0,
"domain_rank": 116171,
"domain_rank_updated": null,
"licensing_agency": [],
"social": {
"facebook": {
"shares": 0,
"likes": 0,
"comments": 0
},
"vk": {
"shares": 0
},
"updated": "2026-07-25T10:26:49.771+03:00"
}
},
"uuid": "a83e94d134f35bc6439bdad39e318b4ef3319f8c",
"url": "https://mezha.net/eng/bukvy/c2c9216c_us_stocks_wobble/",
"ord_in_thread": 0,
"author": "Межа",
"published": "2026-07-25T10:15:00.000+03:00",
"title": "US stocks wobble as investors await Fed decision and AI earnings",
"text": "US stocks wobble as investors await Fed decision and AI earnings\n[\n]\nMarkets look fragile as investors seek clues from the Fed and a wave of AI-driven tech reports. Any surprising ...",
"summary": "Based on data from Reuters In the United States, the stock market remains choppy at the start of the week, investors await the Federal Reserve’s decision on the future path of rate ...",
"highlightText": "",
"highlightTitle": "",
"highlightThreadTitle": "",
"language": "english",
"sentiment": "negative",
"categories": [
"Economy, Business and Finance"
],
"topics": [
"Economy, Business and Finance->business information",
"Economy, Business and Finance->economy"
],
"ai_allow": true,
"has_canonical": false,
"breaking": true,
"webz_reporter": false,
"external_links": [
"https://www.reuters.com/business/wall-st-week-ahead-us-stocks-face-tests-fed-decision-tech-led-earnings-deluge-2026-07-24/"
],
"external_images": [],
"internal_images": [],
"entities": {
"persons": [],
"locations": [
{
"name": "US",
"sentiment": "none"
},
{
"name": "United States",
"sentiment": "none"
}
],
"organizations": [
{
"name": "Federal Reserve",
"sentiment": "none",
"tickers": [
{
"ticker": null,
"exchange": null
}
]
},
{
"name": "Alphabet",
"sentiment": "none",
"tickers": [
{
"ticker": "GOOGL",
"exchange": "NASDAQ"
}
]
}
]
},
"syndication": {
"syndicated": false,
"syndicated_id": null,
"first_syndicated": false
},
"trust": {
"categories": null,
"top_news": [],
"bias": null,
"source": {
"type": null,
"city": null,
"state": null,
"country": null,
"domain_type": null,
"agency": null,
"organization_name": null
}
},
"rating": null,
"crawled": "2026-07-25T10:26:49.771+03:00",
"updated": "2026-07-25T10:36:45.000+03:00"
}| Field | Type | Description |
|---|---|---|
uuid | string | Unique id of the post |
url | string | URL of the post |
title | string | Post title |
text | string | Full extracted text |
summary | string | Short summary |
author | string | Author name |
published | string | Publication time, ISO 8601 |
crawled | string | Time the post was crawled, ISO 8601 |
updated | string | Time the post was last updated, ISO 8601 |
language | string | Language name, e.g. english |
sentiment | string | Overall sentiment of the post |
categories | array | Content categories |
topics | array | Detected IPTC level 2 and 3 topics, formatted as Category->topic; see Topics Reference |
ord_in_thread | integer | Position in the thread, 0 = original post |
external_links | array | Links pointing outside the source site |
external_images / internal_images | array | Image URLs |
rating | number | Rating, when the source provides one |
breaking | boolean | Breaking news flag |
webz_reporter | boolean | Post originates from Webz Reporter |
ai_allow | boolean | Content is licensed for AI use |
has_canonical | boolean | Post has a canonical URL |
highlightText / highlightTitle / highlightThreadTitle | string | Matched fragments, only with highlight=true |
threadThe thread (article page or forum thread) the post belongs to.
| Field | Type | Description |
|---|---|---|
uuid, url | string | Thread id and URL |
site, site_full | string | Source domain and full host |
site_section, section_title | string | Site section |
site_title | string | Name of the site |
site_type | string | news, blogs, or discussions |
site_categories | array | Categories of the site |
title, title_full | string | Thread title |
published | string | Thread publication time |
country | string | Source country code |
main_image | string | Main image URL |
performance_score | integer | Engagement score |
domain_rank, domain_rank_updated | integer | Domain rank and when it was updated |
licensing_agency | array | Licensing agencies |
social | object | facebook (likes, shares, comments) and vk (shares) counts, plus the updated timestamp of the counts |
entitiesNamed entities mentioned in the post, each with a sentiment (positive, negative, neutral, or none).
| Field | Description |
|---|---|
persons | { "name", "sentiment" } |
locations | { "name", "sentiment" } |
organizations | { "name", "sentiment", "tickers": [{ "ticker", "exchange" }] } |
syndication| Field | Description |
|---|---|
syndicated | Post is a syndicated copy |
syndicated_id | Id shared by all copies of the same story |
first_syndicated | Post is the first observed copy |
trustSource trust metadata, most relevant for news.
| Field | Description |
|---|---|
categories | Trust categories of the source |
top_news | Top-news lists the source appears on |
bias | Political bias of the source |
source | type, city, state, country, domain_type, agency, organization_name |