Rust
[BR] NUCLEAR 5X | NO BPS | SHOP | WIPED 10/05 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10957804json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 95857,
"world_seed": 479175789,
"world_size": 4000,
"steam_id": "90285654406857758",
"domain": null,
"id": 10957804,
"ip": "45.146.81.78",
"port": 28041,
"query": 28042,
"color": 0,
"city": "Cotia",
"description": "![[BR] NUCLEAR 5X | NO BPS | SHOP | WIPED 10/05](https://i.ibb.co/Kc8PB3WN/ff8f7a7a-93ef-439f-af35-a79f718434ca.png)\n☢️ NUCLEAR RUST 5X | SOLO/DUO ☢️ O melhor equilíbrio entre farm e ação no Brasil! 🚀 VANTAGENS NUCLEAR: Rate 5x: Recursos, Componentes e Sucata balanceados ++. Build Pro: Upgrade pelo TC | Workbench em toda a base | Stack++ QoL: Recicladora Instantânea | Fornalhas Rápidas. Sistemas: Top Players | Clãs & Amigos | Autorização Automática (TC/Turrets/Locks). ⚖️ REGRAS DE CONVIVÊNCIA: Limite: Máximo 2 jogadores por grupo (Solo/Duo). Zero Tolerância: Cheats, Scripts, Exploits, Racismo ou Evasão de Ban. Staff: Admins atentos, imparciais e ativos. 📜 Regras Completas & Suporte: 🔗 discord.gg/nuclearbrasilrust 🟦 CLIQUE NO BOTÃO AZUL PARA ENTRAR NO DISCORD",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778489581,
"score": 0,
"last_online": 1778613022,
"icon": null,
"name": "[BR] NUCLEAR 5X | NO BPS | SHOP | WIPED 10/05",
"connect": "45.146.81.78:28041",
"request": "45.146.81.78:28042",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1768741785,
"last_update": 1778613022,
"banned": false,
"wipe": 1778428284,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4152,
"language": "pt",
"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/10957804");
$data = json_decode($json, true);
var_dump($data);