Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/444755
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 143321,
"world_seed": 1936878211,
"world_size": 4500,
"id": 444755,
"ip": "64.40.8.14",
"port": 29014,
"query": 29015,
"color": 0,
"description": "\nWelcome to Ominous Rust 2x\r\nWipe Information: Map Wipe August 7th, 2025\r\nBlueprint Wipe July 3rd, 2025\r\nBi-Monthly Blueprint Wipe Schedule\r\n\r\nEveryone gets level 1 blueprints without researching\r\nForced Map Wipes Only\r\nThis server has the rare Random NPC Bases Plugin and many custom quality of life plugins\r\nInformation:\r\nDiscord: discord.ominousrust.com\r\nStore: ominousrust.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1754588739,
"score": null,
"last_online": 1755693635,
"icon": null,
"name": "Ominous 2X | Custom Loot Tables | MyMini",
"connect": "64.40.8.14:29014",
"request": "64.40.8.14:29015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2594",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1630779697,
"last_update": 1755693635,
"banned": false,
"wipe": 1754588676,
"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/444755");
$data = json_decode($json, true);
var_dump($data);