News API
A News API It is an application programming interface that provides access to a wide range of up-to-date and relevant information from reliable news sources. This API allows developers to easily integrate news content into their applications, websites, or services, offering users instant access to headlines, articles, and real-time information. With features such as topic categorization,…
News API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
GET News /news |
this API point get all the news |
| GET |
GET by topics /news/topics/{topics} |
"topics": [ "business", "technology", "entertainment", "science", "health", "sports" ] |
| GET |
GET by topics and language /news/topics/{topics}/{language} |
"topics": [ "business", "technology", "entertainment", "science", "health", "sports" ] "languages": [ "BR", "US" ] |
| GET |
GET by language /news/language/{language} |
Get the data by the language that you select. |
News API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $25 / month | — |
|
| ULTRA | $50 / month | — |
|