← Back to catalog
news.sources
mock data$0.001 / callNews Sources Directory
Browse available news sources — filter by country, language, and category. Returns source name, URL, categories, and languages covered. 180,000+ sources indexed (NewsData.io)
Input schema
country
stringCountry code to filter sources (e.g. "us", "gb")
category
stringCategory to filter sources (e.g. "technology", "business")
language
stringLanguage code to filter sources (e.g. "en")
Call via REST
curl -X POST https://unifyapi.pro/api/call/news.sources \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"country":"<country>","category":"<category>","language":"<language>"}'