API для AshRust.NET 3x Monthly Max 8 | 50% Upkeep | Full WIped AU
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 65,
"fps_avg": 65,
"entities_count": 111705,
"world_seed": 1080128199,
"world_size": 4000,
"steam_id": "90286305724240925",
"domain": null,
"id": 11639312,
"ip": "51.161.144.221",
"port": 23515,
"query": 23517,
"color": 0,
"city": "North Sydney",
"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: 8 \r\n- Wipe: Force wipe/Three Weeks \r\n \r\nCore Features: \r\n- 3x Gather Rates/3x Loottable \r\n- 3x Smelt/Recycler/Smelting speed \r\n- Team Shared BP \r\n- Recyclers At Monuments \r\n- Long-Day & Short-Night \r\n \r\n- Customized Anti-Cheat \r\n- Active-non-playing Admins \r\n \r\nJOIN DISCORD↓↓",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779939223,
"last_online": 1779994823,
"icon": null,
"name": "AshRust.NET 3x Monthly Max 8 | 50% Upkeep | Full WIped AU",
"connect": "51.161.144.221:23515",
"request": "51.161.144.221:23517",
"map": "Wiped 15 Hours ago",
"gamemode": "Survival",
"version": "2625",
"numplayers": 16,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 67,
"add_date": 1779917958,
"last_update": 1779994823,
"banned": false,
"wipe": 1779939428,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 899,
"language": "en",
"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.ru/servers/11639312");
$data = json_decode($json, true);
var_dump($data);