The Hub | Solo Duo Trio | No BP Wipes | wiped 08.05 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 180,
"fps_avg": 182,
"entities_count": 115481,
"world_seed": 1,
"world_size": 4500,
"steam_id": "90286568133552135",
"domain": null,
"id": 11606771,
"ip": "86.0.179.179",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Pontefract",
"description": "Welcome to The Hub \r\n Discord: https://discord.gg/yD6DrDHEpn \r\n A growing community focused on fair PvP, \r\n active admins, and a solid Rust experience without the nonsense. \r\n Monthly Wipes \r\n Active Admin Support \r\n Balanced PvP & Raiding \r\n Fresh Procedural Maps \r\n Friendly Community / New Player Welcome \r\n No Cheaters, No Toxicity \r\n Looking to build a long-term player base Join us early, grow with the server, and become part of the community.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470420,
"last_online": 1780556432,
"icon": null,
"name": "The Hub | Solo Duo Trio | No BP Wipes | wiped 08.05",
"connect": "86.0.179.179:28015",
"request": "86.0.179.179:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915481,
"last_update": 1780556432,
"banned": false,
"wipe": 1778253869,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5405,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11606771");
$data = json_decode($json, true);
var_dump($data);