Counter-Strike
API for [WB] Bunny 버니 http://kz.clanwb.net
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/9610244json
{
"response": {
"steam_id": "90284372996570139",
"domain": null,
"id": 9610244,
"ip": "222.102.95.97",
"port": 27024,
"query": 27024,
"color": 0,
"city": "Gwangju",
"description": null,
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1769464889,
"score": 0,
"last_online": 1776219022,
"icon": null,
"name": "[WB] Bunny 버니 http://kz.clanwb.net",
"connect": "222.102.95.97:27024",
"request": "222.102.95.97:27024",
"map": "kzpl_rocks",
"gamemode": "[WB] - Bunny",
"version": "1.1.2.7/Stdio",
"numplayers": 2,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "KR",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1750712978,
"last_update": 1776219022,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2843,
"language": "ko",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/9610244");
$data = json_decode($json, true);
var_dump($data);