Destructoid API
An API wrapper around the RSS feeds available from the Destructoid website. This API is meant to simplify call articles from the website and reduce the need to parse the data from RSS feeds. If you want me to implement any features or encounter any issues, please let me know.
Destructoid API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
GET latest news /news |
Gets the latest general news from the Destructiod news site. |
| GET |
GET welcome / |
Get general documentation on how the API should work and what queries or params are expected. |
| GET |
GET search results /search |
Get the search results of a query from the Destructoid website. |
| GET |
GET guides /guides |
Get the latest guides from the Destructoid website. |
| GET |
GET category news /category/{category} |
Get news related to a specific category on the Destructoid website. |
| GET |
GET tag news /tag/{tag} |
Get the latest news regarding a specific tag. |
| GET |
GET author articles /author/{authorName} |
Gets the latest articles from a specific author from the Destructoid website. |
| GET |
GET reviews /reviews |
Get the latest reviews from the Destructoid website. |
Destructoid API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA Recommended | $10 / month | — |
|
| MEGA | $25 / month | — |
|