APITube
Real-time news from 500k+ sources in 60 languages
APITube monitors global news outlets with keyword search, source filters, and language tags. API key required; free trial tier available for integration testing.
GET https://api.apitube.io/v1/news/everything?limit=1
{
"status": "not_ok",
"request_id": "cb6503ff-4ec4-4a10-930e-82687da0e49a",
"errors": [
{
"status": 401,
"code": "ER0201",
"message": "API key is required. Provide it via X-API-Key header or api_key query parameter.",
"links": {
"about": "https://docs.apitube.io/platform/news-api/http-response-codes"
},
"timestamp": "2026-07-06T01:11:38.283Z"
}
]
}curl "https://api.apitube.io/v1/news/everything?limit=1"const res = await fetch("https://api.apitube.io/v1/news/everything?limit=1");
const data = await res.json();
console.log(data);import requests
res = requests.get("https://api.apitube.io/v1/news/everything?limit=1")
print(res.json())BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET
/v1/news/everything?limit=1PROBEDReal-time news from 500k+ sources in 60 languages
/v1V1 — documented GET route.
/v1/1V1 details by ID (example: 1).
/v1?limit=10V1 — documented GET route.
/v1/search?q=testSearch by query parameters.
/v1/V1 — documented GET route.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.
APITube: common questions
Is APITube free to use?
Yes — APITube is a free open data API. Free tier: Trial — API key required. Whether the free tier allows commercial use is unclear — check the provider docs.
Does APITube need an API key?
Yes — APITube needs a free API key, which you pass on each request. Rate limits: Plan-dependent.
Can I call APITube from the browser?
Not directly — APITube doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.
Is APITube up right now?
As of our last scheduled check, APITube is unmonitored. We re-probe it every sweep — the status badge and uptime chart above always show the latest.