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.
Per-event streams. Send X-Viewer-IP from the player.
HTTP snapshot plus /ws/scorecard for the live feed.
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/casino/all"