0702全图PVE/3倍物资/进服送8555/魔改地堡/特色种植/无高达/萌新养老福利服 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"build": 118271,
"extraFlags": 0,
"nameHeaderRaw": "f0df1c010003",
"statusFlags": 32,
"type": 1,
"unknownStatusFlags": 32,
"steam_id": null,
"domain": null,
"id": 11739567,
"ip": "83.223.197.142",
"port": 32102,
"query": 32102,
"color": 0,
"city": "Taoyuan",
"description": null,
"game": 513710,
"owner": null,
"boosts": 1,
"last_offline": 1780491836,
"last_online": 1780585250,
"icon": null,
"name": "0702全图PVE/3倍物资/进服送8555/魔改地堡/特色种植/无高达/萌新养老福利服",
"connect": "83.223.197.142:32102",
"request": "83.223.197.142:32102",
"map": null,
"gamemode": "community-hosted",
"version": "1.3.0.1.118271",
"numplayers": 3,
"maxplayers": 20,
"bots": 0,
"secured": null,
"private": false,
"country": "TW",
"status": true,
"votes": 0,
"points": 37,
"add_date": 1780412899,
"last_update": 1780585250,
"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": 752,
"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/11739567");
$data = json_decode($json, true);
var_dump($data);