API pentru [JP/KR]Treev | 2x | Vanilla+ | PVP | 初心者 | Skin | 06/05
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 179,
"fps_avg": 148,
"entities_count": 69375,
"world_seed": 376503120,
"world_size": 3500,
"steam_id": "90286765047814154",
"domain": null,
"id": 11095734,
"ip": "31.214.142.196",
"port": 25714,
"query": 25716,
"project_id": null,
"color": 0,
"city": "Tokyo",
"description": "![[JP/KR]Treev | 2x | Vanilla+ | PVP | 初心者 | Skin | 06/05](https://i.imgur.com/XeCH8xi.png)\n==== 2026 N E W O P E N ====\r\nNext Wipe:2026-06-19 [04:00 UTC+9 (KST/JST)] MAP WIPE\r\nMap Size:3,500 | MAX TEAM:4\r\nTreev _ 日本/韓国専用サーバーです。 한국/일본 전용 서버입니다. \r\n\r\nJP:\r\n・リソース倍:2倍 (硫黄:1倍) ・TC維持費:50% ・スキン\r\n・コイン ・接続ボーナス(30分ごと) ・ショップ ・自動ドア\r\n※ コインはワイプ(Wipe)時にも初期化されません。\r\n\r\nKR: \r\n・자원 배율:2배 (유황=1배) ・TC유지비용:50% ・스킨\r\n・코인 ・접속보상(30분) ・상점 ・자동문\r\n※ 코인은 와이프(Wipe)시에도 초기화 되지 않습니다.\r\n\r\nEN:\r\n・Resource Rate:2x (Sulfur: 1x) ・TC Decay:50% ・Skin\r\n・Coins ・Playtime Rewards (Every 30 Minutes) ・Shop ・Auto Doors\r\n※ Coins are NOT wiped during map wipes.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780668263,
"last_online": 1780959635,
"icon": null,
"name": "[JP/KR]Treev | 2x | Vanilla+ | PVP | 初心者 | Skin | 06/05",
"connect": "31.214.142.196:25714",
"request": "31.214.142.196:25716",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "JP",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1770028159,
"last_update": 1780959635,
"banned": false,
"wipe": 1780668687,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4305,
"language": "ja",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11095734");
$data = json_decode($json, true);
var_dump($data);