Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/7501114
json
{
"response": {
"id": 7501114,
"ip": "168.100.162.63",
"port": 28015,
"query": 28010,
"color": 0,
"description": "\nRepulsion - Premium Vanilla Rust Experience\r\n\r\nWe deliver outstanding gameplay and server management with dedicated machines in our Dallas datacenter.\r\n\r\n• Wipe Schedule: Map & BP Wipe - Mondays & Fridays\r\n• Group Size: 2 (solo/Duo)\r\n• Key Features:\r\n - True Vanilla Experience (No Pay-to-Win)\r\n - Custom-Built Maps\r\n - Community Map Voting Before Wipes\r\n - Smooth, Lag-Free Gameplay\r\n - Active, Friendly Community\r\n - Next Generation Dedicated Hardware for Peak Performance\r\n - Regular Updates & Admin Support\r\n\r\nOur dedicated staff are focused on maintaining fair play and providing top-tier support. For assistance, open a ticket on our Discord.\r\n\r\nQueue Skip: https://www.repulsion.co.uk/\r\nDiscord: https://www.repulsion.co.uk/discord",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1753151174,
"score": 0,
"last_online": 1755693629,
"icon": null,
"name": "Repulsion - Solo/Duo US | FULLWIPE 08.18 08/18",
"connect": "168.100.162.63:28015",
"request": "168.100.162.63:28010",
"map": "Repulsion Generation",
"gamemode": "Rust",
"version": "2594",
"numplayers": 1,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1739281230,
"last_update": 1755693629,
"banned": false,
"wipe": 1755543495,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"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/7501114");
$data = json_decode($json, true);
var_dump($data);