Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/6472702
json
{
"response": {
"fps": 59,
"fps_avg": 59,
"world_seed": 22944,
"world_size": 3700,
"entities_count": 159797,
"id": 6472702,
"ip": "185.248.134.167",
"port": 28025,
"query": 28025,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![Survivors.gg #1 [ 2x Solo - Quad ] WIPED 28.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 ✯ Fullwipes every Thursday 14:00 CEST \r\n ✯ Map wipe every Monday 14:00 CEST \r\n ✯ Max Team: 4 Players \r\n ✯ Skinbox for free. 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 ✯ write /help for all commands \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": 1745828812,
"score": 0,
"last_online": 1746085240,
"icon": null,
"name": "Survivors.gg #1 [ 2x Solo - Quad ] WIPED 28.04",
"connect": "185.248.134.167:28024",
"request": "185.248.134.167:28025",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2585",
"numplayers": 21,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1730212171,
"last_update": 1746085240,
"banned": false,
"wipe": 1745841574,
"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/6472702");
$data = json_decode($json, true);
var_dump($data);