GET Source Items
Endpoint
GET https://signals.sportmicro.com/football-source-items
Backing view
signals.football_source_items
Purpose
Use this endpoint to retrieve collected external content that has been attached to a football match.
Common filters
match_id=eq.{match_id}source=eq.xsource=eq.redditsource=eq.google_newspublished_at=gte.{timestamp}published_at=lte.{timestamp}external_id=eq.{external_id}dedupe_hash=eq.{hash}
Returned fields
id,match_id,source,external_id,urltitle,content_snippetauthor_name,author_handle,publisherpublished_at,collected_at,languageengagement,teams,players,raw_payloaddedupe_hash,created_at,updated_at
Example
curl "https://signals.sportmicro.com/football-source-items?match_id=eq.{match_id}&source=eq.x&order=published_at.desc"
Notes
sourceis limited tox,reddit, andgoogle_news.engagement,teams,players, andraw_payloadare JSON payloads.- The backing table enforces uniqueness on
(source, external_id)and ondedupe_hash.