News from ST
351 news articles from publishers in ST, searchable now through a free API that needs no key.
The busiest publisher in this slice is www.telanon.info with 351 articles, 100.0% of the total. By language it splits into Portuguese (351). Daily volume averages about 5 articles over the last 8 days, peaking at 8 on 2026-08-28. This is a small slice — 351 articles against 21,717,807 in the whole index. Expect gaps: a quiet day here may mean nothing was published, or simply that nothing was captured. Widen it by dropping to a broader filter, or combine several related slices in one query with a comma-separated list.
Fetch it
curl "https://freenewsapi.ai/v1/search?country=ST&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?country=ST&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.
Country is inferred, not declared. Before counting ST articles, read
country_source — and add
strict_country=true to exclude values derived from an en-US
template default.
curl "https://freenewsapi.ai/v1/search?country=ST&strict_country=true&date=today&size=20"Latest from this slice
The newest articles matching this filter at the time this page was generated. Headlines link to the publisher — we index and search, we do not host.
| Published | Headline | Publisher |
|---|---|---|
2026-09-06T11:19 | Moçambique pretende produzir café em São Tomé e Príncipe | www.telanon.info |
2026-09-06T11:19 | Angola diz que o novo mandato de Carlos Vila Nova abre uma nova etapa nas relações bilaterais | www.telanon.info |
2026-09-06T10:11 | "Agora é para frente… agora é unidade para construir o país “ | www.telanon.info |
2026-09-06T10:07 | Um Novo Mandato, Um Novo Tempo para Construir Pontes | www.telanon.info |
2026-09-06T10:04 | Trinta anos depois, recenseamento expõe fragilidades e potencial da agricultura | www.telanon.info |
2026-09-06T10:03 | Entre secas e inundações: São Tomé e Príncipe enfrenta o futuro climático | www.telanon.info |
2026-09-04T09:09 | União e responsabilidade marcam discurso de posse de Carlos Vila Nova | www.telanon.info |
2026-09-04T09:09 | Discurso do Presidente da República por ocasião da tomada de posse | www.telanon.info |
Who publishes it
The 1 most active publishers inside this slice right now. Not a curated list — this is simply who appeared most often.
| Publisher | Articles | Share | API |
|---|---|---|---|
www.telanon.info | 351 | 100.0% | query |
Languages published in ST
What this country actually publishes in, which is often more than one language and rarely what a single language filter would suggest.
| Code | Name | Articles | Share |
|---|---|---|---|
| pt | Portuguese | 351 | 100.0% |
Domain zones used by ST publishers
Publishers here do not all use the national zone. This is the split that country inference has to work against.
| Code | Name | Articles | Share |
|---|---|---|---|
| info | information | 351 | 100.0% |
Volume by day
How much this slice produces daily. Useful for sizing a job before you run it, and for spotting whether a spike is real or an artefact of one publisher.
| Day | Articles | |
|---|---|---|
2026-09-06 | 6 | |
2026-09-04 | 4 | |
2026-09-02 | 4 | |
2026-09-01 | 6 | |
2026-08-31 | 4 | |
2026-08-30 | 5 | |
2026-08-29 | 2 | |
2026-08-28 | 8 | |
2026-08-26 | 4 | |
2026-08-25 | 7 | |
2026-08-23 | 2 | |
2026-08-22 | 3 | |
2026-08-21 | 3 | |
2026-08-20 | 11 |
Combine with other filters
# ST, published today, full article bodies
curl "https://freenewsapi.ai/v1/search?country=ST&date=today&full_text=true&size=10"
# ST, search phrase, ranked by relevance
curl "https://freenewsapi.ai/v1/search?country=ST&q=economy&sort=relevance&size=20"
# ST, newly ingested in the last 15 minutes
curl "https://freenewsapi.ai/v1/search?country=ST&sort=crawled&from=now-15m&size=50"