← Back to catalog
currents.latest
mock data$0.002 / callLatest Global News
Get latest breaking news from 70+ countries in 18+ languages. Returns full article text, author, source URL, and publication time. Filter by language, country, and category (technology, business, health, sports, science, finance, world).
Input schema
country
stringISO 3166-1 alpha-2 country code (e.g. "US", "GB", "DE", "JP")
category
stringNews category filter (e.g. "technology", "business", "health", "sports", "science", "entertainment", "finance", "world")
language
stringISO 639-1 language code (e.g. "en", "de", "fr", "ja", "zh"). Default: all languages
page_size
integerNumber of articles to return, max 200 (default 10)
Call via REST
curl -X POST https://unifyapi.pro/api/call/currents.latest \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"country":"<country>","category":"<category>","language":"<language>","page_size":0}'