API для Tiger Land 10x gather/xp, stacks, tp/home, insta craft, quick s
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 111,
"fps_avg": 110,
"entities_count": 73064,
"world_seed": 6363696,
"world_size": 3600,
"steam_id": "90286576470277138",
"domain": null,
"id": 11677360,
"ip": "198.73.57.175",
"port": 28241,
"query": 28244,
"color": 0,
"city": "Clifton",
"description": null,
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780216204,
"last_online": 1780557710,
"icon": null,
"name": "Tiger Land 10x gather/xp, stacks, tp/home, insta craft, quick s",
"connect": "198.73.57.175:28241",
"request": "198.73.57.175:28244",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780216204,
"last_update": 1780557710,
"banned": false,
"wipe": 1775157011,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9648,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11677360");
$data = json_decode($json, true);
var_dump($data);