JSON для программ, сайтов и прочего

text
https://api.gamemonitoring.ru/servers/8269385
json
{
  "response": {
    "add_date": 1742500308,
    "app": {
      "id": 5,
      "name": "Counter-Strike: Source",
      "steam_id": 240,
      "url": "counter-strike-source"
    },
    "color": 0,
    "connect": "74.91.120.114:27015",
    "country": "US",
    "domain": null,
    "game": 240,
    "hide_address": false,
    "hide_query": false,
    "icon": null,
    "id": 8269385,
    "ip": "74.91.120.114",
    "language": "en",
    "last_update": 1789952908,
    "map": "cs_crackhouse!v3",
    "maxplayers": 32,
    "name": "24/7  C R A C K H O U S E | DM | Rando | Store | Fast-DL",
    "numplayers": 0,
    "official": null,
    "points": 30,
    "port": 27015,
    "private": false,
    "project_id": null,
    "pve": null,
    "pvp": null,
    "query": 27015,
    "request": "74.91.120.114:27015",
    "secured": true,
    "status": true,
    "steam_id": "90293079043461148",
    "version": "11003710",
    "votes": 0,
    "wipe": null,
    "ban_reason": null,
    "banned": false,
    "boosts": 1,
    "bots": 0,
    "city": "Даллас",
    "description": null,
    "disabled_modules": [],
    "gamemode": "Counter-Strike: Source",
    "hidden": false,
    "last_offline": 1788950434,
    "last_online": 1789952908,
    "list_hidden": false,
    "map_url": null,
    "mods": [],
    "next_wipe": null,
    "parked": false,
    "position_game": 912,
    "wipe_period": null,
    "coop": "0",
    "sv_tags": "alltalk,startmoney",
    "bot_quota": "0",
    "nextlevel": "",
    "sv_bounce": "0",
    "sv_cheats": "0",
    "tv_enable": "0",
    "deathmatch": "1",
    "listentype": "d",
    "mp_c4timer": "10.000000",
    "sm_nextmap": "aim_map2",
    "sm_noblock": "1",
    "sv_alltalk": "1",
    "sv_contact": "your@email.address",
    "sv_gravity": "800",
    "sv_nostats": "0",
    "environment": "w",
    "mp_teamlist": "hgrunt;scientist",
    "mp_teamplay": "0",
    "mp_winlimit": "0",
    "sv_friction": "4",
    "sv_maxspeed": "320",
    "sv_password": "0",
    "sv_pausable": "0",
    "sv_stepsize": "18",
    "tv_password": "0",
    "a2s_protocol": 17,
    "goto_version": "1.2",
    "mp_allowNPCs": "1",
    "mp_footsteps": "1",
    "mp_fraglimit": "0",
    "mp_maxrounds": "0",
    "mp_roundtime": "9.000000",
    "mp_timelimit": "28",
    "sv_footsteps": "1",
    "sv_rollangle": "0",
    "sv_rollspeed": "200",
    "sv_specspeed": "3",
    "sv_stopspeed": "75",
    "mp_falldamage": "1",
    "mp_flashlight": "1",
    "mp_freezetime": "2",
    "mp_limitteams": "1",
    "mp_startmoney": "2800",
    "mp_tournament": "0",
    "mp_weaponstay": "0",
    "sv_accelerate": "5",
    "sv_specnoclip": "1",
    "sv_steamgroup": "",
    "decalfrequency": "60",
    "mp_fadetoblack": "0",
    "sm_adv_version": "0.16",
    "sv_enableboost": "0",
    "sv_noclipspeed": "5",
    "sv_voiceenable": "1",
    "metamod_version": "1.11.0-dev+1163V",
    "mp_forcerespawn": "1",
    "mp_friendlyfire": "0",
    "sm_ggdm_version": "1.8.0",
    "sm_noblock_nade": "0",
    "mp_autocrosshair": "1",
    "mp_forceautoteam": "0",
    "players_complete": true,
    "sv_airaccelerate": "10",
    "sv_waterfriction": "1",
    "tv_relaypassword": "0",
    "mp_hostagepenalty": "0",
    "r_JeepViewZHeight": "10.0",
    "sourcemod_version": "1.12.0.7190",
    "sv_allowminmodels": "1",
    "sv_specaccelerate": "5",
    "mp_autoteambalance": "0",
    "mp_holiday_nogifts": "0",
    "mp_respawnwavetime": "10.0",
    "sv_wateraccelerate": "10",
    "tf_arena_use_queue": "1",
    "mp_stalemate_enable": "0",
    "r_VehicleViewDampen": "1",
    "sm_ragdolls_version": "1.2.4",
    "sv_autobunnyhopping": "0",
    "sv_noclipaccelerate": "5",
    "tf_arena_max_streak": "3",
    "tf_arena_round_time": "0",
    "r_AirboatViewZHeight": "0.0",
    "r_JeepViewDampenDamp": "1.0",
    "r_JeepViewDampenFreq": "7.0",
    "sm_supercmds_version": "0.51",
    "sm_supermenu_version": "0.5",
    "sv_vote_quorum_ratio": "0.6",
    "mp_scrambleteams_auto": "1",
    "sv_enablebunnyhopping": "0",
    "mp_stalemate_meleeonly": "0",
    "sv_competitive_minspec": "0",
    "tf_arena_preround_time": "10",
    "r_AirboatViewDampenDamp": "1.0",
    "r_AirboatViewDampenFreq": "7.0",
    "mp_disable_respawn_times": "0",
    "sm_quakesoundsv3_version": "3.5.6",
    "sv_maxusrcmdprocessticks": "24",
    "mp_match_end_at_timelimit": "0",
    "mp_scrambleteams_auto_windifference": "2"
  }
}

Примеры кода

php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/8269385");
$data = json_decode($json, true);
var_dump($data);