QANGA
API для China Qanga Server
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/9561981json
{
"response": {
"steam_id": "90282600694459399",
"domain": null,
"id": 9561981,
"ip": "107.174.66.33",
"port": 7777,
"query": 27016,
"color": 0,
"city": "Buffalo",
"description": null,
"game": 1648190,
"owner": null,
"boosts": 1,
"last_offline": 1772667151,
"score": 0,
"last_online": 1777620611,
"icon": null,
"name": "China Qanga Server",
"connect": "107.174.66.33:7777",
"request": "107.174.66.33:27016",
"map": "Universe",
"gamemode": "China Qanga Server",
"version": "1.0.0.0",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 91,
"add_date": 1750586798,
"last_update": 1777620611,
"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": 2,
"language": "en",
"parked": false,
"app": {
"id": 1559650,
"steam_id": 1648190,
"name": "QANGA",
"url": "qanga"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/9561981");
$data = json_decode($json, true);
var_dump($data);