Rust
[US]-RUST.GG x10 OG (06/04) BISEMANAL MAX5 के लिए API
हम एकीकरण विधियों की एक विस्तृत श्रृंखला प्रदान करते हैं। आप उनमें से किसी का भी उपयोग कर सकते हैं या JSON API का उपयोग करके अपना खुद का बना सकते हैं। यदि आपके पास नई एकीकरण विधि जोड़ने का सुझाव है, तो कृपया हमसे संपर्क करें। हमसे संपर्क करें
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10757462json
{
"response": {
"oxide": true,
"modded": true,
"fps": 168,
"fps_avg": 167,
"entities_count": 30484,
"world_seed": 1337,
"world_size": 3000,
"steam_id": "90284091658524680",
"domain": null,
"id": 10757462,
"ip": "167.114.67.80",
"port": 28015,
"query": 28015,
"color": 0,
"city": "Montreal",
"description": "![[US]-RUST.GG x10 OG (06/04) BISEMANAL MAX5](https://pbs.twimg.com/profile_images/1063940525558923264/v8BH64dI_400x400.jpg)\nWelcome To Rust.GG, With active admins and strong anticheat.\r\nServer X10 Sulfur x3 /skin /mymini /tp /kit /bgrade /trade... quarrys x10 Excavator x10, no burnt food, coal refinery+\r\n\r\nWipe weekly, Friday 20:00 CET 5 Players Maximum Team.\r\nGood Performance, Admins 24/7 (non-gamers), Anti-DDoS\r\nAnti-Cheat System.\r\nDiscord (VIEW WEBPAGE)\r\nFree skins request -> discord article of the workshop, auth of cabinets with Sam.\r\nFree pvp wipe kit at the end of wipe.\r\nPartners with AG Host LTD By Gorkin AGHost.uk \r\nNew Accounts With Less Than 96 Days Cannot Enter, Contact Discord. \r\nServer Create By VIP#3132 and sergioklv",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775655126,
"score": 0,
"last_online": 1775900413,
"icon": null,
"name": "[US]-RUST.GG x10 OG (06/04) BISEMANAL MAX5",
"connect": "167.114.67.80:28015",
"request": "167.114.67.80:28015",
"map": "Rust.GG x10 Sulfur x3 Barren+",
"gamemode": "Rust: Survival Mode",
"version": "2275",
"numplayers": 17,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 69,
"add_date": 1766255162,
"last_update": 1775900413,
"banned": false,
"wipe": 1775431921,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 885,
"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/10757462");
$data = json_decode($json, true);
var_dump($data);