Team Fortress 2
API для [TF2Ware] (BR) Opressive Territory | Multi Modos 4FuN! @optr.me
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/5131833json
{
"response": {
"steam_id": null,
"domain": null,
"id": 5131833,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 440,
"owner": 127141,
"boosts": 1,
"last_offline": 1756334708,
"score": 0,
"last_online": 1753050290,
"icon": null,
"name": "[TF2Ware] (BR) Opressive Territory | Multi Modos 4FuN! @optr.me",
"connect": null,
"request": null,
"map": "tf2ware2_a4",
"gamemode": "TF2WARE2 v.2.7.6",
"version": null,
"numplayers": 0,
"maxplayers": 25,
"bots": 0,
"secured": false,
"private": false,
"country": "BR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1720872189,
"last_update": 1756334708,
"banned": 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": 1989,
"language": "pt",
"parked": true,
"app": {
"id": 24,
"steam_id": 440,
"name": "Team Fortress 2",
"url": "team-fortress-2"
},
"server_owner": {
"username": "DGB",
"avatar": "4f8efdfd-967d-43cc-955f-a9d4f848c246.jpg",
"last_online": 1752942953
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/5131833");
$data = json_decode($json, true);
var_dump($data);