Rust
Chillax PvE | PVP | Raidables | QoL | VIP के लिए API
हम एकीकरण विधियों की एक विस्तृत श्रृंखला प्रदान करते हैं। आप उनमें से किसी का भी उपयोग कर सकते हैं या JSON API का उपयोग करके अपना खुद का बना सकते हैं। यदि आपके पास नई एकीकरण विधि जोड़ने का सुझाव है, तो कृपया हमसे संपर्क करें। हमसे संपर्क करें
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/9834964json
{
"response": {
"fps": 68,
"fps_avg": 66,
"entities_count": 108311,
"world_seed": 1094542118,
"world_size": 4250,
"steam_id": "90284173675870223",
"domain": null,
"id": 9834964,
"ip": "92.118.19.40",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Dallas",
"description": "\nFriendly players and noobs welcome! Monthly Wipe. Hybrid PvPvE server with NO OFFLINING. \r\n\r\n-QoL- 25% upkeep, XL inventory stacks, backpacks, stackable chests, automatic sorting, free minis, free night vision, offline raid protection, skill tree, and more! \r\n-EVENTS- raidable bases, guarded crate events, npc raiders, and Convoy! \r\n-FUN- amusement rides, racing for prizes, gun ranges, mazes, jetpacks, skinbox \r\n-KITS- super affordable VIP kits including personal recyclers, pumpjacks, mining rig, and more!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775817123,
"score": 0,
"last_online": 1775887216,
"icon": null,
"name": "Chillax PvE | PVP | Raidables | QoL | VIP",
"connect": "92.118.19.40:28015",
"request": "92.118.19.40:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1752960366,
"last_update": 1775887216,
"banned": false,
"wipe": 1775158500,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3651,
"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/9834964");
$data = json_decode($json, true);
var_dump($data);