怪物猎人/PVE/C10X20F60/仙境/送2.0-搜AS - (v361.7) için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": 90071992547409920,
"domain": null,
"id": 11602768,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Beijing",
"description": null,
"game": 345919,
"owner": null,
"boosts": 1,
"last_offline": 1779581001,
"last_online": 1779586370,
"icon": null,
"name": "怪物猎人/PVE/C10X20F60/仙境/送2.0-搜AS - (v361.7)",
"connect": null,
"request": null,
"map": "ark_survival_evolved",
"gamemode": null,
"version": ".0.0.0",
"numplayers": 0,
"maxplayers": 0,
"bots": 100,
"secured": true,
"private": false,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779581001,
"last_update": 1779586370,
"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": 2,
"language": "zh",
"parked": true,
"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/11602768");
$data = json_decode($json, true);
var_dump($data);