Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/475342
json
{
"response": {
"fps": 184,
"fps_avg": 182,
"entities_count": 188431,
"world_seed": 1337,
"world_size": 5000,
"id": 475342,
"ip": "79.136.0.124",
"port": 28016,
"query": 28015,
"color": 0,
"description": "![[EU] 12Guys |PvPvE|XP|QUESTS|](https://12guys.se/pictures/header_1024x512.png)\n12G Rust Server PvPvE (PVP and PVE!) \r\nDiscord: https://discord.12guys.se\r\n\r\nFeature: \r\n- First 5 days PVE \r\n- Day 5 --> 5 days prior to wipe: Offline Raid Protection is available to buy in TC \r\n- Last 5 days: No PVE and no Raid Protection availible! \r\n- Map Wipe monthly, blueprints wipe every month \r\n- Raidable Bases (+400 bases), Kits, Custom in game currency, ATM machine \r\n- Zombies, custom NPC etc. . \r\n- Shop, Skins, Bag of holding \r\n- XP level system (+20 ranks) different stats/skills \r\n- Convoy on roads, Armored Train,Supermarket and Gas station event \r\n- Roam Task, Upgradable TC, Raid Protection, Grid Power \r\n- Helirefuel, Epic Loot, Custom crafting \r\n- Unique and custom Quests, BossMonster And Much more! Come join us!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1755403660,
"score": null,
"last_online": 1755504644,
"icon": null,
"name": "[EU] 12Guys |PvPvE|XP|QUESTS|",
"connect": "79.136.0.124:28016",
"request": "79.136.0.124:28015",
"map": "12G edited Map",
"gamemode": "Survival",
"version": "2594",
"numplayers": 2,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "SE",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1634303301,
"last_update": 1755504644,
"banned": false,
"wipe": 1754589181,
"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/475342");
$data = json_decode($json, true);
var_dump($data);