Getting Started with Integrations
APITube News API can be integrated into any application that supports HTTP requests. Below you'll find code examples for 30+ programming languages and frameworks.
Prerequisites
- Sign up and get your API key
- Review the Authentication page to learn how to pass your API key
- Check the Endpoints and Parameters pages for available options
Quick Example
bash
curl -H "X-API-Key: YOUR_API_KEY" \
"https://api.apitube.io/v1/news/everything?per_page=10"Available Integrations
Streaming, AI & Automation
- Server-Sent Events (SSE Stream) — real-time news streaming
- MCP Server — AI assistant integration
- n8n — workflow automation (no-code)
- Zapier — workflow automation (8,000+ integrations)
- Make — visual automation scenarios
All languages
Code examples lists 32 languages with their HTTP clients and frameworks — cURL, Python, Node.js, PHP, Java, Go, Ruby, C#, Rust, Swift and more. Each page shows the same request, so clients can be compared side by side, and the language you pick is remembered across the whole documentation: code samples on other pages open on the same tab.