Counter-Strike 2
API для ███ ➥ CSBLACK.RU 🔥 MIRAGE CHRISTMAS [!WS !KNIFE]
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10733882json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10733882,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"LfBnnZ2QC_\",\"type\":\"paragraph\",\"data\":{\"text\":\"cs2land.net // csblack.ru\"}}]",
"game": 730,
"owner": 86208,
"boosts": 1,
"last_offline": 1771912257,
"score": 5,
"last_online": 1771024212,
"icon": null,
"name": "███ ➥ CSBLACK.RU 🔥 MIRAGE CHRISTMAS [!WS !KNIFE]",
"connect": null,
"request": null,
"map": "de_mirage_csgo",
"gamemode": "Counter-Strike 2",
"version": null,
"numplayers": 0,
"maxplayers": 25,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1765885897,
"last_update": 1771912257,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11885,
"language": "ru",
"parked": true,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": {
"username": "imarafon",
"avatar": "055fd301-6aa2-4cbe-8a4f-8ce0cd51f901.jpg",
"last_online": 1774024877
},
"mods": [
{
"id": 435,
"name": "VIP FREE"
},
{
"id": 4,
"name": "Admin List"
},
{
"id": 979,
"name": "Kits"
},
{
"id": 363,
"name": "Tag (LR)"
},
{
"id": 1227,
"name": "RaidBlock"
},
{
"id": 1596,
"name": "ViaVersion"
},
{
"id": 645,
"name": "Convoy Reforged"
},
{
"id": 935,
"name": "IQGradeRemove"
},
{
"id": 1542,
"name": "XBuildingSkinMenu"
}
],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10733882");
$data = json_decode($json, true);
var_dump($data);