GET /v1/trends/{cc}/{slug}
One trend with its articles
curl "https://freenewsapi.ai/v1/trends/de/drohnen-und-videoüberwachung-für-stromnetz"{
"title": "Drohnen- und Videoüberwachung für Stromnetz",
"category": "society",
"country": "DE",
"slug": "drohnen-und-videoüberwachung-für-stromnetz",
"articles": 94,
"publishers": 40,
"first_seen": "2026-09-06T11:43:00Z",
"last_seen": "2026-09-06T20:35:47Z",
"items": [
{
"title": "Strom-Sabotage: Tätersuche am Hambacher Forst erfolglos",
"url": "https://www.giessener-allgemeine.de/politik/strom-sabotage-taetersuche-am-hambacher-forst-erfolglos-zr-94477046.html",
"host": "www.giessener-allgemeine.de",
"lang": "de",
"published_at": "2026-09-06T20:35:47Z"
},
{
"title": "Strom-Sabotage: Tätersuche am Hambacher Forst erfolglos",
"url": "https://www.wn.de/nrw/strom-sabotage-taetersuche-am-hambacher-forst-erfolglos-3640539",
"host": "www.wn.de",
"lang": "de",
"published_at": "2026-09-06T20:34:58Z"
},
{
"title": "Strom-Sabotage: Tätersuche am Hambacher Forst erfolglos",
"url": "https://www.hallo24.de/schlaglichter/strom-sabotage-taetersuche-am-hambacher-forst-erfolglos-3640539",
"host": "www.hallo24.de",
"lang": "de",
"published_at": "2026-09-06T20:34:58Z"
},
{
"title": "Strom-Sabotage: Tätersuche am Hambacher Forst erfolglos",
"url": "https://www.muensterschezeitung.de/nachrichten/schlagzeilen/strom-sabotage-taetersuche-am-hambacher-forst-erfolglos-3640539",
"host": "www.muensterschezeitung.de",
"lang":
…Parameters
| name | type | default | meaning | |
|---|---|---|---|---|
| cc | string | required | in the path | |
| slug | string | required | in the path | |
| size | integer | 100 | 1–500 |
No key, no header, no signup. Unknown query parameters are ignored, so adding one can never break a request. Errors are documented on the errors page.
As an MCP tool
The same endpoint is exposed to agents as news_get_trends_cc_slug
with the identical parameters — see the MCP server.