臻享ARK新开/MHW怪猎/S+/C10X10F50/202/中心 5187 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90284828728527887",
"domain": null,
"id": 11685638,
"ip": "118.24.74.116",
"port": 10004,
"query": 10006,
"color": 0,
"city": "Chengdu",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1780224595,
"last_online": 1780357250,
"icon": null,
"name": "臻享ARK新开/MHW怪猎/S+/C10X10F50/202/中心 5187",
"connect": "118.24.74.116:10004",
"request": "118.24.74.116:10006",
"map": "TheCenter",
"gamemode": "TestGameMode_mhw_C",
"version": "1.0.0.0",
"numplayers": 1,
"maxplayers": 127,
"bots": 0,
"secured": false,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 31,
"add_date": 1780224595,
"last_update": 1780357250,
"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": 2510,
"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/11685638");
$data = json_decode($json, true);
var_dump($data);