API для Newbie World Order
JSON для программ, сайтов и прочего
text
json
{
"response": {
"coop": "0",
"sv_tags": "bots,increased_maxplayers,public,replays,stats",
"nextlevel": "",
"sv_cheats": "0",
"tv_enable": "0",
"deathmatch": "1",
"listentype": "d",
"sv_alltalk": "0",
"sv_contact": "",
"environment": "l",
"mp_winlimit": "0",
"sv_password": "0",
"sv_pausable": "0",
"tv_password": "1",
"a2s_protocol": 17,
"mp_fraglimit": "0",
"mp_timelimit": "0",
"sv_specnoclip": "0",
"mp_fadetoblack": "0",
"sv_voiceenable": "1",
"mp_friendlyfire": "0",
"players_complete": true,
"tv_relaypassword": "1",
"steam_id": "90292960332316692",
"domain": null,
"id": 16678491,
"ip": "213.32.108.79",
"port": 34707,
"query": 34707,
"project_id": null,
"color": 0,
"city": "Роттердам",
"description": null,
"game": 440,
"boosts": 1,
"last_offline": 1789724387,
"last_online": 1789713265,
"icon": null,
"name": "Newbie World Order",
"connect": "213.32.108.79:34707",
"request": "213.32.108.79:34707",
"map": "ctf_sawmill",
"gamemode": "Team Fortress",
"version": "10828683",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1789709160,
"last_update": 1789724387,
"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": 5983,
"language": "nl",
"parked": false,
"app": {
"id": 24,
"steam_id": 440,
"name": "Team Fortress 2",
"url": "team-fortress-2"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16678491");
$data = json_decode($json, true);
var_dump($data);