API для =^..^Dagou Bark Hideout! QQ:975243223 Fun/Tactics
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90291609554296841",
"domain": null,
"id": 12398162,
"ip": "223.113.42.52",
"port": 7777,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Nanjing",
"description": null,
"game": 16900,
"owner": null,
"boosts": 1,
"last_offline": 1784836010,
"last_online": 1787729722,
"icon": null,
"name": "=^..^Dagou Bark Hideout! QQ:975243223 Fun/Tactics",
"connect": "223.113.42.52:7777",
"request": "223.113.42.52:27015",
"map": "nv1021575",
"gamemode": "Ground Branch",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": false,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1784569425,
"last_update": 1787729722,
"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": 72,
"language": "zh",
"parked": false,
"app": {
"id": 49744,
"steam_id": 16900,
"name": "GROUND BRANCH",
"url": "ground-branch"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12398162");
$data = json_decode($json, true);
var_dump($data);