API dla [BR] NUCLEAR 10X | 4 MAX | NO BPS | WIPED 31/05
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 97829,
"world_seed": 1713287318,
"world_size": 3500,
"steam_id": "90286588704436254",
"domain": null,
"id": 11596818,
"ip": "45.146.81.78",
"port": 28050,
"query": 28052,
"color": 0,
"city": "Cotia",
"description": "![[BR] NUCLEAR 10X | 4 MAX | NO BPS | WIPED 31/05](https://i.ibb.co/Kc8PB3WN/ff8f7a7a-93ef-439f-af35-a79f718434ca.png)\n☢️ NUCLEAR 10X | MAX 4 | ACTION & PVP ☢️ Bem-vindo ao NUCLEAR, o servidor definitivo para quem não tem tempo a perder! Progressão ultra rápida e foco total no PvP. 🚀 DIFERENCIAIS DO SERVIDOR: Rate: 100x (Recursos, Componentes e Sucata++) Build: Upgrade pelo TC | Workbench em toda a base | Stack++ QoL: Recicladora Instantânea | Fornalhas Rápidas | Blueprints liberadas Social: Sistema de Clãs/Amigos | Compartilhamento Automático (TC/Turrets) ⚖️ REGRAS GERAIS: Máximo de 4 jogadores por grupo. Tolerância zero para Cheats, Scripts, Racismo ou Evasão de Ban. Staff ativa e monitoramento constante. 🔗 COMUNIDADE: discord.gg/nuclearbrasilrust Clique no botão azul e entre na guerra!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780249447,
"last_online": 1780570231,
"icon": null,
"name": "[BR] NUCLEAR 10X | 4 MAX | NO BPS | WIPED 31/05",
"connect": "45.146.81.78:28050",
"request": "45.146.81.78:28052",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779358599,
"last_update": 1780570231,
"banned": false,
"wipe": 1780249690,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5314,
"language": "pt",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/11596818");
$data = json_decode($json, true);
var_dump($data);