Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/473648
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 144928,
"world_seed": 1,
"world_size": 3700,
"id": 473648,
"ip": "168.100.163.41",
"port": 28043,
"query": 28047,
"color": 0,
"description": "\nWelcome to Workers.gg, the best 5x server around with premium plugins and everything you need for a well balanced rust experience! Busy with work/school or other obligations? This server is for you! You can play when available and use the Raid Protection when your away so you cant get offline raided.\r\n\r\nWipes every first Thursday at 1PM CST.\r\n\r\n★ Features ★\r\n\r\n★ 5x Gather/Smelt\r\n★ Teleports\r\n★ Spawn mini with instant take-off and higher speed\r\n★ Custom loot tables without junk\r\n★ No BP wipes\r\n★ Raid Protection so you can't get offlined\r\n★ Custom map and monuments\r\n★ Workbench extended anywhere in base\r\n★ Active Admins\r\n\r\nFor more information use /info command in-game or Join our discord by pressing the view webpage button on the left or visit Workers.gg! Thanks for playing!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1754824497,
"score": null,
"last_online": 1755503448,
"icon": null,
"name": "WORKERS.GG US 5X Solo/Duo/Trio",
"connect": "168.100.163.41:28043",
"request": "168.100.163.41:28047",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2594",
"numplayers": 3,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1634303213,
"last_update": 1755503448,
"banned": false,
"wipe": 1754589631,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": 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/473648");
$data = json_decode($json, true);
var_dump($data);