Life is Feudal: Your Own
TEST [RU] Amber. Classic Map x 1 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10554834json
{
"response": {
"steam_id": "90282458494923788",
"domain": null,
"id": 10554834,
"ip": "109.248.4.14",
"port": 28000,
"query": 28002,
"color": 0,
"city": "Moscow",
"description": null,
"game": 290080,
"owner": null,
"boosts": 1,
"last_offline": 1772965931,
"score": 0,
"last_online": 1776230420,
"icon": null,
"name": "TEST [RU] Amber. Classic Map x 1",
"connect": "109.248.4.14:28000",
"request": "109.248.4.14:28002",
"map": null,
"gamemode": "Life is Feudal: Your Own",
"version": "yo_1.4.4.5",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": true,
"country": "RU",
"status": true,
"votes": 4,
"points": 34,
"add_date": 1762522951,
"last_update": 1776230420,
"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": "ru",
"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": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10554834");
$data = json_decode($json, true);
var_dump($data);