Skip to content

Free AI News API

Curated AI news aggregated from major AI and tech publications, as JSON or RSS. No API key, no signup, no cost — just fetch it.

Get the news as JSON

curl "https://aicentraltools.com/wp-json/aict/v1/news?per_page=5"

Endpoint: https://aicentraltools.com/wp-json/aict/v1/news

Parameters

Name Meaning
per_pageHow many articles to return.
pagePage number, for paging through older articles.
categoryFilter by category, e.g. ai-tools, ai-research, machine-learning.

Response shape

{ "articles": [ { "title": "...", "url": "https://publisher.example/article", "source": "The Verge AI", "summary": "...", "category": "ai-tools", "image_url": "https://...", "published_at": "2026-08-25T09:14:00Z" } ] }

Prefer RSS?

The same news is published as a standard RSS 2.0 feed: https://aicentraltools.com/news/feed/

Using it

Do I need an API key?

No. The news endpoint is public and unauthenticated — issue a GET request and you get JSON back.

Can I use it commercially?

Yes, for reasonable volumes. We ask that you credit "AI Central Tools" with a link back to aicentraltools.com wherever you display the data.

How fresh is the data?

Articles are aggregated on a schedule from major AI and tech publications, so the feed tracks the news cycle rather than the minute.

Is there a rate limit?

There is no published quota, but the endpoint is shared infrastructure — cache responses on your side and avoid polling in a tight loop.