Skip to main content

Basketball Signals

Basketball signals expose fresh X source items together with rule-based match signals for basketball.

Backing views

signals.basketball_source_items
signals.basketball_match_signals

Current endpoints

  • https://signals.sportmicro.com/basketball_source_items
  • https://signals.sportmicro.com/basketball_match_signals

Current source support

  • x

Current derived signal types

  • injury_news
  • discipline_news
  • lineup_news
  • availability_news

Relationship between the views

  • signals.basketball_match_signals.source_item_id points to signals.basketball_source_items.id.
  • Both views expose match_id and league_id for direct filtering.
  • Deleting a source item cascades to related match signals in the backing tables.

Notes

  • teams stores competitor matches with id, name, side, and matched.
  • players currently comes back as an empty JSON array in the fresh extractor output.
  • The endpoint pages in this section now include OpenAPI and Postman request examples together with fresh response payload samples.