Rust
Dracon Rust 2X | TP| Events| Kits| Wiped: 20/4 | 1 day ago के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/9527678json
{
"response": {
"fps": 92,
"fps_avg": 92,
"entities_count": 96951,
"world_seed": 2099131471,
"world_size": 4000,
"steam_id": "90284704261235722",
"domain": null,
"id": 9527678,
"ip": "65.109.83.172",
"port": 28115,
"query": 28117,
"color": 0,
"city": "Helsinki",
"description": "\nDracon Rust 2X is a Modded PVP server for those seeking action.\nWe have personally chosen plugins and settings. If you are looking for an Action-Packed Rust experience, you've come to the right place!\nServer Full-wipes weekly (Map & BP's), The last wipe was on Monday 20/4 at 18:00 CET. The next wipe will be on Monday 27/4 at 18:00 CET (weekly wipe schedule) (BP wiped Monday 20/4 at 18:00 CET).\nJoin us on Discord! Use the 'View webpage' button or browse to: discord.gg/NPvF26NXRC\n\nOur settings and plugins include:\n• Instant Recyclers • Convoy events • Teleports to Homes\n• Kits • Up to 10 map markers (double) • Raidable bases\n• Discord chat integration • 2X Gather rates • Slower Traveling vendor\n• Cool ingame commands • Increased ping (spotting) duration\n• Patrol Helicopter fleeing disabled (on quick damage) • And more\n\nSERVER RULES:\n- No toxicity (voice, chat, recordings or signs)\n- No cheating or hacking\n- No VAC bans less than 6 months old\n- No Stream Sniping\n- Please use English in global chat",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776843798,
"score": 0,
"last_online": 1776823218,
"icon": null,
"name": "Dracon Rust 2X | TP| Events| Kits| Wiped: 20/4 | 1 day ago",
"connect": "65.109.83.172:28115",
"request": "65.109.83.172:28117",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": false,
"votes": 0,
"points": 1,
"add_date": 1750537944,
"last_update": 1776843798,
"banned": false,
"wipe": 1776703153,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 7719,
"language": "fi",
"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/9527678");
$data = json_decode($json, true);
var_dump($data);