Rust
Avalon Lost || PVE || NO VIP || 2X के लिए API
हम एकीकरण विधियों की एक विस्तृत श्रृंखला प्रदान करते हैं। आप उनमें से किसी का भी उपयोग कर सकते हैं या JSON API का उपयोग करके अपना खुद का बना सकते हैं। यदि आपके पास नई एकीकरण विधि जोड़ने का सुझाव है, तो कृपया हमसे संपर्क करें। हमसे संपर्क करें
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10219492json
{
"response": {
"fps": 97,
"fps_avg": 98,
"entities_count": 121612,
"world_seed": 1042730406,
"world_size": 4500,
"steam_id": "90284193053718534",
"domain": null,
"id": 10219492,
"ip": "50.20.249.125",
"port": 19560,
"query": 19563,
"color": 0,
"city": "Dallas",
"description": "\n*Strictly PVE ***No VIP ***2X Loot\r\n *Backpacks\r\n *Automated Farming\r\n *Fast Recycler\r\n *Craft Recycler\r\n *Kits\r\n*Skill Tree\r\n *Better NPC \r\n *Stacking Boxes &Electric Furnaces\r\n *Building Tools\r\n *MORE*",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775770923,
"score": 0,
"last_online": 1775885417,
"icon": null,
"name": "Avalon Lost || PVE || NO VIP || 2X",
"connect": "50.20.249.125:19560",
"request": "50.20.249.125:19563",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1756664004,
"last_update": 1775885417,
"banned": false,
"wipe": 1775771043,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3754,
"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/10219492");
$data = json_decode($json, true);
var_dump($data);