Vegan-2X [EU/TR] Solo/Duo/Trio┃New Wipe┃ 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 23,
"fps_avg": 29,
"entities_count": 51117,
"world_seed": 1337,
"world_size": 3350,
"steam_id": 90071992547409920,
"domain": null,
"id": 11606294,
"ip": "46.203.182.201",
"port": 10001,
"query": 9001,
"color": 0,
"city": "Istanbul",
"description": "![Vegan-2X [EU/TR] Solo/Duo/Trio┃New Wipe┃](https://i.hizliresim.com/5n8u1dl.png)\nVEGAN-2x [EU/TR] SOLO/DUO/TRIO New Wipe\r\n Store: https://veganrust.com/\r\n Discord: https://discord.gg/veganrust\r\n Team Limit: 3 Players\r\n Map Size: 3650\r\n High Performance — Zero Lag Experience\r\n Staff Active 24/7\r\n Third-Party Software Prohibited\r\n Advanced Anticheat (ESP, Aimbot, No-Recoil)\r\n Wipe: Every Saturday at 18:00\r\n Support: Open a Ticket in Our Discord Server\r\n\r\n VEGAN RUST — 2X SOLO/DUO/TRİO Vanilla+\r\n Store: https://veganrust.com/\r\n Discord: https://discord.gg/veganrust\r\n Takım Limiti: 3 Kişi\r\n Harita Boyutu: 3650\r\n Yüksek Performans — 0 Lag Keyfi\r\n Yönetim 7/24 Aktif Hizmet\r\n 3. Parti Yazılım Yasaktır\r\n Gelişmiş Anticheat (ESP, AİMBOT, NORECOİL)\r\n Wipe: Her Cumartesi 18:00\r\n Destek: Discord Sunucumuza Gelip Ticket Açabilirsiniz",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596270,
"last_online": 1780601620,
"icon": null,
"name": "Vegan-2X [EU/TR] Solo/Duo/Trio┃New Wipe┃",
"connect": "46.203.182.201:10001",
"request": "46.203.182.201:9001",
"map": "Discord.gg/VeganRust",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": false,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915466,
"last_update": 1780601620,
"banned": false,
"wipe": 1780597390,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4725,
"language": "tr",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/11606294");
$data = json_decode($json, true);
var_dump($data);