QQqun1164459166-公益不删档仙境-XianJing-A镜-9166 - (v35 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90286700323521563",
"domain": null,
"id": 6253642,
"ip": "120.24.170.144",
"port": 11323,
"query": 11322,
"project_id": null,
"color": 0,
"city": "Shenzhen",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1780808595,
"last_online": 1781319730,
"icon": null,
"name": "QQqun1164459166-公益不删档仙境-XianJing-A镜-9166 - (v35",
"connect": "120.24.170.144:11323",
"request": "120.24.170.144:11322",
"map": "Ragnarok",
"gamemode": "TestGameMode_C",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1728729773,
"last_update": 1781319730,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4278,
"language": "zh",
"parked": false,
"app": {
"id": 67,
"steam_id": 346110,
"name": "ARK: Survival Evolved",
"url": "ark-survival-evolved"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/6253642");
$data = json_decode($json, true);
var_dump($data);