Komendy FACEIT

Get FACEIT player statistics for your chat commands

Available Endpoints
Replace MORK with any FACEIT nickname
GET

Full Statistics

https://api.streamerbuddy.app/faceit/MORK

Returns complete player statistics including ELO, level, and match history

GET

Daily Stats

https://api.streamerbuddy.app/faceit/MORK/stats

Returns today's performance: ELO change, wins/losses

GET

Average Stats (Last 30 Matches)

https://api.streamerbuddy.app/faceit/MORK/avg

Returns average K/D, headshot percentage, ADR from last 30 matches

GET

Last Match

https://api.streamerbuddy.app/faceit/MORK/last

Returns statistics from the most recent match including map, score, and performance

GET

Live Match

https://api.streamerbuddy.app/faceit/MORK/live

Returns current live match information (if playing)

Query Parameters
Customize the response format and language
?preset=

Response Presets

Choose how the response is formatted

minimal
{name}: {elo}

Example: MORK: 2450

defaultDefault
{name} | ELO: {elo} | Level {level}

Example: MORK | ELO: 2450 | Level 10

full
{name} | ELO: {elo} | Level {level} | K/D: {kd} | Last 20: {last20}

Example: MORK | ELO: 2450 | Level 10 | K/D: 1.35 | Last 20: 15W-5L

emoji
{country} {name} | {level_emoji} (10 LVL) | {elo} ELO

Example: 🇵🇱 MORK | 🔟 (10 LVL) | 2450 ELO

Usage:

https://api.streamerbuddy.app/faceit/MORK?preset=emoji
?lang=

Language

Set the response language (affects labels and text)

enDefault

English

pl

Polski

de

Deutsch

es

Español

fr

Français

Usage:

https://api.streamerbuddy.app/faceit/MORK?lang=pl
?game=

Game

Choose which Counter-Strike version to fetch stats for

cs2Default

Counter-Strike 2

csgo

Counter-Strike: Global Offensive

Usage:

https://api.streamerbuddy.app/faceit/MORK?game=csgo

Available 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=pl
URL Builder
Customize your API request with presets and language options
{name} | ELO: {elo} | Level {level}
https://api.streamerbuddy.app/faceit/MORK

Bot Integration

NightbotNightbot
Twitch & YouTube
Visit

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 MORK
StreamElementsStreamElements
Twitch & YouTube
Visit

1. 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 MORK
BotRixBotRix
Kick.com
Visit

1. 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 MORK
KickbotKickbot
Kick.com
Visit

1. 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