API для WildLord.gg | Solo • Duo | Vanilla | Beginner Friendly
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 52,
"fps_avg": 56,
"entities_count": 71622,
"world_seed": 1,
"world_size": 3759,
"steam_id": "90286604623276053",
"domain": null,
"id": 11671053,
"ip": "157.85.90.56",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Docklands",
"description": "\nWildLord.gg – Solo/Duo Vanilla Rust (1x) | New Player Friendly\r\nMonthly Map Wipes\r\n・Next Map Wipe 6/4/26\r\n\r\n・Solo/Duo ONLY\r\n・Maximum of 2 players per team\r\n・No rotating teammates including offline\r\n・No alliances\r\n・No cheating or exploiting\r\n\r\nFair & stable vanilla experience\r\nNo gameplay changes. Active admin",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780180912,
"last_online": 1780607430,
"icon": null,
"name": "WildLord.gg | Solo • Duo | Vanilla | Beginner Friendly",
"connect": "157.85.90.56:28015",
"request": "157.85.90.56:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 2,
"maxplayers": 90,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1780180912,
"last_update": 1780607430,
"banned": false,
"wipe": 1780597703,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2650,
"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/11671053");
$data = json_decode($json, true);
var_dump($data);