Rust
[CH/EU] SwissRust: Apocalypse | Zombies | NPC | PVP/PVE के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10310196json
{
"response": {
"fps": 159,
"fps_avg": 160,
"entities_count": 93606,
"world_seed": 1432924091,
"world_size": 4000,
"steam_id": "90285687376755714",
"domain": null,
"id": 10310196,
"ip": "195.201.204.20",
"port": 28015,
"query": 27017,
"color": 0,
"city": "Falkenstein",
"description": "![[CH/EU] SwissRust: Apocalypse | Zombies | NPC | PVP/PVE](https://www.dropbox.com/scl/fi/5ne6j1z1s8krojk295r5z/SwissRustLogo.png?rlkey=zzl0iohht47bmlckyejrolawk&st=2xl1wfco&dl=1)\n[DE/CH/EU] SwissRust: Apocalypse \r\n\r\nDie Welt ist untergegangen. Die Quellen sind verseucht. Überlebe die toxische Einöde!\r\n\r\nFEATURES:\r\n- MAP: Toxic Springs (Unique Custom Map)\r\n- ZOMBIES: Dynamische Horden & Boss-Kreaturen\r\n- RPG: Skill-System & Level-Fortschritt\r\n- ECONOMY: Quests & Server-Shop im Outpost\r\n- TEAMS: Max. 4 Spieler | Anti-Offline-Raid",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778504537,
"score": 0,
"last_online": 1778684421,
"icon": null,
"name": "[CH/EU] SwissRust: Apocalypse | Zombies | NPC | PVP/PVE",
"connect": "195.201.204.20:28015",
"request": "195.201.204.20:27017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1758288340,
"last_update": 1778684421,
"banned": false,
"wipe": 1778504912,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3606,
"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/10310196");
$data = json_decode($json, true);
var_dump($data);