Life is Feudal: Your Own
API для [FR] Royaume De Bretagne
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10682067json
{
"response": {
"steam_id": "90284353175036931",
"domain": null,
"id": 10682067,
"ip": "208.115.196.106",
"port": 23035,
"query": 23037,
"color": 0,
"city": "Dallas",
"description": null,
"game": 290080,
"owner": null,
"boosts": 1,
"last_offline": 1775448126,
"score": 0,
"last_online": 1776228038,
"icon": null,
"name": "[FR] Royaume De Bretagne",
"connect": "208.115.196.106:23035",
"request": "208.115.196.106:23037",
"map": null,
"gamemode": "Life is Feudal: Your Own",
"version": "yo_1.4.4.5",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1764584152,
"last_update": 1776228038,
"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": 61,
"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/10682067");
$data = json_decode($json, true);
var_dump($data);