PAN RUST MAX 3 | X5-X10 CUSTOM için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 486,
"fps_avg": 480,
"entities_count": 1969,
"world_seed": 2083549717,
"world_size": 1000,
"steam_id": "90285884434049028",
"domain": null,
"id": 11501873,
"ip": "185.189.255.197",
"port": 35700,
"query": 35610,
"color": 0,
"city": "Moscow",
"description": "\nДОБРО ПОЖАЛОВАТЬ НА PAN RUST \r\n\r\nСОЦИАЛЬНЫЕ СЕТИ:\r\n\r\nНаш Discord https://discord.gg/gZ3aEyRHV4\r\nНаш Вк https://vk.com/panruster\r\nНаш Telegram https://t.me/panrust\r\nНаш Магазин https://pan.gamestores.app/\r\n\r\nИНФОРМАЦИЯ:\r\n\r\n- Вайп [ Вторник - Обычный ] \r\n- Вайп [ Пятница - Глобальный ]\r\n\r\n- Добыча ресурсов x5\r\n- Ограничения в команде 3 \r\n- Карманный переработчик\r\n- Крафт без Верстаков \r\n- Турели без электричества \r\n- Кастомная карта",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779259935,
"last_online": 1779224422,
"icon": null,
"name": "PAN RUST MAX 3 | X5-X10 CUSTOM",
"connect": "185.189.255.197:35700",
"request": "185.189.255.197:35610",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779207183,
"last_update": 1779259935,
"banned": false,
"wipe": 1779044079,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9238,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11501873");
$data = json_decode($json, true);
var_dump($data);