Rust
World War Rust SLAYERS.GG 1000x PVP NOBPS|SKIN|KITS|TP|ZOMBIES 的 API
我们提供多种集成方式。 你可以使用其中任意一种,也可以通过 JSON API 自行创建集成。 如果你希望我们新增其他集成方式,请联系我们。 联系我们
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/7965998json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 44598,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90284197410496514",
"domain": null,
"id": 7965998,
"ip": "168.100.160.17",
"port": 29015,
"query": 29017,
"color": 0,
"city": "Ashburn",
"description": "\n★ SLAYERS.GG 1000x | Perfectly Modded for Clan Warfare! \r\n\r\nVIP: slayers.gg | discord.gg/slayersgg | Wipe: Monthly Thur 2pm est\r\n\r\nFeatures: \r\n• FREE SKIN, BGRADE, REMOVER TOOL, MINI and Roaming Zombies! \r\n• Skins, Stats, Heli, Kits, TP, Homes, Shop, Weed and Cooking Plugin \r\n• Buy Raidable Bases with /Buyraid \r\n• FLY PLANES! Starwars, UFO, F15, Batbike, MarioKart, Semitruck! \r\n• Armored Train, Convoy, Sputnik, Heavy Oilrig and Airfield Events \r\n• RP Buyable Patrol Helicopter and Bradley \r\n• GunGame Arena every 45 Minutes! /ggjoin /eventvote \r\n• Buildable Custom Monuments \r\n• Join the FUN! \r\n\r\nServer rules: \r\n1. No Hacking, glitching, or exploiting. \r\n2. Respect Staff. \r\n3. No foundation or item spam. \r\n4. No Slurs, racism, hate speech or toxicity. \r\n5. 10 Man Clan Limit. \r\n6. Do not call out Hackers in Global Chat, report them with F7 Report and Discord Ticket.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775194330,
"score": 0,
"last_online": 1775905217,
"icon": null,
"name": "World War Rust SLAYERS.GG 1000x PVP NOBPS|SKIN|KITS|TP|ZOMBIES",
"connect": "168.100.160.17:29015",
"request": "168.100.160.17:29017",
"map": "Fly Jets, Planes and UFOs!",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1741001247,
"last_update": 1775905217,
"banned": false,
"wipe": 1775151640,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3716,
"language": "en",
"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/7965998");
$data = json_decode($json, true);
var_dump($data);