API pentru Monkey Island [Ryzen9]
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 162,
"fps_avg": 169,
"entities_count": 101565,
"world_seed": 1337,
"world_size": 4096,
"steam_id": "90286620246369299",
"domain": null,
"id": 11606790,
"ip": "46.181.239.168",
"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-25 и Ресурсы 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": 1780634652,
"last_online": 1780654835,
"icon": null,
"name": "Monkey Island [Ryzen9]",
"connect": "46.181.239.168:33015",
"request": "46.181.239.168:33016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915483,
"last_update": 1780654835,
"banned": false,
"wipe": 1780596434,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5170,
"language": "ru",
"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/11606790");
$data = json_decode($json, true);
var_dump($data);