Inshorts News API

screenshot of Inshorts News API
flask

Unofficial API of Inshorts written in Flask

Overview

The Inshorts News API is an unofficial API designed to fetch news content from various sources as aggregated by the Inshorts app. With support for different news categories, this API provides a convenient way to access news articles across a range of topics.

Features

  • News Categories: Supports category-wise news retrieval including national, business, sports, world news, politics, technology, startups, entertainment, miscellaneous, hatke, science, and automobile.
  • Simple Usage: Make a GET request specifying the desired news category.
  • Response Format: JSON object response for easy parsing and integration.
  • Easy Installation: Install dependencies listed in the requirements.txt file and start the server quickly.
  • Deployment: Can be easily deployed on various platforms like VPS, Heroku, or Vercel.

Summary

The Inshorts News API is a versatile tool for fetching news articles from multiple categories. With a simple installation process and support for different news topics, it provides an efficient way to access news content programmatically. Additionally, the option for easy deployment on various platforms makes it a convenient choice for developers looking to integrate news content into their applications.

flask
Flask

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.