Life is Feudal: Your Own
启航PVE【4.13】MOD/QQ781436178 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/9302123json
{
"response": {
"steam_id": "90284383655286784",
"domain": null,
"id": 9302123,
"ip": "115.120.49.33",
"port": 28000,
"query": 28002,
"color": 0,
"city": "Shanghai",
"description": null,
"game": 290080,
"owner": null,
"boosts": 1,
"last_offline": 1776040869,
"score": 0,
"last_online": 1776233463,
"icon": null,
"name": "启航PVE【4.13】MOD/QQ781436178",
"connect": "115.120.49.33:28000",
"request": "115.120.49.33:28002",
"map": null,
"gamemode": "Life is Feudal: Your Own",
"version": "yo_1.4.4.5",
"numplayers": 6,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 48,
"add_date": 1747665010,
"last_update": 1776233463,
"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": 8,
"language": "zh",
"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/9302123");
$data = json_decode($json, true);
var_dump($data);