Counter-Strike 2
➥ BLUESEN.RU [CS2] МАНЬЯК ПРЯТКИ #3 的 API
我们提供多种集成方式。 你可以使用其中任意一种,也可以通过 JSON API 自行创建集成。 如果你希望我们新增其他集成方式,请联系我们。 联系我们
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/4880375json
{
"response": {
"steam_id": "85568392932132236",
"domain": null,
"id": 4880375,
"ip": "46.174.48.212",
"port": 27016,
"query": 27016,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"SQ9iml0LcR\",\"type\":\"image\",\"data\":{\"caption\":\"\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/a9425cc4-a4ca-49e4-9e8e-0cf38ba5afd8.png\"}}},{\"id\":\"a83qs2JaB0\",\"type\":\"header\",\"data\":{\"text\":\"➥ Полезные ссылки\",\"level\":1}},{\"id\":\"VSTP6-eOKd\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Сайт: **[bluesen.ru](http://bluesen.ru)\"}},{\"id\":\"ACBEcnYgBq\",\"type\":\"paragraph\",\"data\":{\"text\":\"**VK:** [vk.com/bluesen](http://vk.com/bluesen)\"}},{\"id\":\"ENKUqDSpR-\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Discord:** [discord.gg/bluesen](http://discord.gg/bluesen)\"}},{\"id\":\"JNzZP9FTQh\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Telegram:** [t.me/bluesen](http://t.me/bluesen)\"}}]",
"game": 730,
"owner": 77677,
"boosts": 1,
"last_offline": 1773937321,
"score": 4.9,
"last_online": 1775760010,
"icon": null,
"name": "➥ BLUESEN.RU [CS2] МАНЬЯК ПРЯТКИ #3",
"connect": "46.174.48.212:27016",
"request": "46.174.48.212:27016",
"map": "seek_town_update",
"gamemode": "Counter-Strike 2",
"version": "1.41.4.1",
"numplayers": 10,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 112,
"add_date": 1719337975,
"last_update": 1775760010,
"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": 96,
"language": "ru",
"parked": false,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": {
"username": "Rimatis",
"avatar": "075b7dd8-11c5-4129-980e-42911114dea7.jpg",
"last_online": 1734928293
},
"mods": [],
"disabled_modules": [
"chat"
]
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/4880375");
$data = json_decode($json, true);
var_dump($data);