Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/1855673
json
{
"response": {
"fps": 50,
"fps_avg": 51,
"world_seed": 11937,
"world_size": 3750,
"entities_count": 205178,
"id": 1855673,
"ip": "195.60.166.86",
"port": 28025,
"query": 28025,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![Survivors.gg #Medium [ 2x Vanilla ] FULLWIPED 30.04](https://www.survivors.gg/temp/server2.png)\n\r\n ✯ Welcome to Survivors.gg \r\n ✯✯ Rust gaming community since 2014 \r\n ✯✯✯ Join Us: www.discord.survivors.gg \r\n\r\n ✯ Want to skip the queue? Get it at www.survivors.gg \r\n ✯ Map wipes every Wednesday at 16:00 CEST \r\n ✯ Fullwipes every 2 weeks. \r\n ✯ Max Team: No Limit \r\n ✯ Write /help for all commands \r\n ✯ Electric BP's are unlocked \r\n ✯ 2x Gather Rates. \r\n ✯ Half smelt and crafting speeds \r\n ✯ Faster nights \r\n ✯ Fishing Village and Large Barn with Recycler \r\n ✯ no Kits, no TP and no P2W! \r\n\r\n Admins do not play or interfere with gameplay. \r\n Visit www.Survivors.gg for more information.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1741683882,
"score": null,
"last_online": 1746084625,
"icon": null,
"name": "Survivors.gg #Medium [ 2x Vanilla ] FULLWIPED 30.04",
"connect": "195.60.166.86:28024",
"request": "195.60.166.86:28025",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2585",
"numplayers": 344,
"maxplayers": 375,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 96,
"add_date": 1700208162,
"last_update": 1746084625,
"banned": false,
"wipe": 1746021582,
"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/1855673");
$data = json_decode($json, true);
var_dump($data);