POST /api/v1/news/global
Tier: point · Delivery: sync
Request
| Field | Type |
|---|---|
query | string |
mode | "ArtList" | "TimelineVol" | "TimelineTone" | "TimelineSourceCountry" |
timespan | string |
max_records | number |
start_datetime | string |
end_datetime | string |
Response
The response is the two-key envelope{ finterm, data }, where data is the finterm.result:GlobalNewsSearch/v1 contract:
| Field | Description |
|---|---|
articles | The matching news articles, each with its headline, source url, and the timestamp it was first seen. |