Half-Life 2: Deathmatch
==> xLauz Place <== [ FastDL | Secrets | Anti-Camp | Stats ] के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/6737012json
{
"response": {
"steam_id": "85568392933861829",
"domain": null,
"id": 6737012,
"ip": "107.191.118.172",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Seattle",
"description": null,
"game": 320,
"owner": null,
"boosts": 1,
"last_offline": 1769100717,
"score": 0,
"last_online": 1776434435,
"icon": null,
"name": "==> xLauz Place <== [ FastDL | Secrets | Anti-Camp | Stats ]",
"connect": "107.191.118.172:27015",
"request": "107.191.118.172:27015",
"map": "pcp_pondside_b4",
"gamemode": "Half-Life 2 Deathmatch",
"version": "9540945",
"numplayers": 2,
"maxplayers": 20,
"bots": 6,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 38,
"add_date": 1732625252,
"last_update": 1776434435,
"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": 23,
"language": "en",
"parked": false,
"app": {
"id": 1,
"steam_id": 320,
"name": "Half-Life 2: Deathmatch",
"url": "half-life-2-deathmatch"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/6737012");
$data = json_decode($json, true);
var_dump($data);