API для !!!大家随便来[挂皮肤服]~落霞
JSON для программ, сайтов и прочего
text
json
{
"response": {
"paused": false,
"season": "winter",
"directory_id": "fa08ffa9208e42a9620068397d27ce22",
"steam_id": null,
"domain": null,
"id": 14608506,
"ip": "101.35.103.201",
"port": 12999,
"query": 12999,
"project_id": null,
"color": 0,
"city": "Шанхай",
"description": null,
"game": 322330,
"owner": null,
"boosts": 1,
"last_offline": 1788554532,
"last_online": 1788589802,
"icon": null,
"name": "!!!大家随便来[挂皮肤服]~落霞",
"connect": "101.35.103.201:12999",
"request": "101.35.103.201:12999",
"map": null,
"gamemode": "survival",
"version": "747465",
"numplayers": 15,
"maxplayers": 16,
"bots": null,
"secured": null,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 77,
"add_date": 1788554532,
"last_update": 1788589802,
"ban_reason": null,
"banned": false,
"hidden": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 0,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 25,
"language": null,
"parked": false,
"app": {
"id": 147,
"steam_id": 322330,
"name": "Don't Starve Together",
"url": "dont-starve-together"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14608506");
$data = json_decode($json, true);
var_dump($data);