VORES NETWORK >> ECONOMY SURVIVAL ===> PLAY.VORES.MY.ID <=== 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"steam_id": null,
"domain": "play.vores.my.id",
"id": 11750489,
"ip": "15.235.230.26",
"port": 25212,
"query": 25212,
"color": 0,
"city": "Singapore",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1780519123,
"last_online": 1780598448,
"icon": null,
"name": "VORES NETWORK >> ECONOMY SURVIVAL ===> PLAY.VORES.MY.ID <===",
"connect": "play.vores.my.id:25212",
"request": "15.235.230.26:25212",
"map": null,
"gamemode": null,
"version": "1.21.11",
"numplayers": 5,
"maxplayers": 30,
"bots": 0,
"secured": null,
"private": null,
"country": "SG",
"status": true,
"votes": 0,
"points": 37,
"add_date": 1780519123,
"last_update": 1780598448,
"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": 1000,
"language": "en",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/11750489");
$data = json_decode($json, true);
var_dump($data);