API для 🎭🎭🎭 TTT 🔪 HITMAN 🕵️ MAFIA 🔎 SGaming.RU
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "1956252237,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": 6,
"steam_id": "90288657826409491",
"domain": null,
"id": 11993869,
"ip": "195.62.52.237",
"port": 15352,
"query": 15352,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": null,
"game": 4465480,
"owner": null,
"boosts": 1,
"last_offline": 1784073936,
"last_online": 1783814731,
"icon": null,
"name": "🎭🎭🎭 TTT 🔪 HITMAN 🕵️ MAFIA 🔎 SGaming.RU",
"connect": "195.62.52.237:15352",
"request": "195.62.52.237:15352",
"map": "ttt_muhoransk_mg_surf_aim_awp_",
"gamemode": null,
"version": "1.38.8.1",
"numplayers": 0,
"maxplayers": 127,
"bots": 0,
"secured": true,
"private": null,
"country": "RU",
"status": false,
"votes": 0,
"points": 74,
"add_date": 1783799548,
"last_update": 1784073936,
"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": 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/11993869");
$data = json_decode($json, true);
var_dump($data);