API для 水晶/纯净/A镜/PVE/Q群595604809搜8666
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90285531495840774",
"domain": null,
"id": 11779601,
"ip": "123.121.102.141",
"port": 48100,
"query": 48105,
"project_id": null,
"color": 0,
"city": "Beijing",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1781376609,
"last_online": 1781420531,
"icon": null,
"name": "水晶/纯净/A镜/PVE/Q群595604809搜8666",
"connect": "123.121.102.141:48100",
"request": "123.121.102.141:48105",
"map": "CrystalIsles",
"gamemode": "TestGameMode_C",
"version": "361.4",
"numplayers": 1,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1781376609,
"last_update": 1781420531,
"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": 13504,
"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/11779601");
$data = json_decode($json, true);
var_dump($data);