Rust
World War Rust SLAYERS.GG 1000x PVP NOBPS|SKIN|KITS|TP|ZOMBIES के लिए API
हम एकीकरण विधियों की एक विस्तृत श्रृंखला प्रदान करते हैं। आप उनमें से किसी का भी उपयोग कर सकते हैं या JSON API का उपयोग करके अपना खुद का बना सकते हैं। यदि आपके पास नई एकीकरण विधि जोड़ने का सुझाव है, तो कृपया हमसे संपर्क करें। हमसे संपर्क करें
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/7965998json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 45162,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90284197410496514",
"domain": null,
"id": 7965998,
"ip": "168.100.160.17",
"port": 29015,
"query": 29017,
"color": 0,
"city": "Ashburn",
"description": "\n★ SLAYERS.GG 1000x | Perfectly Modded for Clan Warfare! \r\n\r\nVIP: slayers.gg | discord.gg/slayersgg | Wipe: Monthly Thur 2pm est\r\n\r\nFeatures: \r\n• FREE SKIN, BGRADE, REMOVER TOOL, MINI and Roaming Zombies! \r\n• Skins, Stats, Heli, Kits, TP, Homes, Shop, Weed and Cooking Plugin \r\n• Buy Raidable Bases with /Buyraid \r\n• FLY PLANES! Starwars, UFO, F15, Batbike, MarioKart, Semitruck! \r\n• Armored Train, Convoy, Sputnik, Heavy Oilrig and Airfield Events \r\n• RP Buyable Patrol Helicopter and Bradley \r\n• GunGame Arena every 45 Minutes! /ggjoin /eventvote \r\n• Buildable Custom Monuments \r\n• Join the FUN! \r\n\r\nServer rules: \r\n1. No Hacking, glitching, or exploiting. \r\n2. Respect Staff. \r\n3. No foundation or item spam. \r\n4. No Slurs, racism, hate speech or toxicity. \r\n5. 10 Man Clan Limit. \r\n6. Do not call out Hackers in Global Chat, report them with F7 Report and Discord Ticket.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775194330,
"score": 0,
"last_online": 1775899218,
"icon": null,
"name": "World War Rust SLAYERS.GG 1000x PVP NOBPS|SKIN|KITS|TP|ZOMBIES",
"connect": "168.100.160.17:29015",
"request": "168.100.160.17:29017",
"map": "Fly Jets, Planes and UFOs!",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1741001247,
"last_update": 1775899218,
"banned": false,
"wipe": 1775151640,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3607,
"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/7965998");
$data = json_decode($json, true);
var_dump($data);