API для 端午档 送秒烧秒搓 百倍S+ 迷失 搜111 艾克 - (v361
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": ",OWNINGID:90288713945397248,OWNINGNAME:90288713945397248,NUMOPENPUBCONN:123,P2PADDR:90288713945397248,P2PPORT:40141,LEGACY_i:0",
"os": "w",
"product": "ark_survival_evolved",
"region": -1,
"steam_id": "90288713945397248",
"domain": null,
"id": 12190403,
"ip": "116.132.63.74",
"port": 40141,
"query": 40143,
"project_id": null,
"color": 0,
"city": "Jinrongjie",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1784673118,
"last_online": 1783838686,
"icon": null,
"name": "端午档 送秒烧秒搓 百倍S+ 迷失 搜111 艾克 - (v361",
"connect": "116.132.63.74:40141",
"request": "116.132.63.74:40143",
"map": "LostIsland",
"gamemode": null,
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 127,
"bots": 0,
"secured": true,
"private": null,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1783820506,
"last_update": 1784673118,
"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": 16102,
"language": "zh",
"parked": false,
"app": {
"id": 67,
"steam_id": 346110,
"name": "ARK: Survival Evolved",
"url": "ark-survival-evolved"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12190403");
$data = json_decode($json, true);
var_dump($data);