get https://api.sportsstack.io/api/v1/news
Retrieves news items with flexible filtering options.
This endpoint supports filtering by entity type and ID to get news for specific players, teams, events, or leagues. You can also filter by league to get all news within a specific competition context.
Filtering Examples
- Player News:
?for_entity_type=player&for_entity_id=123e4567-e89b-12d3-a456-426614174000 - Team News:
?for_entity_type=team&for_entity_id=123e4567-e89b-12d3-a456-426614174001 - Event News:
?for_entity_type=event&for_entity_id=123e4567-e89b-12d3-a456-426614174002 - League News:
?league_id=32fa944f-b1bd-41b4-bec2-7ab269fde6fc
Content Freshness
News items are typically generated:
- Game Recaps: Within 30 minutes of game completion
- Player Insights: Daily during active seasons
- Weekly Summaries: Monday mornings for previous week's activity
Response Format
Returns paginated news items sorted by date (newest first), with full content including all analysis sections, tags, and metadata.
Callback
