newsinapp.io
Newsinapp is an API which allows you to add relevant news from topics into your apps.
275 subscribers
7 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
newsinapp.io endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
List all your topics /topics/v1/ |
Return all topics you have subscribed. |
| POST |
Subscribe a topic /topics/{topic_id}/subscribe/v1/ |
Subscribe a topic in order to get news about it. |
| GET |
Retrieve latest news on a topic /topics/{topic_id}/news/v1/ |
Return latest news related to the given topic. |
| POST |
Create a topic /topics/v1 |
Create a new topic. Before creating it be, sur this topics does not already exist with search method. When you create a topic, you automatically subscibe to it. |
| DELETE |
Unsubscribe a topic /topics/{topic_id}/subscribe/v1/ |
Cancel subscription of a topic in order to stop receiving news about it. |
| GET |
Search available topics /topics/search/v1/ |
Return topics that match a specified query. |
| GET |
Retrieve latest news on all your topics / |
Return latest news related to all topics you have subscribed. |
newsinapp.io pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|