Sports
Catalog, highlights, odds, and /api/v1 Diamond slugs.
You keep your front. We keep the live books, tables, TV, and scorecard. One key, isolated tenants, Diamond-compatible paths.
Catalog, highlights, odds, and /api/v1 Diamond slugs.
Table list, data2, results, overlay, virtual cricket.
GET /api/sports/{etid}/{gmid}/livetv — use url in an iframe, or iframe embed?key= for a ready player.
HTTP snapshot plus /ws/scorecard. Media plane first, live socket fallback.
Same cluster. Pick the host that matches the job.
Auth: X-Api-Key for Diamond, X-Aggregator-Key for sports/casino. Same key.
export KEY=your_key export API=https://api.linkapi.tech curl -s -H "X-Api-Key: $KEY" "$API/api/v1/me" curl -s -H "X-Api-Key: $KEY" "$API/api/v1/events/cricket" curl -s -H "X-Aggregator-Key: $KEY" "$API/api/sports/latest" curl -s -H "X-Aggregator-Key: $KEY" "$API/api/sports/4/$GMID/livetv" # play .url in an iframe, or drop this in: # <iframe src="$API/api/sports/4/$GMID/embed?key=$KEY" allow="autoplay; fullscreen" allowfullscreen></iframe> curl -s -H "X-Aggregator-Key: $KEY" "$API/api/casino/all"