API для 1337 B0YZ sErVeR!!!!!!!!!
JSON для программ, сайтов и прочего
text
json
{
"response": {
"coop": "0",
"sv_aim": "0",
"pausable": "0",
"sv_bounce": "1",
"sv_cheats": "0",
"deathmatch": "1",
"listentype": "d",
"mp_buytime": "0.5",
"mp_c4timer": "35",
"mp_logfile": "1",
"sv_alltalk": "0",
"sv_contact": "",
"sv_gravity": "800",
"sv_maxrate": "0",
"sv_minrate": "0",
"sv_proxies": "1",
"sv_restart": "0",
"sv_version": "1.1.2.7/Stdio,48,4419",
"yb_version": "4.4.957",
"amx_nextmap": "de_cbble",
"environment": "l",
"mp_autokick": "1",
"mp_chattime": "10.000000",
"mp_logkills": "1",
"mp_maxmoney": "16000",
"mp_playerid": "0",
"mp_timeleft": "0",
"mp_tkpunish": "0",
"mp_winlimit": "5",
"sv_friction": "4",
"sv_maxspeed": "900",
"sv_password": "1",
"sv_stepsize": "18",
"a2s_protocol": 48,
"amx_language": "en",
"amx_timeleft": "00:00",
"edgefriction": "2",
"game_version": "5.30.0.814-dev",
"mp_footsteps": "1",
"mp_fraglimit": "0",
"mp_fragsleft": "0",
"mp_logdetail": "3",
"mp_maxrounds": "0",
"mp_roundover": "0",
"mp_roundtime": "1.75",
"mp_timelimit": "0",
"sv_logblocks": "0",
"sv_stopspeed": "75",
"sv_uploadmax": "0.5",
"mp_falldamage": "1",
"mp_flashlight": "0",
"mp_freeforall": "0",
"mp_freezetime": "4",
"mp_limitteams": "2",
"mp_startmoney": "800",
"sv_accelerate": "5",
"decalfrequency": "30",
"mp_consistency": "1",
"mp_fadetoblack": "0",
"mp_forcecamera": "2",
"mp_jump_height": "45",
"mp_kickpercent": "0.66",
"mp_logmessages": "1",
"mp_randomspawn": "0",
"sv_allowupload": "1",
"sv_clienttrace": "1",
"sv_voiceenable": "1",
"amxmodx_version": "1.9.0.5303",
"max_queries_sec": "1",
"metamod_version": "1.3.0.149",
"mp_buy_anywhere": "0",
"mp_forcerespawn": "0",
"mp_friendlyfire": "1",
"mp_mapvoteratio": "0.66",
"sv_restartround": "0",
"allow_spectators": "1.0",
"humans_join_team": "any",
"mp_forcechasecam": "0",
"mp_infinite_ammo": "0",
"mp_item_staytime": "300",
"mp_radio_timeout": "1.5",
"mp_windifference": "1",
"players_complete": true,
"sv_airaccelerate": "10",
"sv_allow_autoaim": "1",
"sv_waterfriction": "1",
"mp_give_player_c4": "1",
"mp_hostagepenalty": "13",
"mp_round_infinite": "0",
"max_queries_window": "1",
"mp_autoteambalance": "1",
"sv_wateraccelerate": "10",
"mp_autokick_timeout": "-1",
"mp_hostage_hurtable": "1",
"mp_radio_maxinround": "60",
"amx_client_languages": "1",
"mp_ammo_respawn_time": "20",
"mp_infinite_grenades": "0",
"mp_item_respawn_time": "30",
"mp_show_scenarioicon": "0",
"mp_afk_bomb_drop_time": "0",
"max_queries_sec_global": "1",
"mp_round_restart_delay": "5",
"mp_weapon_respawn_time": "20",
"mp_respawn_immunitytime": "0",
"mp_scoreboard_showmoney": "3",
"mp_scoreboard_showdefkit": "1",
"mp_scoreboard_showhealth": "3",
"ff_damage_reduction_other": "0.35",
"ff_damage_reduction_bullets": "0.35",
"ff_damage_reduction_grenade": "0.25",
"mp_respawn_immunity_effects": "1",
"mp_weapons_allow_map_placed": "1",
"mp_respawn_immunity_force_unset": "1",
"ff_damage_reduction_grenade_self": "1.0",
"steam_id": "90288804245459998",
"domain": null,
"id": 13360944,
"ip": "206.168.215.50",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Стокгольм",
"description": null,
"game": 10,
"boosts": 1,
"last_offline": 1787410235,
"last_online": 1789738850,
"icon": null,
"name": "1337 B0YZ sErVeR!!!!!!!!!",
"connect": "206.168.215.50:27015",
"request": "206.168.215.50:27015",
"map": "de_train",
"gamemode": "Counter-Strike",
"version": "1.1.2.7/Stdio",
"numplayers": 0,
"maxplayers": 16,
"bots": 10,
"secured": true,
"private": true,
"country": "SE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1785881445,
"last_update": 1789738850,
"ban_reason": null,
"banned": false,
"hidden": 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": 6609,
"language": "sv",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13360944");
$data = json_decode($json, true);
var_dump($data);