Not a developer? Join our twitter to see news headlines all accross the world here
Free news api for you to consume. Top News specific to India, API. Updates with new news every hour.
See the JSON in action here:
https://raw.githubusercontent.com/theroyakash/newsapis/main/india_news.json
https://raw.githubusercontent.com/theroyakash/newsapis/main/us_news.json
https://raw.githubusercontent.com/theroyakash/newsapis/main/us_news.json
import requests
url = 'https://raw.githubusercontent.com/theroyakash/newsapis/main/us_news.json'
content = requests.get(url).json()
print(f"Status: {content['status']}")