Rust
API pentru 温柔乡:一个有爱的PVE养老服务器
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/11261128json
{
"response": {
"fps": 98,
"fps_avg": 98,
"entities_count": 119098,
"world_seed": 1960615247,
"world_size": 4500,
"steam_id": "90285636131933191",
"domain": null,
"id": 11261128,
"ip": "43.249.193.239",
"port": 13040,
"query": 13042,
"color": 0,
"city": "Jinan",
"description": "\n本服务器为PVE公益服,不卖任何道具,每月以群主/服主独资为服务器续费。服务器内所有玩家一律平等对待,任何人不允许破坏服务器规则 特点:本服务器内无法抄家、无任何PVP伤害、禁止偷、抢他人物品,服务器内氛围和谐,请大家互相监督,共同维护良好游戏环境",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778595783,
"score": 0,
"last_online": 1778596218,
"icon": null,
"name": "温柔乡:一个有爱的PVE养老服务器",
"connect": "43.249.193.239:13040",
"request": "43.249.193.239:13042",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 3,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1774555219,
"last_update": 1778596218,
"banned": false,
"wipe": 1778249471,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1584,
"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/11261128");
$data = json_decode($json, true);
var_dump($data);