[DE|GER] Rust in Pace 2X PVP|DonationSHOP|NoDecay के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 80,
"fps_avg": 77,
"entities_count": 139552,
"world_seed": 6081708,
"world_size": 5000,
"steam_id": "90286614229306375",
"domain": null,
"id": 521858,
"ip": "81.169.224.17",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Berlin",
"description": "![[DE|GER] Rust in Pace 2X PVP|DonationSHOP|NoDecay](https://i.imgur.com/5CFzQHl.png)\nWillkommen bei Rust in Pace\r\n>>>>>>Incl. Spenden Shop<<<<<<\r\nDiscord Link -> Webseite Anzeigen\r\n\r\nHier ist jeder Willkommen!\r\nVom Einsteiger bis zum Profi\r\nScrap Holz Steine Metallfragmente HQ x2\r\n55 Minuten Tag\r\n5 Minuten Nacht\r\n\r\nPlugin Liste:\r\n- Clans\r\n- Splitter\r\n- InfoPanel\r\n- Server Info\r\n- Skins\r\n- Quarry Lock\r\n- Vehicle Lock\r\n- Remover Tool\r\n- Playtime Tracker\r\n- eigener Recycler\r\n- NPCs lassen Waffen fallen\r\n- Dangerous Treasoures Events\r\n- Unbegrenzter Lift ohne Strom\r\n- Server Rewards mit Shop System\r\n- Car Radio mit Radio Bob! Livesteam\r\n\r\nDER SERVER STARTET IMMER UM 03:00 UHR NEU\r\nIhr werdet vor dem Neustart im Chat benachrichtigt\r\nAlle Spielstände werden beim Restart gespeichert",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780621456,
"last_online": 1780636232,
"icon": null,
"name": "[DE|GER] Rust in Pace 2X PVP|DonationSHOP|NoDecay",
"connect": "81.169.224.17:28015",
"request": "81.169.224.17:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1643498657,
"last_update": 1780636232,
"banned": false,
"wipe": 1780597409,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2364,
"language": "de",
"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/521858");
$data = json_decode($json, true);
var_dump($data);