API для Thế giới của phuc126712
JSON для программ, сайтов и прочего
text
json
{
"response": {
"paused": false,
"season": "spring",
"lanonly": false,
"dedicated": true,
"secondaries": {
"1282526727": {
"id": "1282526727",
"port": 10998,
"__addr": "183.80.209.37",
"steamid": "90292796870707204"
}
},
"clienthosted": true,
"directory_id": "KU_rfk9SR4B",
"steam_id": null,
"domain": null,
"id": 16440852,
"ip": "183.80.209.37",
"port": 10999,
"query": 10999,
"project_id": null,
"color": 0,
"city": "Намдинь",
"description": null,
"game": 322330,
"boosts": 1,
"last_offline": 1789578113,
"last_online": 1789491611,
"icon": null,
"name": "Thế giới của phuc126712",
"connect": "183.80.209.37:10999",
"request": "183.80.209.37:10999",
"map": null,
"gamemode": "survival",
"version": "747465",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": null,
"private": false,
"country": "VN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1789467088,
"last_update": 1789578113,
"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": 37646,
"language": null,
"parked": false,
"app": {
"id": 147,
"steam_id": 322330,
"name": "Don't Starve Together",
"url": "dont-starve-together"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16440852");
$data = json_decode($json, true);
var_dump($data);