Komendy FACEIT
Get FACEIT player statistics for your chat commands
MORK with any FACEIT nicknameFull Statistics
https://api.streamerbuddy.app/faceit/MORKReturns complete player statistics including ELO, level, and match history
Daily Stats
https://api.streamerbuddy.app/faceit/MORK/statsReturns today's performance: ELO change, wins/losses
Average Stats (Last 30 Matches)
https://api.streamerbuddy.app/faceit/MORK/avgReturns average K/D, headshot percentage, ADR from last 30 matches
Last Match
https://api.streamerbuddy.app/faceit/MORK/lastReturns statistics from the most recent match including map, score, and performance
Live Match
https://api.streamerbuddy.app/faceit/MORK/liveReturns current live match information (if playing)
Response Presets
Choose how the response is formatted
minimalExample: MORK: 2450
defaultDefaultExample: MORK | ELO: 2450 | Level 10
fullExample: MORK | ELO: 2450 | Level 10 | K/D: 1.35 | Last 20: 15W-5L
emojiExample: 🇵🇱 MORK | 🔟 (10 LVL) | 2450 ELO
Usage:
https://api.streamerbuddy.app/faceit/MORK?preset=emojiLanguage
Set the response language (affects labels and text)
enDefaultEnglish
plPolski
deDeutsch
esEspañol
frFrançais
Usage:
https://api.streamerbuddy.app/faceit/MORK?lang=plGame
Choose which Counter-Strike version to fetch stats for
cs2DefaultCounter-Strike 2
csgoCounter-Strike: Global Offensive
Usage:
https://api.streamerbuddy.app/faceit/MORK?game=csgoAvailable Template Variables
These placeholders can be used in custom templates or presets
{name}Player nickname{elo}ELO (formatted){elo_raw}ELO (raw number){level}Skill level (1-10){level_emoji}Visual level (🟡🟡🟡...){kd}K/D ratio{wins}Total wins{winrate}Win rate percentage{matches}Total matches{last20}Last 20 record (12W/8L){country}Country flag emoji{rank}Rank (optional)Combining Parameters
You can combine multiple parameters using &
https://api.streamerbuddy.app/faceit/MORK?preset=emoji&lang=plhttps://api.streamerbuddy.app/faceit/MORKBot Integration
1. Go to Commands → Custom
2. Click "Add Command"
3. Set command name (e.g., !faceit)
4. Paste this as the message:
$(urlfetch https://api.streamerbuddy.app/faceit/$(query))With custom preset and language:
$(urlfetch https://api.streamerbuddy.app/faceit/$(query)?preset=emoji&lang=pl)Usage:
!faceit MORK1. Go to Bot → Commands → Custom Commands
2. Click "Add New Command"
3. Set command name (e.g., !faceit)
4. Paste this as the response:
${urlfetch https://api.streamerbuddy.app/faceit/${1}}With custom preset and language:
${urlfetch https://api.streamerbuddy.app/faceit/${1}?preset=emoji&lang=pl}Usage:
!faceit MORK1. Go to Commands → Custom Commands
2. Click "Add Command"
3. Set command trigger (e.g., !faceit)
4. Paste this as the response:
$(urlfetch https://api.streamerbuddy.app/faceit/$(query))With custom preset and language:
$(urlfetch https://api.streamerbuddy.app/faceit/$(query)?preset=emoji&lang=pl)Usage:
!faceit MORK1. Go to Custom Commands
2. Click "Create Command"
3. Set command name (e.g., !faceit)
4. Paste this as the response:
$(urlfetch https://api.streamerbuddy.app/faceit/$(1))With custom preset and language:
$(urlfetch https://api.streamerbuddy.app/faceit/$(1)?preset=emoji&lang=pl)Usage:
!faceit MORK- You can create separate commands for each endpoint:
!faceitavg,!faceitlast,!faceitlive - Make sure the nickname is spelled correctly (case-insensitive)
- The API returns plain text responses, perfect for chat commands
- Commands work with variables, so users can check any player:
!faceit playerName