API pentru AshRust.net 2x Monthly | Max 5 | 50% Upkeep |No BP Wipe
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 59,
"fps_avg": 58,
"entities_count": 70973,
"world_seed": 86091,
"world_size": 3800,
"steam_id": "90286437989182479",
"domain": null,
"id": 11639222,
"ip": "23.27.211.89",
"port": 22515,
"query": 22517,
"color": 0,
"city": "Dallas",
"description": "\nWelcome to AshRust!!! We try out best to offer the best gaming experience for our players. Servers are runing on high-performance servers for a better aming experience! \r\n \r\nServer Info: \r\n✦ Group Limit: 5 \r\n✦ No BP Wipe \r\n✦ MAP Wipe: Monthly(Forced Wipe) \r\n \r\nCore Features: \r\n✦ 2x Gather Rates/2x Loottable \r\n✦ 2x Smelt/Recycler/Smelting speed \r\n✦ Some Minicopters Spawn On Roads \r\n✦ Recyclers At Monuments \r\n✦ Increased Turret Limit \r\n✦ Long-Day & Short-Night \r\n✦ Customized Anti-Cheat \r\n✦ Active-non-playing Admins \r\n \r\nJOIN DISCORD↓↓",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780226053,
"last_online": 1780261834,
"icon": null,
"name": "AshRust.net 2x Monthly | Max 5 | 50% Upkeep |No BP Wipe",
"connect": "23.27.211.89:22515",
"request": "23.27.211.89:22517",
"map": "Wiped 24 Days ago",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779917956,
"last_update": 1780261834,
"banned": false,
"wipe": 1778176578,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5837,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11639222");
$data = json_decode($json, true);
var_dump($data);