API для [*TR*] Vortéx Ailesi | TuÑ�кTєαm Maç Sunucus
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "dedicated,gravity,premium,pure",
"os": "l",
"product": "fof",
"region": 3,
"steam_id": "90289933274029076",
"domain": null,
"id": 13091266,
"ip": "213.32.108.79",
"port": 26019,
"query": 26019,
"project_id": null,
"color": 0,
"city": "Rotterdam",
"description": null,
"game": 265630,
"owner": null,
"boosts": 1,
"last_offline": 1785450211,
"last_online": 1785453600,
"icon": null,
"name": "[*TR*] Vortéx Ailesi | Tu�кTєαm Maç Sunucus",
"connect": "213.32.108.79:26019",
"request": "213.32.108.79:26019",
"map": "fof_sweetwater_12",
"gamemode": null,
"version": "629",
"numplayers": 0,
"maxplayers": 20,
"bots": 3,
"secured": true,
"private": null,
"country": "NL",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1785450211,
"last_update": 1785453600,
"ban_reason": null,
"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": 195,
"language": "nl",
"parked": false,
"app": {
"id": 81,
"steam_id": 265630,
"name": "Fistful of Frags",
"url": "fistful-of-frags"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13091266");
$data = json_decode($json, true);
var_dump($data);