Counter-Strike: Global Offensive
API для -=★ FIREGAMESNETWORK.COM ★ MIX 10X10 ★ SKINS ★ FACAS
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11182816json
{
"response": {
"steam_id": "85568392935947880",
"domain": null,
"id": 11182816,
"ip": "162.43.190.227",
"port": 27450,
"query": 27450,
"color": 0,
"city": "San Francisco",
"description": null,
"game": 4465480,
"owner": null,
"boosts": 1,
"last_offline": 1776672200,
"score": 0,
"last_online": 1776820229,
"icon": null,
"name": "-=★ FIREGAMESNETWORK.COM ★ MIX 10X10 ★ SKINS ★ FACAS",
"connect": "162.43.190.227:27450",
"request": "162.43.190.227:27450",
"map": "de_dust2",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 6,
"maxplayers": 21,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 54,
"add_date": 1772653233,
"last_update": 1776820229,
"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": 219,
"language": "en",
"parked": false,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11182816");
$data = json_decode($json, true);
var_dump($data);