泡茶群养老僵毁服老肥宅的B42测试 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90286577073143826",
"domain": null,
"id": 11712707,
"ip": "203.135.101.249",
"port": 21397,
"query": 21397,
"project_id": null,
"color": 0,
"city": "Shaoxing",
"description": "没啥可介绍的大概,起码目前为止(",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1781379808,
"last_online": 1780588840,
"icon": null,
"name": "泡茶群养老僵毁服老肥宅的B42测试",
"connect": "203.135.101.249:21397",
"request": "203.135.101.249:21397",
"map": "Riverside, KY;Muldraugh, KY",
"gamemode": "Project Zomboid",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": true,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780301050,
"last_update": 1781379808,
"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": 10519,
"language": "zh",
"parked": false,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11712707");
$data = json_decode($json, true);
var_dump($data);