Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/448037
json
{
"response": {
"fps": 37,
"fps_avg": 45,
"entities_count": 140637,
"world_seed": 1337,
"world_size": 4000,
"id": 448037,
"ip": "37.221.209.190",
"port": 28016,
"query": 28015,
"color": 0,
"description": "![Rust Server Romania 2x [Solo/Duo/Trio LootX2]FullWipe 14/8](https://www.rustplace.ro/img/rust_ro.jpg)\nWelcome To Rust Romania x2!\r\n\r\n Last Wipe: 14/08 (Map + BP)\r\n Next Wipe: 21/08 (Map + BP)\r\n Weekly FullWipe on Thursday @ 3PM UTC or when forced.\r\nVIP: rustplace.ro/vip\r\n\r\n - 2x Scrap\r\n - 2x Gather Rate\r\n - 5 Minutes Night\r\n - 2x Better Vanilla Loot\r\n - Less Junk Loot\r\n - Sign Artist (/sil)\r\n - 2x Resource Stacks\r\n - Most Level 1 BP Unlocked\r\n - 2x Smelt Speed (Vanilla For Sulfur)\r\n - Faster Crafting (Vanilla For Raid Items)\r\n - Faster Recycler\r\n - BP Team Share\r\n - Fishing Recycler\r\n\r\n Map Size: ~3800 Custom\r\n Lang: RO/EN\r\n TEAM UI: 3 => !rules\r\n\r\nHave Fun!\r\nPowered By RustPlace!\r\nrs0006^4*i1s0S&A80%p))",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1754589343,
"score": null,
"last_online": 1755694830,
"icon": null,
"name": "Rust Server Romania 2x [Solo/Duo/Trio LootX2]FullWipe 14/8",
"connect": "37.221.209.190:28016",
"request": "37.221.209.190:28015",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2594",
"numplayers": 7,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "HU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1630779793,
"last_update": 1755694830,
"banned": false,
"wipe": 1755183471,
"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/448037");
$data = json_decode($json, true);
var_dump($data);