API für ALL BLUE 钓鱼大赛服 | 稀有海王类 | 纯休闲养老
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286271985607685",
"domain": null,
"id": 11612262,
"ip": "159.75.140.167",
"port": 54437,
"query": 54937,
"color": 0,
"city": "Guangzhou",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1780390472,
"last_online": 1780603297,
"icon": null,
"name": "ALL BLUE 钓鱼大赛服 | 稀有海王类 | 纯休闲养老",
"connect": "159.75.140.167:54437",
"request": "159.75.140.167:54937",
"map": "chernarusplus",
"gamemode": null,
"version": "129",
"numplayers": 0,
"maxplayers": 70,
"bots": 89,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779915709,
"last_update": 1780603297,
"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": 8140,
"language": "zh",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11612262");
$data = json_decode($json, true);
var_dump($data);