API для УЛETHЫЙ ✮ DUST2 🎁 SGaming.RU
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "l",
"region": -1,
"product": "cstrike",
"gametype": "1931911997,awp,awp_,ba,ba_,bhop,de_dust2,dust2,jail,jb,jb_,mg,surf,ttt,ze,zm",
"dedicated": true,
"steam_id": "90291478955161628",
"domain": null,
"id": 14030247,
"ip": "193.19.119.97",
"port": 11198,
"query": 11198,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": null,
"game": 240,
"owner": null,
"boosts": 1,
"last_offline": 1787529643,
"last_online": 1787533200,
"icon": null,
"name": "УЛETHЫЙ ✮ DUST2 🎁 SGaming.RU",
"connect": "193.19.119.97:11198",
"request": "193.19.119.97:11198",
"map": "de_dust2",
"gamemode": null,
"version": "9540945",
"numplayers": 39,
"maxplayers": 42,
"bots": 0,
"secured": true,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 104,
"add_date": 1787529643,
"last_update": 1787533200,
"ban_reason": "server.ban_reasons.fake_server_data",
"banned": true,
"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": null,
"language": "ru",
"parked": false,
"app": {
"id": 5,
"steam_id": 240,
"name": "Counter-Strike: Source",
"url": "counter-strike-source"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14030247");
$data = json_decode($json, true);
var_dump($data);