News in VID
0 news articles written in VID, across every country that publishes in it, free to search without an API key.
There are no articles in this slice in the current 90-day window. The URL stays live and the numbers refresh every hour, so it will fill again as soon as anything is published and captured. In the meantime the queries below are valid and simply return an empty result set.
Fetch it
curl "https://freenewsapi.ai/v1/search?lang=vid&date=today&sort=date&size=20"No API key, no signup, no quota. The response carries the headline, description,
publisher, publication time and the original URL for every article, and the full body text
if you ask for it with full_text=true.
Count it
curl "https://freenewsapi.ai/v1/stats?lang=vid&top=20"Returns exactly the breakdown shown on this page: which publishers, which languages, and how the volume splits across the last 90 days. About 200 tokens, which makes it the cheapest way for an agent to decide whether this slice is worth reading.
Combine with other filters
# VID, published today, full article bodies
curl "https://freenewsapi.ai/v1/search?lang=vid&date=today&full_text=true&size=10"
# VID, search phrase, ranked by relevance
curl "https://freenewsapi.ai/v1/search?lang=vid&q=economy&sort=relevance&size=20"
# VID, newly ingested in the last 15 minutes
curl "https://freenewsapi.ai/v1/search?lang=vid&sort=crawled&from=now-15m&size=50"