群758309726/怪物猎人/怪猎/幻灵/死神-畸变-2264 - (v için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": 90071992547409920,
"domain": null,
"id": 11493239,
"ip": "49.232.243.45",
"port": 11602,
"query": 21602,
"color": 0,
"city": "Beijing",
"description": null,
"game": 345919,
"owner": null,
"boosts": 1,
"last_offline": 1779193211,
"last_online": 1779735083,
"icon": null,
"name": "群758309726/怪物猎人/怪猎/幻灵/死神-畸变-2264 - (v",
"connect": "49.232.243.45:11602",
"request": "49.232.243.45:21602",
"map": "ark_survival_evolved",
"gamemode": null,
"version": ".0.0.0",
"numplayers": 0,
"maxplayers": 0,
"bots": 100,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779193211,
"last_update": 1779735083,
"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": 1,
"language": "zh",
"parked": false,
"app": {
"id": 1665350,
"steam_id": 345919,
"name": "noinfo345919",
"url": "noinfo345919"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11493239");
$data = json_decode($json, true);
var_dump($data);