Rust
API pentru 『夜猫子』PVE1000倍/快乐建家/NPC建筑/F1刷物品
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/11261146json
{
"response": {
"steam_id": "90285639474927641",
"domain": null,
"id": 11261146,
"ip": "103.91.210.17",
"port": 10003,
"query": 11113,
"color": 0,
"city": "Jinan",
"description": "\n\r\n★★★★★ 本服特色 ★ 超级武直 ★ 物品秒造 ★ 蓝图全解 ★★★★★\r\n★★★★★ 武装突袭 ★ 超高倍率 ★ 多样商城 ★ 白嫖特权 ★★★★★\r\n★★★★★ 特色地图 ★ 每日礼包 ★ 团队生存 ★ 世界传送 ★★★★★\r\n★★★★★ 超多皮肤 ★ 玩家排行 ★ 超级装备 ★ 挂机泡点 ★★★★★\r\n★★★★★ 防杀防抢 ★ 长期开放 ★ 更多玩法 ★ 加群了解 ★★★★★\r\n\r\n夜猫子Rust唯一QQ群:222133348,欢迎加入!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778595782,
"score": 0,
"last_online": 1778596219,
"icon": null,
"name": "『夜猫子』PVE1000倍/快乐建家/NPC建筑/F1刷物品",
"connect": "103.91.210.17:10003",
"request": "103.91.210.17:11113",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2625",
"numplayers": 8,
"maxplayers": 58,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 66,
"add_date": 1774555220,
"last_update": 1778596219,
"banned": false,
"wipe": 1778208596,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1069,
"language": "zh",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11261146");
$data = json_decode($json, true);
var_dump($data);