s&box
АВОСЬКА RP | ВЕЙПЫ | КАЗИНО | ЮТУБ 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/11491618json
{
"response": {
"revision": "234409",
"protocol": 1101,
"gameident": "ariex.avoskarp",
"hidden": false,
"api": 25,
"steam_id": "90285682823451657",
"domain": null,
"id": 11491618,
"ip": "109.172.31.58",
"port": 27015,
"query": 27016,
"color": 0,
"city": "Moscow",
"description": null,
"game": 590830,
"owner": null,
"boosts": 1,
"last_offline": 1778121183,
"score": 0,
"last_online": 1778703080,
"icon": null,
"name": "АВОСЬКА RP | ВЕЙПЫ | КАЗИНО | ЮТУБ",
"connect": "109.172.31.58:27015",
"request": "109.172.31.58:27016",
"map": "thieves.rpdowntown3t#181158",
"gamemode": "АВОСЬКА RP | КАЗИНО | ЮТУБ",
"version": "26.05.06a",
"numplayers": 0,
"maxplayers": 69,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1777415028,
"last_update": 1778703080,
"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": 27,
"language": "ru",
"parked": false,
"app": {
"id": 1646716,
"steam_id": 590830,
"name": "s&box",
"url": "sbox"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/11491618");
$data = json_decode($json, true);
var_dump($data);