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
Endpoint: https://aicentraltools.com/wp-json/aict/v1/news
Parameters
| Name | Meaning |
|---|---|
per_page | How many articles to return. |
page | Page number, for paging through older articles. |
category | Filter by category, e.g. ai-tools, ai-research, machine-learning. |
Response shape
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.