API для 👮👮👮 TЮPЯГA 👮 ПEPEДOBOЙ 👮 JAIL SGaming.RU
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "9121914943,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": 3,
"steam_id": "90288606578488329",
"domain": null,
"id": 12006209,
"ip": "91.219.149.43",
"port": 18951,
"query": 18951,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": null,
"game": 4465480,
"owner": null,
"boosts": 1,
"last_offline": 1784073940,
"last_online": 1783814731,
"icon": null,
"name": "👮👮👮 TЮPЯГA 👮 ПEPEДOBOЙ 👮 JAIL SGaming.RU",
"connect": "91.219.149.43:18951",
"request": "91.219.149.43:18951",
"map": "jb_minecraftparty_jail_sgaming_v1",
"gamemode": null,
"version": "1.38.8.1",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": null,
"country": "RU",
"status": false,
"votes": 0,
"points": 81,
"add_date": 1783799582,
"last_update": 1784073940,
"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/12006209");
$data = json_decode($json, true);
var_dump($data);