Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/5292865
json
{
"response": {
"fps": 40,
"fps_avg": 40,
"world_seed": 201279516,
"world_size": 4000,
"entities_count": 215569,
"id": 5292865,
"ip": "185.248.134.72",
"port": 28015,
"query": 28015,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nMonday weekly wipes, Blueprints wipe every Month\r\nBuy SkipQueue at: www.rusticated.com/vip\r\nDiscord: www.rusticated.com/discord\r\n\r\nPlease follow the rules below: \r\n- English in chat \r\n- Max of 3 players authorized on Codes & TC's at all times \r\n -Max of 3 players per group \r\n- Max of 3 players per base \r\n- Max of 3 players roaming /raiding \r\n- No making deals of any kind with another team to not kill each other/work together \r\n- No allowing a player in your base from another group under any circumstances \r\n- No Allies and or Slaves \r\n- No hotels / giving away bases (you can abandon a base) \r\n- No Racism, Homophobia, Harassment or Excessive Toxicity \r\n- No Advertising \r\n- Any form of cheats / hacking is not allowed \r\n- Staff have final say, being toxic to staff will get you automatically removed \r\n- Any association with a gamebanned rust account or playing with a user with a old gamebanned rust account will cause you to be banned \r\n\r\n Swapping Rules:\r\n- Remove all bags/beds for the players that is leaving \r\n- Change codes ( If you don't change codes you can potentially be banned for authorizing more than 3) \r\n- Clear TC \r\n- Player that is leaving can not return to your group for the rest of wipe",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1742563672,
"score": 0,
"last_online": 1746082828,
"icon": null,
"name": "Rusticated.com - US Trio | Monday Wipes",
"connect": "185.248.134.72:28010",
"request": "185.248.134.72:28015",
"map": "Rusticated Generated Maps",
"gamemode": "Survival",
"version": "2585",
"numplayers": 86,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 80,
"add_date": 1721642513,
"last_update": 1746082828,
"banned": false,
"wipe": 1745855947,
"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/5292865");
$data = json_decode($json, true);
var_dump($data);