API für EchoChamber_JP_Rust
JSON für Programme, Websites und mehr
text
json
{
"response": {
"modded": true,
"fps": 91,
"fps_avg": 80,
"entities_count": 65535,
"world_seed": 1337,
"world_size": 3800,
"steam_id": "90286605315559455",
"domain": null,
"id": 9745892,
"ip": "160.251.166.192",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Chiyoda City",
"description": "\nDeceptive words, roaring gunfire.\nEnjoy the excitement!\n\nAn unparalleled, no-fee ModServer with unparalleled largesse.\nCheats? You don't need any of that, Plagin is here to help you!\n\nNo rules.\nThis server promises you all “freedom”!\nWe will never guarantee or compensate you for anything other than your “freedom”.\n\nThis server uses EchoChamber for Twitch distribution!\nWe look forward to having you as a mentor and hope you will join us!\n\n[INote]]\nBans for other games, cheat recommendations, and steam profiles \nIf you do not have a public profile, you will be kicked.\n\nPlease read the server specifications carefully!\nThe synergy between plug-ins is tremendous,\n\nembody “freedom” without the above restrictions!\nYou embody “freedom”!\n\nPlease check the guide page for detailed information that could not be fully included in the server description.\n\n欺く言葉、轟く銃撃戦。\n興奮を楽しもう!\n\n他に類を見ない大盤振る舞いの無課金ModServer。\nチート?そんなものは必要ありません、Plaginがあなたをお助けします!\n\nルールはありません。\nこのサーバーはあなたに全ての「自由」を約束します!\nあなたの「自由」以外のものを保証したり、補償したりすることはありません。\n\nこのサーバーはTwitch配信にEchoChamberを使用しています!\nあなたがメンターとして参加できることを楽しみにしています!\n\n[INote]]\n\n他ゲームのBAN、チート推奨、スチームプロフィールについて\nプロフィールを公開していない場合はキックされます。\n\nサーバーの仕様をよくお読みください!\nプラグイン同士の相乗効果は絶大です。\n\n上記のような制約のない「自由」を体現しています!\nあなたが「自由」を体現するのです.\n\n紹介文では載せきれない詳細情報は案内ページをご確認ください",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780599868,
"last_online": 1780633227,
"icon": null,
"name": "EchoChamber_JP_Rust",
"connect": "160.251.166.192:28015",
"request": "160.251.166.192:28017",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 69,
"bots": 0,
"secured": true,
"private": false,
"country": "JP",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1752325064,
"last_update": 1780633227,
"banned": false,
"wipe": 1778196361,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3182,
"language": "ja",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/9745892");
$data = json_decode($json, true);
var_dump($data);