API для The Man-Caboose: Bringing up the Rear!
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "l",
"region": 3,
"product": "tf",
"gametype": "payload,dedicated",
"dedicated": true,
"steam_id": "90292288973855764",
"domain": null,
"id": 15402380,
"ip": "213.32.108.79",
"port": 22630,
"query": 22630,
"project_id": null,
"color": 0,
"city": "Роттердам",
"description": null,
"game": 440,
"boosts": 1,
"last_offline": 1788748999,
"last_online": 1788734198,
"icon": null,
"name": "The Man-Caboose: Bringing up the Rear!",
"connect": "213.32.108.79:22630",
"request": "213.32.108.79:22630",
"map": "cp_coldfront",
"gamemode": null,
"version": "10828683",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": null,
"country": "NL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1788741549,
"last_update": 1788748999,
"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": 16966,
"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/15402380");
$data = json_decode($json, true);
var_dump($data);