ARK: Survival Evolved
API для 318 新服新开 13通永久PVE 10倍 S+ 萌新乐园 维京 -
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10772886json
{
"response": {
"steam_id": "90283773873724439",
"domain": null,
"id": 10772886,
"ip": "114.66.62.143",
"port": 11114,
"query": 21114,
"color": 0,
"city": "Beijing",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1775031735,
"score": 0,
"last_online": 1776379841,
"icon": null,
"name": "318 新服新开 13通永久PVE 10倍 S+ 萌新乐园 维京 -",
"connect": "114.66.62.143:11114",
"request": "114.66.62.143:21114",
"map": "TheIsIand",
"gamemode": "TestGameMode_C",
"version": "1.0.0.0",
"numplayers": 5,
"maxplayers": 127,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1766870255,
"last_update": 1776379841,
"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": 2961,
"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/10772886");
$data = json_decode($json, true);
var_dump($data);