Squad
API для #1 [ STX ] ARABIC & ENGLISH | Vanilla | discord.gg/STX1
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11486924json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11486924,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Frankfurt am Main",
"description": "[{\"id\":\"fEhsHS-LRt\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Welcome to [ STX ] STEEL X Community Squad Server!**\"}},{\"id\":\"NLeCBtM4JW\",\"type\":\"image\",\"data\":{\"caption\":\"\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/b5370923-f291-4e84-8a6e-82e39a3e8c2f.png\"}}},{\"id\":\"0xoeyLBb4p\",\"type\":\"paragraph\",\"data\":{\"text\":\"[ STX ] STEEL X Community isn’t just a server—it’s a battlefield for strategy, teamwork, and skill. Whether you’re here to compete, coordinate, or just have epic firefights, you’ve found your squad.\"}},{\"id\":\"AR5jV5pzOw\",\"type\":\"paragraph\",\"data\":{\"text\":\" WHAT WE OFFER:\"}},{\"id\":\"CGzHYr04Aj\",\"type\":\"paragraph\",\"data\":{\"text\":\"• Cash-Prize Events: Monthly tournaments with rewards for top players.\"}},{\"id\":\"QvZ637eDxF\",\"type\":\"paragraph\",\"data\":{\"text\":\"• Custom Tactical Maps: Unique gameplay experiences crafted just for our members.\"}},{\"id\":\"vpPQV7QTag\",\"type\":\"paragraph\",\"data\":{\"text\":\"• 24/7 Admin Support: Fair, active, and ready to keep the server safe.\"}},{\"id\":\"yEVcOMqlXT\",\"type\":\"paragraph\",\"data\":{\"text\":\"• Clan-Friendly Community: Hosting 18+ whitelisted clans—join or find your perfect team!\"}},{\"id\":\"YAtzRckqxU\",\"type\":\"paragraph\",\"data\":{\"text\":\"Join our Discord to:\"}},{\"id\":\"-pN7dwG1KQ\",\"type\":\"paragraph\",\"data\":{\"text\":\"Register for tournaments\"}},{\"id\":\"LzNl8WZy10\",\"type\":\"paragraph\",\"data\":{\"text\":\"Explore our custom maps\"}},{\"id\":\"4EOlRmvKiC\",\"type\":\"paragraph\",\"data\":{\"text\":\"Connect with competitive players worldwide\"}},{\"id\":\"JlxW2WhNdO\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Server Owners: [ STX ] H KOCA**\"}},{\"id\":\"fdStitc521\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Co-Owners: [ STX ] ABU_BAKR**\"}},{\"id\":\"_nsiLxvW9I\",\"type\":\"paragraph\",\"data\":{\"text\":\"**SuperAdmin: [ STX ] YAMAR**\"}},{\"id\":\"HDPdIgJD3C\",\"type\":\"paragraph\",\"data\":{\"text\":\"Discord: \"}},{\"id\":\"aZDeaTtPSS\",\"type\":\"image\",\"data\":{\"caption\":\"\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/1814d77d-c57e-41d1-aa38-89af6d5f51b6.png\"}}}]",
"game": 393380,
"owner": 185165,
"boosts": 1,
"last_offline": 1778531087,
"score": 0,
"last_online": 1778532012,
"icon": null,
"name": "#1 [ STX ] ARABIC & ENGLISH | Vanilla | discord.gg/STX1",
"connect": null,
"request": null,
"map": "Sumari_Seed_v1",
"gamemode": "Seed",
"version": "v10.4.1.604352.2183",
"numplayers": 3,
"maxplayers": 100,
"bots": 0,
"secured": null,
"private": null,
"country": "DE",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1774979599,
"last_update": 1778532012,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": true,
"hide_query": true,
"position_game": 56,
"language": "de",
"parked": false,
"app": {
"id": 137,
"steam_id": 393380,
"name": "Squad",
"url": "squad"
},
"server_owner": {
"username": "hkoca",
"avatar": "0a7e2f62-3c73-4ec2-92a0-f1ea1be98e39.png",
"last_online": 1777214871
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11486924");
$data = json_decode($json, true);
var_dump($data);