API для 三分甜的神秘世界哟
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90291334328258589",
"domain": null,
"id": 12655031,
"ip": "110.42.96.37",
"port": 23551,
"query": 23551,
"project_id": null,
"color": 0,
"city": "Ningbo",
"description": null,
"game": 251570,
"owner": null,
"boosts": 1,
"last_offline": 1787142124,
"last_online": 1787348799,
"icon": null,
"name": "三分甜的神秘世界哟",
"connect": "110.42.96.37:23551",
"request": "110.42.96.37:23551",
"map": "天空之城Ⅱ10K预制拓展",
"gamemode": "7 Days To Die",
"version": "01.03.01",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": true,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1785004904,
"last_update": 1787348799,
"ban_reason": null,
"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": 2019,
"language": "zh",
"parked": false,
"app": {
"id": 49,
"steam_id": 251570,
"name": "7 Days to Die",
"url": "7-days-to-die"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12655031");
$data = json_decode($json, true);
var_dump($data);