Skip to content

What is APITube?

This documentation page is designed to showcase a variety of API endpoints that are at your disposal, along with the parameters you can utilize when making API calls. Additionally, you'll find numerous code examples in various programming languages to illustrate how to use these endpoints effectively.

APITube is a powerful news API that provides access to a wide range of news articles from more than 500,000 verified news sources. The API is designed to be easy to use and provides a simple way to access data from a variety of sources. You can use the API to retrieve information on a wide range of topics, including news articles, blog posts, and other types of content.

The API is free to use for development, but you will need to sign up for an account to obtain an API key. The API key is used to authenticate your requests and ensure that you have permission to access the data. Once you have an API key, you can start making requests to the API and retrieving data from a wide range of sources.

Happy exploring! 🚀

Quick Start

Get started with APITube in 5 minutes:

  1. Registration: Sign up and get your free API key
  2. First request: Use this simple example to get the latest news:
bash
curl -H "X-API-Key: YOUR_API_KEY" https://api.apitube.io/v1/news/everything?per_page=10
  1. Explore the response: You'll receive JSON with the latest news
  2. Add filters: Try adding parameters for filtering:
bash
curl -H "X-API-Key: YOUR_API_KEY" https://api.apitube.io/v1/news/everything?title=technology&language.code=en&per_page=10
  1. Done! Now you can use the integration examples for your programming language

Documentation Navigation

How does it work?

APITube is a RESTful API that provides access to a wide range of data, including news articles. You can use the API to retrieve information from more than 500,000 verified news sources. The API is designed to be easy to use and provides a simple way to access data from a variety of sources.

TIP

The API is free to use for development, but you will need to sign up for an account to obtain an API key. The API key is used to authenticate your requests and ensure that you have permission to access more data.

Postman collection

We have created a Postman collection that you can use to explore the API and make requests to the various endpoints. The collection includes examples of how to use the API to retrieve news articles, blog posts, and other types of content.

Get involved

We love our community! Please do stay in touch and:

  • Read our blog!
  • Share your APITube projects on X/Twitter!
  • Reach out to our Dev team via email with your APITube ideas, dreams, and wishes!

TIP

If you have any questions or need assistance, please don't hesitate to reach out to our support team.