API pentru Monkey Island [Ryzen9]
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 221,
"fps_avg": 220,
"entities_count": 82027,
"world_seed": 1337,
"world_size": 4096,
"steam_id": "90286217880111110",
"domain": null,
"id": 5941958,
"ip": "46.181.238.187",
"port": 33015,
"query": 33016,
"color": 0,
"city": "Kemerovo",
"description": "![Monkey Island [Ryzen9]](https://wallpapers.com/images/file/rust-space-suit-v6909tftywztor6m.jpg)\nWelcome to Monkey Island! \r\n > Map Size 4000 \r\n > Размер стака x5 и Ресурсы x1, Ежедневные подарки\r\n > Рэйдовые базы 1300+, Строительство в вагонах\r\n > Плагин BetterNpc,SkillTree+\r\n > В основе сервера быстрый Ryzen9 на 5GHz, 32Gb\r\n > Единый магазин всех серверов https://nlh.gamestores.app\r\n > StartBonus, OnlineBonus\r\n > Потребление ресурсов домом снижено до 40%\r\n > Wipe Global Standart",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780575832,
"last_online": 1779769820,
"icon": null,
"name": "Monkey Island [Ryzen9]",
"connect": "46.181.238.187:33015",
"request": "46.181.238.187:33016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1726346839,
"last_update": 1780575832,
"banned": false,
"wipe": 1778177373,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10427,
"language": "ru",
"parked": false,
"app": {
"id": 252490,
"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/5941958");
$data = json_decode($json, true);
var_dump($data);