[NEW] SurvivalSpeed EU 10x/PvP/Loot+/NoBps/MyMini/Shop 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 99,
"fps_avg": 98,
"entities_count": 87999,
"world_seed": 289953532,
"world_size": 4000,
"steam_id": "90286619156459532",
"domain": null,
"id": 11188866,
"ip": "94.130.220.101",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Falkenstein",
"description": "![[NEW] SurvivalSpeed EU 10x/PvP/Loot+/NoBps/MyMini/Shop](https://i.imgur.com/wLejsPj.png)\nWelcome to SurvivalSpeed RUST!nnHere you will find some basic server info, Join our discord for all info and support you will need.nnServer Info:nThe 10x rust server has a quick playstyle with multiple plugins to make the server feel more dynamic. The 10x server is new and gets updates daily, suggestions are also always welcome so we can improve our services.nnWipes:nOur 10x Rust server wipes weekly, the wipe will always be on Thursday and will be announced in our discord.nnLinks:nDiscord Link: https://discord.gg/pBd3xxR",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780632257,
"last_online": 1780636233,
"icon": null,
"name": "[NEW] SurvivalSpeed EU 10x/PvP/Loot+/NoBps/MyMini/Shop",
"connect": "94.130.220.101:28015",
"request": "94.130.220.101:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772699023,
"last_update": 1780636233,
"banned": false,
"wipe": 1780597105,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4024,
"language": "de",
"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/11188866");
$data = json_decode($json, true);
var_dump($data);