Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/7920725
json
{
"response": {
"fps": 55,
"fps_avg": 55,
"world_seed": 448299257,
"world_size": 3500,
"entities_count": 72514,
"id": 7920725,
"ip": "149.202.82.93",
"port": 28026,
"query": 28026,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nRANKS: store.hqm.gg | LINK REWARDS: hqm.gg | VOTE: hqm.gg/vote\r\n\r\n★Monthly force wipe, on the first Thursday of each month.\r\n★Raid protection is active from 00:00 to 10:00.\r\n★Raid over 210 unique Raidable Base designs.\r\n★Auto team share (TC-Sam-Doors-Turrets).\r\n★Advantage clan plugin or Solo enforcement with autoban.\r\n★Vehicle Buy & Vending Unlimited Stock.\r\n★Alpha Loot & Unique Gather.\r\n★Faster Recycler & Submersible Pump.\r\n★Building and Players Skins & Building Workbench.\r\n★Stack Size Controller & Faster Craft.\r\n★Random Respawn & Short Night & Custom Weather.\r\n★Home and Outpost TPs.\r\n★Daily Kits & Link Reward & Vote Reward & Trade.\r\n★In-Game Shop & Furnace Speed Upgrade.\r\n★Crate Loot Rerolls & Scrap Flipping.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744998445,
"score": 0,
"last_online": 1746077444,
"icon": null,
"name": "XRUST.CO TEST SERVER 2 (NO PLAYING)",
"connect": "149.202.82.93:28024",
"request": "149.202.82.93:28026",
"map": "★ Please favorite the server",
"gamemode": "Vanilla",
"version": "2585",
"numplayers": 0,
"maxplayers": 2,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1740791935,
"last_update": 1746077444,
"banned": false,
"wipe": 1743703080,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/7920725");
$data = json_decode($json, true);
var_dump($data);