Counter-Strike 2
API pentru Alpha Division [ !lvl !ws !knife !agents]
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/6495436json
{
"response": {
"steam_id": null,
"domain": null,
"id": 6495436,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"ORziQM2Sko\",\"type\":\"paragraph\",\"data\":{\"text\":\"\\n\\n☆★ WELCOME TO ALPHA DIVISION ☆★\"}},{\"id\":\"HjWpcI7_0L\",\"type\":\"paragraph\",\"data\":{\"text\":\"The server features a large pool of cards to suit the taste of every player.\"}},{\"id\":\"Rimw5b_x8P\",\"type\":\"paragraph\",\"data\":{\"text\":\"Only on our server you will be comfortable and fun!We don't insult or cheat!\"}},{\"id\":\"uwfvz-uVIX\",\"type\":\"paragraph\",\"data\":{\"text\":\"We are for fair play and a cozy atmosphere! Come to us, you won’t regret it, because only with us:\"}},{\"id\":\"zefKxR6YEC\",\"type\":\"paragraph\",\"data\":{\"text\":\"☆★ Hospitable players ☆★☆★ Sociable and adequate admins ☆★\"}},{\"id\":\"V2hwhAT06S\",\"type\":\"paragraph\",\"data\":{\"text\":\"☆★ Lots of private and interesting plugins ☆★\"}},{\"id\":\"BdBzlcPCZ7\",\"type\":\"paragraph\",\"data\":{\"text\":\"☆★ Free VIP privilege for new players ☆★\"}},{\"id\":\"VFCFtMypX9\",\"type\":\"paragraph\",\"data\":{\"text\":\"☆★ There are free skins for weapons and gloves ☆★\"}},{\"id\":\"gobHAM_Nt8\",\"type\":\"paragraph\",\"data\":{\"text\":\"☆★ Only high-quality shooting and no lags ☆★\"}},{\"id\":\"ZAfLYrJNtM\",\"type\":\"paragraph\",\"data\":{\"text\":\"☆★ Servers are on high-quality hosting☆★ Join the group and invite your friends ☆★\"}},{\"id\":\"y8ApqWXIgt\",\"type\":\"paragraph\",\"data\":{\"text\":\"☆★ Every player is important to us ☆★\"}}]",
"game": 730,
"owner": 49101,
"boosts": 1,
"last_offline": 1750457066,
"score": 0,
"last_online": 1740367823,
"icon": null,
"name": "Alpha Division [ !lvl !ws !knife !agents]",
"connect": null,
"request": null,
"map": "de_mirage_night",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 11,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1730381878,
"last_update": 1750457066,
"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": 12197,
"language": "en",
"parked": true,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": {
"username": "nasyrin2015",
"avatar": "d0395dd8-aa1a-4bac-afc6-657399cbefa2.jpg",
"last_online": 1731857657
},
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/6495436");
$data = json_decode($json, true);
var_dump($data);