Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/223618
json
{
"response": {
"id": 223618,
"ip": "68.68.23.174",
"port": 28021,
"query": 28019,
"color": 0,
"description": "\nWelcome to Survive Or Die's 100k Kit Staging Server. No Racism or Homophobic Slurs. This server only wipes when forced by Facepunch. \r\n\r\nNon PVP BP's are unlocked when you join. \r\n\r\nIn-Game Commands: \r\n!help = in-game command list. \r\n!kit = 100k Wood, Stone, and Metal Fragments. \r\n!electric1 = Primary Electric components . \r\n!electric2 = The rest of the Electric components. \r\n!car = The Low Quality Car Parts & a Modular Car Lift. \r\n!farm = Farming 2.0 items. \r\n!misc = Nightvision Goggles, 6 Elevators. cctv camera's. \r\n!industrial = all Industrial System components. \r\n\r\nPlease join our Discord if you have any issues: https://discord.gg/KPw25m5. \r\nWalling off monuments or quarries is not permitted. \r\n\r\nSurvive Or Die also runs a low pop Vanilla server which does a full wipe every month. We hope you enjoy our servers. Welcome to our Community.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1755394661,
"score": null,
"last_online": 1755502263,
"icon": null,
"name": "Survive Or Die - Staging | !help for Kit Info",
"connect": "68.68.23.174:28021",
"request": "68.68.23.174:28019",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2595",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1582979121,
"last_update": 1755502263,
"banned": false,
"wipe": 1753971390,
"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/223618");
$data = json_decode($json, true);
var_dump($data);