Latest eSports News
Hi! This project is a REST API that returns the latest eSports-related articles from Dexerto and Dotesports, two of the most popular news outlets for eSports content. ## Data Structure No matter which endpoint you choose to query, the data structure returned will always be an array of JSON objects with similar format. | Field | Description | | ------------------------ |…
Latest eSports News endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Articles from All Sources /api/ |
This is the root endpoint for the API. It will fetch articles from all the supported news sources. They will be sorted from most recently published to oldest. |
| GET |
Articles from One Source /api/{source} |
This endpoint allows you to return the latest articles from a specified news source. It corresponds to the `source` field found in each resource. For example, to get articles… |
| GET |
Dotesports Articles (with Pagination) /api/dotesports/ |
Dotesports' articles are published using pagination, so I have enabled you to target each page of articles using a `page` query string parameter. Integers greater than 0 are… |
Latest eSports News pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $10 / month | — |
|