The Front
API для FlipFrontIsland
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10965090json
{
"response": {
"steam_id": 90284502433053710,
"domain": null,
"id": 10965090,
"ip": "176.57.181.250",
"port": 28400,
"query": 28415,
"color": 0,
"city": "Frankfurt am Main",
"description": "-ServerFightModeType=1",
"game": 2285150,
"owner": null,
"boosts": 1,
"last_offline": 1775345528,
"score": 0,
"last_online": 1776380422,
"icon": null,
"name": "FlipFrontIsland",
"connect": "176.57.181.250:28400",
"request": "176.57.181.250:28415",
"map": "CooolMap",
"gamemode": "PVP",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1768752504,
"last_update": 1776380422,
"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": 24,
"language": "de",
"parked": false,
"app": {
"id": 1617669,
"steam_id": 2285150,
"name": "The Front",
"url": "the-front"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10965090");
$data = json_decode($json, true);
var_dump($data);