【6624】5月21新档/仿官服pvp/无规则 无权限 无需录制/24h严格查挂/年费档/1.2倍/硬核/欢迎小队 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"build": 119181,
"extraFlags": 1,
"nameHeaderRaw": "d0181d020003",
"statusFlags": 32,
"type": 0,
"unknownStatusFlags": 32,
"steam_id": null,
"domain": null,
"id": 11764538,
"ip": "103.45.143.12",
"port": 11227,
"query": 11227,
"project_id": null,
"color": 0,
"city": "Hankow",
"description": null,
"game": 513710,
"owner": null,
"boosts": 1,
"last_offline": 1780932278,
"last_online": 1780979438,
"icon": null,
"name": "【6624】5月21新档/仿官服pvp/无规则 无权限 无需录制/24h严格查挂/年费档/1.2倍/硬核/欢迎小队",
"connect": "103.45.143.12:11227",
"request": "103.45.143.12:11227",
"map": null,
"gamemode": "community-direct",
"version": "1.3.0.2.119181",
"numplayers": 12,
"maxplayers": 64,
"bots": 0,
"secured": null,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 43,
"add_date": 1780932278,
"last_update": 1780979438,
"banned": false,
"wipe": null,
"official": false,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 231,
"language": "zh",
"parked": false,
"app": {
"id": 11540,
"steam_id": 513710,
"name": "SCUM",
"url": "scum"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11764538");
$data = json_decode($json, true);
var_dump($data);