君王不朽号-战斗爽『Q群:902537637』 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90286023623668738",
"domain": null,
"id": 11587616,
"ip": "121.204.246.154",
"port": 27015,
"query": 27016,
"color": 0,
"city": "Wenquan",
"description": null,
"game": 602960,
"owner": null,
"boosts": 1,
"last_offline": 1779781964,
"last_online": 1779436253,
"icon": null,
"name": "君王不朽号-战斗爽『Q群:902537637』",
"connect": "121.204.246.154:27015",
"request": "121.204.246.154:27016",
"map": "Bulker - Abyss Scout",
"gamemode": "Barotrauma",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": true,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779357462,
"last_update": 1779781964,
"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": 112,
"language": "zh",
"parked": false,
"app": {
"id": 50335,
"steam_id": 602960,
"name": "Barotrauma",
"url": "barotrauma"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11587616");
$data = json_decode($json, true);
var_dump($data);