UnifyAPI
← Back to catalog

currents.latest

mock data$0.002 / call

Latest 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).

News & Mediaprovider: Currents#currents#news

Input schema

country

ISO 3166-1 alpha-2 country code (e.g. "US", "GB", "DE", "JP")

string
category

News category filter (e.g. "technology", "business", "health", "sports", "science", "entertainment", "finance", "world")

string
language

ISO 639-1 language code (e.g. "en", "de", "fr", "ja", "zh"). Default: all languages

string
page_size

Number of articles to return, max 200 (default 10)

integer

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}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.