Back to catalog
🎮

PUBG

API Key

Access in-game PUBG data

🎮Games & ComicsHTTPSCORS enabled

PUBG Player Stats API

Retrieve player statistics and match history from PUBG

Player NameShroud
Matches Played3,482
Win Rate Percent14.7
Avg Kills Per Match5.3
Kd Ratio6.12

Sample Response

response.json
1{
2 "player_name": "shroud",
3 "matches_played": 3482,
4 "win_rate_percent": 14.7,
5 "avg_kills_per_match": 5.3,
6 "kd_ratio": 6.12
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://developer.pubg.com/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs