TidalWaves News Analytics
This API provides an easy to use schema for breaking news, so you can build apps that perform in-depth data mining and robust visualizations. - Global news coverage. See all articles revolving around geopolitics, big tech news, and cultural discourse. - Machine learning topic modeling. Every batch of articles is run through the model to identify the top breaking stories. - Accurate, sanitized…
TidalWaves News Analytics endpoints
| Method | Endpoint | Description |
|---|---|---|
| Stories | ||
| GET |
Fetch the latest stories /stories/latest |
Returns all stories from the latest batch. |
| GET |
Fetch stories /stories |
Query trending stories with their related articles. |
| Articles | ||
| GET |
Fetch the latest articles /articles/latest |
Returns all articles from the latest batch. |
| GET |
Fetch article locations /articles/{id}/locations |
Quick location fetch for specific article |
| GET |
Fetch article keywords /articles/{id}/keywords |
Quick keyword fetch for specific article |
| GET |
Fetch articles /articles |
Query flat article data. |
| POST |
Search for articles /articles |
More in-depth article search, allowing queries and relationship matching. Provide a JSON body with your search queries. **Possible parameters:** `title`, `url`, and `source`:… |
| Keywords | ||
| POST |
Search for keywords /keywords |
More in-depth keyword search, allowing relationship matching. Provide a JSON body with your search queries. **Possible parameters:** Relationship filtering for `articles` and… |
| GET |
Fetch keywords /keywords |
Query keywords according to search string and other parameters. |
| GET |
Fetch keyword articles /keywords/{id}/articles |
Query keywords according to search string and other parameters. |
| Locations | ||
| GET |
Fetch locations /locations |
Query keywords according to search string and other parameters. |
| GET |
Fetch location articles /locations/{id}/articles |
Query keywords according to search string and other parameters. |
| POST |
Search for locations /locations |
More in-depth location search, allowing relationship matching. Provide a JSON body with your search queries. **Possible parameters:** Relationship filtering for `articles` and… |
| Batches | ||
| GET |
Fetch batches /batches |
View batch history. |
| Polling & status | ||
| GET |
Check API health /health |
Performs various system checks, such as connection to the DB and query latency, and returns the result. Use this endpoint to confirm the API is available. |
| GET |
Fetch the latest batch /batches/latest |
Useful for polling the latest data. |
TidalWaves News Analytics pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / second |
|
| PRO Recommended | $9 / month | 100 / second |
|