Live
🔥 OpenBMB/ChatDevGitHub Trending🔥 microsoft/agent-lightningGitHub Trending🔥 apache/supersetGitHub Trending🔥 shanraisshan/claude-code-best-practiceGitHub TrendingA-SelecT: Automatic Timestep Selection for Diffusion Transformer Representation LearningarXivGUIDE: Resolving Domain Bias in GUI Agents through Real-Time Web Video Retrieval and Plug-and-Play AnnotationarXivSommelier: Scalable Open Multi-turn Audio Pre-processing for Full-duplex Speech Language ModelsarXivCANGuard: A Spatio-Temporal CNN-GRU-Attention Hybrid Architecture for Intrusion Detection in In-Vehicle CAN NetworksarXivDesignWeaver: Dimensional Scaffolding for Text-to-Image Product DesignarXivA Lightweight, Transferable, and Self-Adaptive Framework for Intelligent DC Arc-Fault Detection in Photovoltaic SystemsarXivConsistency Amplifies: How Behavioral Variance Shapes Agent AccuracyarXivStabilizing Rubric Integration Training via Decoupled Advantage NormalizationarXivSemi-Automated Knowledge Engineering and Process Mapping for Total Airport ManagementarXivAIRA_2: Overcoming Bottlenecks in AI Research AgentsarXivBeSafe-Bench: Unveiling Behavioral Safety Risks of Situated Agents in Functional EnvironmentsarXiv🔥 OpenBMB/ChatDevGitHub Trending🔥 microsoft/agent-lightningGitHub Trending🔥 apache/supersetGitHub Trending🔥 shanraisshan/claude-code-best-practiceGitHub TrendingA-SelecT: Automatic Timestep Selection for Diffusion Transformer Representation LearningarXivGUIDE: Resolving Domain Bias in GUI Agents through Real-Time Web Video Retrieval and Plug-and-Play AnnotationarXivSommelier: Scalable Open Multi-turn Audio Pre-processing for Full-duplex Speech Language ModelsarXivCANGuard: A Spatio-Temporal CNN-GRU-Attention Hybrid Architecture for Intrusion Detection in In-Vehicle CAN NetworksarXivDesignWeaver: Dimensional Scaffolding for Text-to-Image Product DesignarXivA Lightweight, Transferable, and Self-Adaptive Framework for Intelligent DC Arc-Fault Detection in Photovoltaic SystemsarXivConsistency Amplifies: How Behavioral Variance Shapes Agent AccuracyarXivStabilizing Rubric Integration Training via Decoupled Advantage NormalizationarXivSemi-Automated Knowledge Engineering and Process Mapping for Total Airport ManagementarXivAIRA_2: Overcoming Bottlenecks in AI Research AgentsarXivBeSafe-Bench: Unveiling Behavioral Safety Risks of Situated Agents in Functional EnvironmentsarXiv
v1.0.0

AI News Hub Public API

Free, open REST API for accessing real-time AI news, research papers, and trending topics. No API key required — just start building.

https://ainewshub.lol/api/v1
60 req/min per IP
No auth required
CORS enabled
MIT License

Overview

The AI News Hub Public API provides programmatic access to our curated database of AI news articles, research papers, and trending topics. The API is completely free and requires no registration or API key.

All responses are returned as JSON. Timestamps are in ISO 8601 format (UTC). The API is updated every 8 hours with fresh content from 150+ monitored sources.

Authentication

No authentication required

The AI News Hub API is completely open. No API keys, no OAuth tokens, no registration needed. Simply make HTTP GET requests to any endpoint.

Rate Limits

To ensure fair usage, the API enforces a rate limit of 60 requests per minute per IP address. If you exceed this limit, you will receive a 429 Too Many Requests response.

http
HTTP/1.1 429 Too Many Requests
Content-Type: application/json

{
  "error": "Rate limit exceeded. Max 60 requests per minute."
}

Error Handling

All errors return a JSON object with an error field.

Status CodeMeaning
200 OKRequest succeeded
400 Bad RequestInvalid parameters (e.g. missing required query param)
404 Not FoundResource not found (e.g. article slug doesn't exist)
429 Too Many RequestsRate limit exceeded
500 Internal Server ErrorUnexpected server error
503 Service UnavailableDatabase temporarily unavailable

Endpoints

GET/api/v1/articles
GET/api/v1/articles/:slug
GET/api/v1/categories
GET/api/v1/stats

Use Cases

Research dashboards

Build custom AI research monitoring tools for your team

Newsletter automation

Auto-populate newsletters with the latest AI developments

Slack/Teams bots

Post daily AI news digests to your team channels

Academic research

Analyze AI news trends and publication patterns

Mobile apps

Build AI news reader apps with live content

Browser extensions

Surface relevant AI news while browsing

Built by Marco van Hurne · AI Researcher at ASML · Rotterdam