GET /v1/atom
The same search as Atom 1.0
curl "https://freenewsapi.ai/v1/atom?q=energy&size=2"<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Free News API — “energy”</title>
<subtitle>Live news from freenewsapi.ai — no key required.</subtitle>
<link href="http://127.0.0.1:8099/v1/atom?q=energy&size=2" rel="self"/>
<id>http://127.0.0.1:8099/v1/atom?q=energy&size=2</id>
<updated>2026-09-07T12:25:03Z</updated>
<entry>
<title>Returning kindness: The volunteers who emotionally rejuvenate Roma Street’s police</title>
<link href="https://www.smh.com.au/national/queensland/returning-kindness-the-volunteers-who-emotionally-rejuvenate-roma-street-s-police-20260828-p60sfm.html"/>
<id>https://www.smh.com.au/national/queensland/returning-kindness-the-volunteers-who-emotionally-rejuvenate-roma-street-s-police-20260828-p60sfm.html</id>
<updated>2026-09-07T20:08:10Z</updated>
<summary>This week in our Queensland public sector column, Public Circus reveals energy healing at police HQ, a First Nations Health Office review, energy musical chairs, and more.</summary>
<author><name>Matt Dennien, Julius Dennis, James Hall</name></author>
</entry>
<entry>
<title>Returning kindness: The volunteers who emotionally rejuvenate Roma Street’s police</title>
<link href="https://www.theage.com.au/national/queensland/returning-kindness-the-volunteers-who-emotionally-rejuvenate-roma-street-s-police-20260828-p60sfm.html"/>
<id>https://www.theage.com.au/n
…Parameters
| name | type | default | meaning | |
|---|---|---|---|---|
| q | string | — | ||
| country | string | — | ||
| lang | string | — | ||
| tld | string | — | ||
| host | string | — | ||
| date | string | — | ||
| from | string | — | ||
| to | string | — | ||
| sort | string | date | ||
| size | integer | 50 | 1–200 | |
| strict_country | boolean | False |
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_atom
with the identical parameters — see the MCP server.