API для 🏆🏆🏆 ЗAPУБA HA A.W.P 🏆 SGaming.RU
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "911994585,naykon,csgo,cs2,am,am_,awp,awp_,bhop,bhop_,de_dust2,de_mirage,dust2,jail,jb,jb_,mg,mg_,mirage,surf,surf_,ttt,ttt_,ze,ze_,zm,zm_",
"os": "l",
"product": "csgo",
"region": 4,
"steam_id": "90288572894976004",
"domain": null,
"id": 12013451,
"ip": "91.199.45.85",
"port": 11815,
"query": 11815,
"project_id": null,
"color": 0,
"city": "Vinnytsia",
"description": null,
"game": 4465480,
"owner": null,
"boosts": 1,
"last_offline": 1784088619,
"last_online": 1783846230,
"icon": null,
"name": "🏆🏆🏆 ЗAPУБA HA A.W.P 🏆 SGaming.RU",
"connect": "91.199.45.85:11815",
"request": "91.199.45.85:11815",
"map": "awp_lego_2",
"gamemode": null,
"version": "1.38.8.1",
"numplayers": 0,
"maxplayers": 127,
"bots": 0,
"secured": true,
"private": null,
"country": "UA",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1783799602,
"last_update": 1784088619,
"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": 5218,
"language": "uk",
"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/12013451");
$data = json_decode($json, true);
var_dump($data);