Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/3364714
json
{
"response": {
"id": 3364714,
"ip": "190.57.245.53",
"port": 30573,
"query": 30573,
"color": 0,
"description": "https://discord.gg/zR7afCwAns",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1756229759,
"score": null,
"last_online": 1756382423,
"icon": null,
"name": "Tomalo Con Calma Wipe 26/08/2025",
"connect": "190.57.245.53:30573",
"request": "190.57.245.53:30573",
"map": "Muldraugh, KY",
"gamemode": "Project Zomboid",
"version": "41.78.16",
"numplayers": 2,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "AR",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1710240874,
"last_update": 1756382423,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/3364714");
$data = json_decode($json, true);
var_dump($data);