Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/3024413
json
{
"response": {
"modded": true,
"fps": 30,
"fps_avg": 30,
"entities_count": 358974,
"world_seed": 1337,
"world_size": 5000,
"id": 3024413,
"ip": "195.60.166.169",
"port": 28010,
"query": 28015,
"color": 0,
"description": "\nAtlas Rust Servers | Made for the most competitive\r\n\r\nWipe times\r\n5:00 PM GMT Monday\r\n5:00 PM GMT Friday\r\n\r\nLinks\r\n• discord.gg/atlasrust\r\n• store.atlasrustservers.com\r\nFeatures\r\n• 10X Gather\r\n• 15X Sulfur\r\n• 10X Loot (removed junk)\r\n• Custom events\r\n• Boosted Custom Kits\r\n\r\n24 Hour Discord Staff Support",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1754590547,
"score": null,
"last_online": 1755504021,
"icon": null,
"name": "Atlas - EU 10x | No BPs | Kits | Shop",
"connect": "195.60.166.169:28010",
"request": "195.60.166.169:28015",
"map": "Atlas Custom Map",
"gamemode": "Survival",
"version": "2594",
"numplayers": 214,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 92,
"add_date": 1708077613,
"last_update": 1755504021,
"banned": false,
"wipe": 1755273579,
"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/3024413");
$data = json_decode($json, true);
var_dump($data);