API для Moldavia Public | moldavia.vip
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": "45",
"mp_logfile": "1",
"sv_alltalk": "0",
"sv_contact": "moldavia.vip",
"sv_gravity": "800",
"sv_maxrate": "25000",
"sv_minrate": "5000",
"sv_proxies": "1",
"sv_restart": "0",
"sv_version": "1.1.2.7/Stdio,48,4419",
"yb_version": "4.4.957",
"amx_nextmap": "de_chateau",
"environment": "l",
"mp_autokick": "1",
"mp_chattime": "10.000000",
"mp_logkills": "1",
"mp_maxmoney": "16000",
"mp_playerid": "0",
"mp_timeleft": "03:26",
"mp_tkpunish": "0",
"mp_winlimit": "0",
"reu_version": "0.2.0.25",
"sv_friction": "4",
"sv_maxspeed": "900",
"sv_password": "0",
"sv_stepsize": "18",
"a2s_protocol": 48,
"amx_language": "ru",
"amx_timeleft": "03:27",
"edgefriction": "2",
"game_version": "5.30.0.814-dev",
"mp_footsteps": "1",
"mp_fraglimit": "0",
"mp_fragsleft": "0",
"mp_logdetail": "0",
"mp_maxrounds": "0",
"mp_roundover": "0",
"mp_roundtime": "3",
"mp_timelimit": "20",
"sv_logblocks": "0",
"sv_stopspeed": "75",
"sv_uploadmax": "0.5",
"mp_falldamage": "1",
"mp_flashlight": "1",
"mp_freeforall": "0",
"mp_freezetime": "3",
"mp_limitteams": "2",
"mp_startmoney": "800",
"sv_accelerate": "5",
"decalfrequency": "30",
"mp_consistency": "1",
"mp_fadetoblack": "0",
"mp_forcecamera": "0",
"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.10.0.5478",
"max_queries_sec": "1",
"metamod_version": "1.3.0.149",
"mp_buy_anywhere": "0",
"mp_forcerespawn": "0",
"mp_friendlyfire": "0",
"mp_mapvoteratio": "0.66",
"mv_auth_version": "1.1",
"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": null,
"domain": null,
"id": 16673354,
"ip": "84.156.110.180",
"port": 27016,
"query": 27016,
"project_id": null,
"color": 0,
"city": "Ротвайль",
"description": null,
"game": 10,
"boosts": 1,
"last_offline": 1789687473,
"last_online": 1789727009,
"icon": null,
"name": "Moldavia Public | moldavia.vip",
"connect": "84.156.110.180:27016",
"request": "84.156.110.180:27016",
"map": "de_cbble",
"gamemode": "Counter-Strike",
"version": "1.1.2.7/Stdio",
"numplayers": 0,
"maxplayers": 32,
"bots": 8,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1789687473,
"last_update": 1789727009,
"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": 10695,
"language": "de",
"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/16673354");
$data = json_decode($json, true);
var_dump($data);