Life is Feudal: Your Own
API для Embertide | Night:PvP | RP | Custom Mods | YoLauncher | LiFx
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/5818607json
{
"response": {
"steam_id": "90284347931823119",
"domain": null,
"id": 5818607,
"ip": "63.143.56.34",
"port": 13451,
"query": 13453,
"color": 0,
"city": "Chicago",
"description": null,
"game": 290080,
"owner": null,
"boosts": 1,
"last_offline": 1774857731,
"score": 0,
"last_online": 1776224420,
"icon": null,
"name": "Embertide | Night:PvP | RP | Custom Mods | YoLauncher | LiFx",
"connect": "63.143.56.34:13451",
"request": "63.143.56.34:13453",
"map": null,
"gamemode": "Life is Feudal: Your Own",
"version": "yo_1.4.4.5",
"numplayers": 2,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 38,
"add_date": 1725030574,
"last_update": 1776224420,
"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": 13,
"language": "en",
"parked": false,
"app": {
"id": 85,
"steam_id": 290080,
"name": "Life is Feudal: Your Own",
"url": "life-is-feudal-your-own"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/5818607");
$data = json_decode($json, true);
var_dump($data);