API для EU | 100 Tick | Vanilla Versus by bizzle
JSON для программ, сайтов и прочего
text
json
{
"response": {
"sv_tags": "increased_maxplayers",
"nextlevel": "",
"listentype": "d",
"sv_alltalk": "0",
"environment": "l",
"a2s_protocol": 17,
"mp_limitteams": "0",
"sv_maxplayers": "32.000000",
"sv_steamgroup": "46036706",
"survivor_limit": "4",
"sm_assist_modes": "",
"players_complete": true,
"sm_assist_enable": "1",
"mp_autoteambalance": "0",
"l4d2_addons_eclipse": "-1",
"l4d2pause_forceonly": "1",
"sm_assist_modes_off": "",
"sm_assist_modes_tog": "0",
"sm_skill_bhopstreak": "999",
"director_afk_timeout": "45",
"sm_skill_skeet_melee": "1",
"sm_assist_display_num": "2",
"sm_skill_report_flags": "2076671",
"sm_skill_skeet_magnum": "1",
"sm_skill_skeet_sniper": "1",
"sm_skill_vomit_number": "4",
"sm_skill_bhopinitspeed": "150",
"sm_skill_bhopkeepspeed": "300",
"sm_skill_report_enable": "1",
"sm_skill_skeet_shotgun": "1",
"sm_assist_infected_flag": "64",
"sm_skill_hidefakedamage": "1",
"mp_teams_unbalance_limit": "0",
"sm_skill_hunterdp_height": "400",
"sm_skill_instaclear_time": "0",
"sm_skill_jockeydp_height": "300",
"l4d2_tank_props_glow_surs": "0",
"l4d2_tank_props_glow_type": "0",
"sm_skill_drawcrown_damage": "500",
"sm_skill_selfclear_damage": "200",
"custom_chat_colors_version": "3.1.0",
"l4d2_tank_props_glow_color": "255 255 255",
"l4d2_tank_props_glow_enable": "1",
"sm_skill_deathcharge_height": "400",
"l4d2_tank_props_glow_range_max": "4500",
"l4d2_tank_props_glow_range_min": "256",
"l4d2_tank_props_glow_tank_only": "0",
"l4d2_specting_cheat_alive_color": "255 0 0",
"l4d2_specting_cheat_ghost_color": "255 255 255",
"l4d2_tank_props_glow_spectators": "1",
"sm_skill_skeet_grenade_launcher": "1",
"tank_witch_spawn_notify_version": "1.0",
"l4d2_specting_cheat_default_value": "0",
"l4d2_specting_cheat_use_command_flag": "z",
"tank_witch_spawn_notify_tank_announce": "1",
"tank_witch_spawn_notify_witch_announce": "0",
"tank_witch_spawn_notify_tank_sound_file": "ui/pickup_secret01.wav",
"tank_witch_spawn_notify_witch_sound_file": "",
"l4d2_tank_props_glow_dissapear_time_alive": "0.0",
"l4d2_tank_props_glow_dissapear_time_death": "10.0",
"steam_id": "90292954612064287",
"domain": null,
"id": 11257250,
"ip": "191.96.94.140",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Франкфурт-на-Майне",
"description": null,
"game": 550,
"boosts": 1,
"last_offline": 1789578656,
"last_online": 1789711641,
"icon": null,
"name": "EU | 100 Tick | Vanilla Versus by bizzle",
"connect": "191.96.94.140:27015",
"request": "191.96.94.140:27015",
"map": "c13m1_alpinecreek",
"gamemode": "Left 4 Dead 2",
"version": "2.2.4.3",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774555030,
"last_update": 1789711641,
"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": 4263,
"language": "de",
"parked": false,
"app": {
"id": 11,
"steam_id": 550,
"name": "Left 4 Dead 2",
"url": "left-4-dead-2"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11257250");
$data = json_decode($json, true);
var_dump($data);