Rust
Artemis 10x Main | Max Quads | Free VIP | Raid protection के लिए API
हम एकीकरण विधियों की एक विस्तृत श्रृंखला प्रदान करते हैं। आप उनमें से किसी का भी उपयोग कर सकते हैं या JSON API का उपयोग करके अपना खुद का बना सकते हैं। यदि आपके पास नई एकीकरण विधि जोड़ने का सुझाव है, तो कृपया हमसे संपर्क करें। हमसे संपर्क करें
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10870547json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 63924,
"world_seed": 16650,
"world_size": 3050,
"steam_id": "90284182666448924",
"domain": null,
"id": 10870547,
"ip": "198.244.202.198",
"port": 2246,
"query": 2257,
"color": 0,
"city": "London",
"description": "\n\r\nPlugin Information:\r\nOffline raid protection(see tab in tc)\r\nRadial menu\r\nIn-Game Leaderboards\r\nSkinbox\r\nBetter TC for Base Upgrades/Skins\r\nMinimap Overlay\r\nIn-game Events\r\nTP/Sethome\r\nIn game shop (earn currency with game time)\r\n\r\nServer Side Information:\r\nEU Server\r\nMax team of 4\r\nMondays and Fridays Wipe Cycle\r\nBlueprints Unlocked/Tc anywhere\r\nInstacraft\r\nFaster Smelting/Recycling\r\nTurret Limit Increase",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775829123,
"score": 0,
"last_online": 1775885415,
"icon": null,
"name": "Artemis 10x Main | Max Quads | Free VIP | Raid protection",
"connect": "198.244.202.198:2246",
"request": "198.244.202.198:2257",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 1,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1768318431,
"last_update": 1775885415,
"banned": false,
"wipe": 1775829340,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4417,
"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/10870547");
$data = json_decode($json, true);
var_dump($data);