Life is Feudal: Your Own
API для Dziwaki
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10234010json
{
"response": {
"steam_id": 90284384026162190,
"domain": null,
"id": 10234010,
"ip": "176.57.160.225",
"port": 28010,
"query": 28012,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 290080,
"owner": null,
"boosts": 1,
"last_offline": 1776124918,
"score": 0,
"last_online": 1776217258,
"icon": null,
"name": "Dziwaki",
"connect": "176.57.160.225:28010",
"request": "176.57.160.225:28012",
"map": null,
"gamemode": "Life is Feudal: Your Own",
"version": "yo_1.4.4.5",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1756800979,
"last_update": 1776217258,
"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": 55,
"language": "de",
"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/10234010");
$data = json_decode($json, true);
var_dump($data);