API для ! ## China 10X 萌新 0852 礼包/长期 中心 - (v361.7)
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": ",OWNINGID:90289125290201088,OWNINGNAME:90289125290201088,NUMOPENPUBCONN:88,P2PADDR:90289125290201088,P2PPORT:20090,LEGACY_i:0",
"os": "w",
"product": "ark_survival_evolved",
"region": -1,
"steam_id": "90289125290201088",
"domain": null,
"id": 12352074,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": "Guiyang",
"description": null,
"game": 480,
"owner": null,
"boosts": 1,
"last_offline": 1784287862,
"last_online": 1784377299,
"icon": null,
"name": "! ## China 10X 萌新 0852 礼包/长期 中心 - (v361.7)",
"connect": null,
"request": null,
"map": "TheCenter",
"gamemode": null,
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 88,
"bots": 0,
"secured": true,
"private": null,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1784287862,
"last_update": 1784377299,
"ban_reason": null,
"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": 5504,
"language": "zh",
"parked": true,
"app": {
"id": 54694,
"steam_id": 480,
"name": "Spacewar",
"url": "spacewar"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12352074");
$data = json_decode($json, true);
var_dump($data);