API for ■■■Panda-顶级国服-租服送免挂商城-5年资深-开服咨询Q1138422559 支持淘宝■■■
JSON for programs, websites and more
text
json
{
"response": {
"build": 109974,
"extraFlags": 0,
"nameHeaderRaw": "60d91a020202",
"statusFlags": 2,
"type": 0,
"unknownStatusFlags": 0,
"steam_id": null,
"domain": null,
"id": 11741031,
"ip": "211.101.245.210",
"port": 7002,
"query": 7002,
"color": 0,
"city": "Chiyoda City",
"description": null,
"game": 513710,
"owner": null,
"boosts": 1,
"last_offline": 1780491835,
"last_online": 1780581013,
"icon": null,
"name": "■■■Panda-顶级国服-租服送免挂商城-5年资深-开服咨询Q1138422559 支持淘宝■■■",
"connect": "211.101.245.210:7002",
"request": "211.101.245.210:7002",
"map": null,
"gamemode": "community-direct",
"version": "1.2.2.2.109974",
"numplayers": 120,
"maxplayers": 128,
"bots": 0,
"secured": null,
"private": true,
"country": "JP",
"status": true,
"votes": 0,
"points": 124,
"add_date": 1780412907,
"last_update": 1780581013,
"banned": false,
"wipe": null,
"official": false,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 19,
"language": "ja",
"parked": false,
"app": {
"id": 11540,
"steam_id": 513710,
"name": "SCUM",
"url": "scum"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11741031");
$data = json_decode($json, true);
var_dump($data);