中国南方 裝備靠撿Pve微改 不掉|bedHome|Tpa|車庫 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "85568392936364145",
"domain": null,
"id": 11766779,
"ip": "223.122.133.167",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Tin Shui Wai",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1780955061,
"last_online": 1781083247,
"icon": null,
"name": "中国南方 裝備靠撿Pve微改 不掉|bedHome|Tpa|車庫",
"connect": "223.122.133.167:27015",
"request": "223.122.133.167:27015",
"map": "中国南方m",
"gamemode": "家用本地服 | 航母存活 | 附帶Tpa與Home指令",
"version": "3.26.3.2",
"numplayers": 1,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "HK",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1780933000,
"last_update": 1781083247,
"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": 95,
"language": "zh",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11766779");
$data = json_decode($json, true);
var_dump($data);