Open Fortress
API для [AUS] Duel Server of the Feywilds
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/5564312json
{
"response": {
"steam_id": "90284897549740045",
"domain": null,
"id": 5564312,
"ip": "122.150.70.90",
"port": 27045,
"query": 27045,
"color": 0,
"city": "Melbourne",
"description": null,
"game": 3561320,
"owner": null,
"boosts": 1,
"last_offline": 1770811266,
"score": 0,
"last_online": 1777474331,
"icon": null,
"name": "[AUS] Duel Server of the Feywilds",
"connect": "122.150.70.90:27045",
"request": "122.150.70.90:27045",
"map": "duel_seawalk_a1a",
"gamemode": "Open Fortress",
"version": "10000021",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1723311564,
"last_update": 1777474331,
"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": 6,
"language": "en",
"parked": false,
"app": {
"id": 1665361,
"steam_id": 3561320,
"name": "Open Fortress",
"url": "open-fortress"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/5564312");
$data = json_decode($json, true);
var_dump($data);