API для UnHappy FatFat
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90286208702234654",
"domain": null,
"id": 11602855,
"ip": "218.161.82.104",
"port": 27020,
"query": 27016,
"color": 0,
"city": "Taichung",
"description": null,
"game": 602960,
"owner": null,
"boosts": 1,
"last_offline": 1779709361,
"last_online": 1779781828,
"icon": null,
"name": "UnHappy FatFat",
"connect": "218.161.82.104:27020",
"request": "218.161.82.104:27016",
"map": "Arak's Testing Cube",
"gamemode": "multiplayercampaign",
"version": "1.12.7.0",
"numplayers": 2,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": true,
"country": "TW",
"status": true,
"votes": 0,
"points": 49,
"add_date": 1779709361,
"last_update": 1779781828,
"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": 22,
"language": "zh",
"parked": false,
"app": {
"id": 50335,
"steam_id": 602960,
"name": "Barotrauma",
"url": "barotrauma"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11602855");
$data = json_decode($json, true);
var_dump($data);