API für test server Khot Ruean Server [TH]
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "85568392936319190",
"domain": null,
"id": 11578658,
"ip": "210.246.215.125",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Pak Kret",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1780595060,
"last_online": 1780651245,
"icon": "https://i.ibb.co/zhfgD9Hx/Gemini-Generated-Image-9x6uf59x6uf59x6u.png",
"name": "test server Khot Ruean Server [TH]",
"connect": "210.246.215.125:27015",
"request": "210.246.215.125:27015",
"map": "California2",
"gamemode": "x1.5 | New Server |",
"version": "3.26.3.2",
"numplayers": 3,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": true,
"country": "TH",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1779356928,
"last_update": 1780651245,
"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": 102,
"language": "th",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11578658");
$data = json_decode($json, true);
var_dump($data);