Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/6784117
json
{
"response": {
"fps": 76,
"fps_avg": 74,
"world_seed": 1,
"world_size": 4096,
"entities_count": 131473,
"id": 6784117,
"ip": "156.236.84.18",
"port": 28106,
"query": 28106,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nWelcome to Creed Servers | Professionals of Modded Rust | ★ Weekly ★ \r\n \r\n ★ 1 M X Gather Rate ★ 1 M X Loot Tables ★ Generous Stacks \r\n ★ Server Instant Craft ★ Custom Designed UI ★ No BP's Needed \r\n ★ Optimized Plugins ★ Prioritizes Q.O.L ★ Zero Junk Loot \r\n ★ High Quality Dedi ★ Active Population ★ ZERO LAGGING \r\n \r\n Join our Large Fast Growing Community on Discord for Server Updates! \r\n \r\n Don't forget to take advantage of our Free V.I.P Package on the Webstore! \r\n \r\n DISCORD.GG/CREEDSERVERS || HTTPS://CREEDRUSTSERVERS.COM \r\n \r\n READ OUR SERVER RULES! CHEATERS WILL BE BANNED IMMEDIATELY!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1745504189,
"score": 0,
"last_online": 1746074441,
"icon": null,
"name": "CREED PVE | 1000000X | NO BP | KITS | SHOP | THURSDAYS",
"connect": "156.236.84.18:28105",
"request": "156.236.84.18:28106",
"map": "CREED GASOLINE",
"gamemode": "Survival",
"version": "2585",
"numplayers": 3,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1733152406,
"last_update": 1746074441,
"banned": false,
"wipe": 1745504430,
"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/6784117");
$data = json_decode($json, true);
var_dump($data);