get https://api.sportsstack.io/api/v1/news/league/
Retrieves news items with flexible filtering options.
This endpoint supports filtering by entity type and ID to get news for specific players, teams, events within a league.
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
Response Format
Returns paginated news items sorted by date (newest first), with full content including all analysis sections, tags, and metadata.
Callback