API для [US] The Wild - Solo/Duo/Trio/Quad
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 108,
"fps_avg": 107,
"entities_count": 108711,
"world_seed": 1337,
"world_size": 3800,
"steam_id": "90286398974312461",
"domain": null,
"id": 572280,
"ip": "64.42.177.220",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Seattle",
"description": "![[US] The Wild - Solo/Duo/Trio/Quad](https://i.imgur.com/6kNBcJy.jpg)\nWelcome to The Wild!\r\n \r\nWe are a PvE/PvP Noob-Friendly server with: \r\n – Solo/Duo /Trio/Quad teams Only \r\n - 2x resource and loot gathering, \r\n - 5k+ stack sizes, \r\n - QoL improvements \r\n - Events, Server modifications and more.\r\n \r\n This server is run by one person, not a group and is not pay to play, so glitches do happen as the server grows and changes. Be respectful and patient. \r\n \r\nOur hard-rules are simple. \r\n - No Vac Banned Players within 9 months, \r\n - No Toxicity (our moderation team will determine that), \r\n - and keep the spirit of the server alive. i.e don't be super sweaty. \r\n \r\n Server last Wiped 7/4/2024 \r\nNext Wipe 8/1/2024 \r\nFor all server rules, communicating with group, information about server plugins or speaking with admins, join our discord by clicking the 'VIEW WEBPAGE' button or type /info in game",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779756205,
"last_online": 1780152025,
"icon": null,
"name": "[US] The Wild - Solo/Duo/Trio/Quad",
"connect": "64.42.177.220:28015",
"request": "64.42.177.220:28017",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1668897498,
"last_update": 1780152025,
"banned": false,
"wipe": 1779853066,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3117,
"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/572280");
$data = json_decode($json, true);
var_dump($data);