APITube

Real-time news from 500k+ sources in 60 languages

📚 Open DataUNMONITOREDchecked 42 min ago
AUTH APIKEYCORS AGENT ?HTTPS COMMERCIAL ?

APITube monitors global news outlets with keyword search, source filters, and language tags. API key required; free trial tier available for integration testing.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
Uptime history
—%90 days
—%30 days
P50 · ms
P95 · ms
operationalpartialdownno data
Live response samplecaptured by our last successful check
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"
    }
  ]
}
Call itcurl · fetch · python
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

Endpoints · 6On scheduleFULL DOCS ↗
First rollup pending — GET /v1/news/everything?limit=1 has been probed
GET/v1/news/everything?limit=1PROBED

Real-time news from 500k+ sources in 60 languages

GET/v1

V1 — documented GET route.

GET/v1/1

V1 details by ID (example: 1).

GET/v1?limit=10

V1 — documented GET route.

GET/v1/search?q=test

Search by query parameters.

GET/v1/

V1 — documented GET route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

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.