API для [EU] VoltNode Gaming | Classic Competitive
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11602892,
"ip": "178.105.21.214",
"port": 27015,
"query": 27015,
"project_id": 78,
"color": 0,
"city": "Falkenstein",
"description": "[{\"id\":\"KCTF0wtyv2\",\"type\":\"image\",\"data\":{\"caption\":\"[EU] VoltNode Gaming #2 | Competitive\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.ru/images/content/eaf53159-9388-47f0-8631-c57dcde21499.webp\"}}},{\"id\":\"7irqy4NQlq\",\"type\":\"paragraph\",\"data\":{\"text\":\"**[EU] VoltNode Gaming #2 | Competitive**\\n\\n✔ ReHLDS + ReGameDLL\\n\\n✔ 1000 FPS\\n\\n✔ Fair Competitive Environment\\n\\n✔ No VIP\\n\\n✔ No Pay-to-Win\\n\\n✔ FastDL\\n\\n✔ Active Admins\\n\\n✔ Europe Hosted\\n\\nDiscord: https://discord.gg/RKDcjkqJSd\\n\\nCompetitive IP: 178.105.21.214:27015\\n\\nOnly skill matters here.\"}}]",
"game": 10,
"owner": 196565,
"boosts": 1,
"last_offline": 1779751427,
"last_online": 1786932339,
"icon": null,
"name": "[EU] VoltNode Gaming | Classic Competitive",
"connect": "178.105.21.214:27015",
"request": "178.105.21.214:27015",
"map": "de_dust2",
"gamemode": "Counter-Strike",
"version": "1.1.2.7/Stdio",
"numplayers": 3,
"maxplayers": 12,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 1,
"points": 136,
"add_date": 1779751427,
"last_update": 1786932339,
"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": 10,
"language": "en",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": {
"username": "voltnode",
"avatar": "96174a0d-9010-44d7-957c-337dcb507a3c.webp"
},
"mods": [
{
"id": 1634,
"name": "AMX-Mod-X"
},
{
"id": 1620,
"name": "Public"
},
{
"id": 1621,
"name": "VIP"
},
{
"id": 1955,
"name": "Steam"
},
{
"id": 1622,
"name": "RANK"
},
{
"id": 1957,
"name": "Rankstats"
},
{
"id": 1963,
"name": "Free Admin"
},
{
"id": 1962,
"name": "Free Play"
},
{
"id": 1956,
"name": "Fun"
},
{
"id": 1959,
"name": "Multi jump"
},
{
"id": 2434,
"name": "Zombie Escape"
},
{
"id": 1960,
"name": "x3 Jump"
},
{
"id": 1623,
"name": "Case"
},
{
"id": 1961,
"name": "Triple Jump"
},
{
"id": 1958,
"name": "Stats Top Players"
},
{
"id": 1624,
"name": "CkinChanger case"
},
{
"id": 2430,
"name": "MMR"
},
{
"id": 2431,
"name": "ELO"
},
{
"id": 1990,
"name": "HNS"
}
],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11602892");
$data = json_decode($json, true);
var_dump($data);