API für JPOnly/PVP Moga Server【Solo/Duo/Trio】JUST FULLWIPED
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 99,
"fps_avg": 91,
"entities_count": 50352,
"world_seed": 8128,
"world_size": 3000,
"steam_id": "90286117680548882",
"domain": null,
"id": 11596782,
"ip": "163.44.110.105",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Chiyoda City",
"description": "ルール\r\n・モラルのある社会人であること\r\n・このサーバーは初心者の育成をメインとしています。\r\n・初心者狩り、張り付き粘着等の行動は禁止です。\r\n・レイド可能時間帯は21:00~25:00\r\n・拠点には必ず、プレイヤーの名前を書いて下さい。\r\n・レイド可能拠点を、いくつか設定しますので(看板にレイドOK書きます)レイドする時は報告お願いします。運営チームが防衛します。\r\n・我々と楽しく遊びたい方は、Moga Corp.のDiscordまで遊びに来てください。\r\n・楽しいRUSTライフをおくりましょう。",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779480769,
"last_online": 1780602035,
"icon": null,
"name": "JPOnly/PVP Moga Server【Solo/Duo/Trio】JUST FULLWIPED",
"connect": "163.44.110.105:28015",
"request": "163.44.110.105:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "JP",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779358598,
"last_update": 1780602035,
"banned": false,
"wipe": 1778342431,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4796,
"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/11596782");
$data = json_decode($json, true);
var_dump($data);