get_news_for_app
Retrieve news articles for any Steam application by providing its App ID. Choose the number of items and maximum character length per article.
Instructions
Get the latest news for a Steam app.
No API key required.
Return Format
{"success": bool, "message": str, "data": {"appid": int, "newsitems": [...]}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | Steam App ID (e.g. 440). | |
| count | No | Number of news items to return. | |
| max_length | No | Max characters per news item. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||