Rust
[EU] WOLFPACK.GG 100x [No BPs | Kits | Shop | TP | VIP] के लिए API
हम एकीकरण विधियों की एक विस्तृत श्रृंखला प्रदान करते हैं। आप उनमें से किसी का भी उपयोग कर सकते हैं या JSON API का उपयोग करके अपना खुद का बना सकते हैं। यदि आपके पास नई एकीकरण विधि जोड़ने का सुझाव है, तो कृपया हमसे संपर्क करें। हमसे संपर्क करें
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/534656json
{
"response": {
"fps": 39,
"fps_avg": 38,
"entities_count": 149859,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90284165479895055",
"domain": null,
"id": 534656,
"ip": "168.100.161.67",
"port": 28010,
"query": 28015,
"color": 0,
"city": "London",
"description": "![[EU] WOLFPACK.GG 100x [No BPs | Kits | Shop | TP | VIP]](https://cdn.wolfpack.gg/images/rust-server-banner.png)\nWelcome to WolfPack x100 Rust Server\r\n[100x Gather | Kits | Shop | TP | VIP | No Blueprints]\r\n\r\n\r\nRules\r\n- No racism or excessive toxicity in game chat.\r\n- No advertising in game chat.\r\n- No spamming in game chat.\r\n- No cheats, hacks, or exploits; you and your teammates will get banned.\r\n- Our gameban policy is as follows:\r\nOne banned alt is fine if banned over 180 days ago. Multiple banned alts are not allowed. If we find aren't within these guidelines you and your teammates will be banned.\r\n\r\n\r\nWebsite: wolfpack.gg\r\nStore: wolfpack.gg/store\r\nDiscord: discord.wolfpack.gg\r\nLinking: link.wolfpack.gg",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775690523,
"score": null,
"last_online": 1775885413,
"icon": null,
"name": "[EU] WOLFPACK.GG 100x [No BPs | Kits | Shop | TP | VIP]",
"connect": "168.100.161.67:28010",
"request": "168.100.161.67:28015",
"map": "WIPED x100 NOBPVP JUST MONTHLY",
"gamemode": "Survival",
"version": "2623",
"numplayers": 3,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1643823277,
"last_update": 1775885413,
"banned": false,
"wipe": 1775151953,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1944,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/534656");
$data = json_decode($json, true);
var_dump($data);