Life is Feudal: Your Own
Maple's Fight Club and Daycare için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/6121969json
{
"response": {
"steam_id": "90284347876200455",
"domain": null,
"id": 6121969,
"ip": "23.92.73.178",
"port": 23025,
"query": 23027,
"color": 0,
"city": "Atlanta",
"description": null,
"game": 290080,
"owner": null,
"boosts": 1,
"last_offline": 1773261136,
"score": 0,
"last_online": 1776217838,
"icon": null,
"name": "Maple's Fight Club and Daycare",
"connect": "23.92.73.178:23025",
"request": "23.92.73.178:23027",
"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": 1727874047,
"last_update": 1776217838,
"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": 44,
"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": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/6121969");
$data = json_decode($json, true);
var_dump($data);