API для Hosted by Entrysoft
JSON для программ, сайтов и прочего
text
json
{
"response": {
"coop": "0",
"sv_aim": "1",
"pausable": "0",
"sv_bounce": "1",
"sv_cheats": "0",
"deathmatch": "1",
"listentype": "d",
"mp_buytime": "0.25",
"mp_c4timer": "35",
"mp_logfile": "1",
"sv_alltalk": "0",
"sv_contact": "contact@entrysoft.ro",
"sv_gravity": "800",
"sv_maxrate": "100000",
"sv_minrate": "10000",
"sv_proxies": "0",
"sv_restart": "0",
"sv_version": "1.1.2.7/Stdio,48,4002",
"amx_nextmap": "cs_backalley",
"environment": "l",
"hbf_enabled": "1",
"mp_autokick": "0",
"mp_chattime": "0",
"mp_maxmoney": "16000",
"mp_playerid": "0",
"mp_timeleft": "10:25",
"mp_tkpunish": "0",
"mp_winlimit": "0",
"reu_version": "0.1.0.137",
"sv_friction": "4",
"sv_maxspeed": "900",
"sv_password": "0",
"sv_stepsize": "18",
"a2s_protocol": 48,
"amx_language": "en",
"amx_timeleft": "10:26",
"edgefriction": "2",
"game_version": "5.28.0.756-dev",
"mp_footsteps": "1",
"mp_fraglimit": "0",
"mp_fragsleft": "0",
"mp_logdetail": "0",
"mp_maxrounds": "0",
"mp_roundover": "0",
"mp_roundtime": "1.70",
"mp_timelimit": "20",
"sv_logblocks": "0",
"sv_stopspeed": "75",
"sv_uploadmax": "0.5",
"mp_falldamage": "1",
"mp_flashlight": "0",
"mp_freeforall": "0",
"mp_freezetime": "0",
"mp_limitteams": "0",
"mp_startmoney": "800",
"sv_accelerate": "5",
"decalfrequency": "60",
"mp_consistency": "1",
"mp_fadetoblack": "0",
"mp_forcecamera": "0",
"mp_kickpercent": "0.66",
"mp_logmessages": "0",
"sv_allowupload": "0",
"sv_clienttrace": "1",
"sv_voiceenable": "0",
"amxmodx_version": "1.9.0.5271",
"max_queries_sec": "1",
"metamod_version": "1.3.0.128",
"mp_buy_anywhere": "0",
"mp_forcerespawn": "0",
"mp_friendlyfire": "0",
"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": "0",
"mp_round_infinite": "0",
"max_queries_window": "1",
"mp_autoteambalance": "1",
"sv_wateraccelerate": "10",
"mp_autokick_timeout": "120",
"mp_hostage_hurtable": "1",
"mp_radio_maxinround": "60",
"reauthcheck_version": "0.1.6",
"amx_client_languages": "1",
"hackdetector_version": "0.15.328.lite",
"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": null,
"domain": null,
"id": 16642839,
"ip": "188.212.100.50",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Бакэу",
"description": null,
"game": 10,
"boosts": 1,
"last_offline": 1789646306,
"last_online": 1789727707,
"icon": null,
"name": "Hosted by Entrysoft",
"connect": "188.212.100.50:27015",
"request": "188.212.100.50:27015",
"map": "cs_italy",
"gamemode": "Counter-Strike",
"version": "1.1.2.7/Stdio",
"numplayers": 0,
"maxplayers": 14,
"bots": 0,
"secured": true,
"private": false,
"country": "RO",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1789635850,
"last_update": 1789727707,
"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": 10037,
"language": "ro",
"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/16642839");
$data = json_decode($json, true);
var_dump($data);