Rust
API pentru [JP][PvE]またーりRUST[BP]
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/9846642json
{
"response": {
"fps": 154,
"fps_avg": 154,
"entities_count": 133261,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90284802775611392",
"domain": null,
"id": 9846642,
"ip": "175.130.55.150",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Iso",
"description": "![[JP][PvE]またーりRUST[BP]](https://www.dropbox.com/scl/fi/bj3k5ok6zpi82zxs04oob/202604.png?rlkey=nzcccusuvxu7fcjgpjevqd5lp&st=4zsx8d0a&dl=1)\n今期はBP+スキル+クッキングモードとなります。\r\nテックツリー・リサーチテーブルは利用不可です。\r\n\r\n** PvE server ** \r\nここはPvEサーバです。\r\nPvPをお求めの方はログアウトしてください。\r\n不定期でPvPアリーナイベントを開催しておりますのでそちらをお楽しみください。\r\n\r\n本サーバーは日本語ができることが推奨されます。\r\n*Japanese recommended *\r\n日本語でコミュニケーションの取れない方は推奨されません。\r\n\r\n日本国外から参加する方はDiscordにて連絡ください。\r\nIf you are participating from outside of Japan, please contact us on Discord.\r\n\r\n人の建物をレイドすることは禁止です。\r\n**Don't RAID!!! **\r\n物を盗んだり、攻撃(VC・チャット含む)、嫌がらせは禁止です。\r\n違反者は即BAN対象とし、悪質なプレイヤーは\r\nRUST公式運営会社であるFacepunchにアプリBANを申請します。\r\n\r\n本サーバーの告知等はDiscordにて行います。\r\nサーバー説明のWEBサイトボタンよりご参加ください。\r\n\r\n楽しいRUST生活を\r\nGLHF",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776807201,
"score": 0,
"last_online": 1776853219,
"icon": null,
"name": "[JP][PvE]またーりRUST[BP]",
"connect": "175.130.55.150:28015",
"request": "175.130.55.150:28017",
"map": "またーりカスタムMAP",
"gamemode": "Survival",
"version": "2623",
"numplayers": 10,
"maxplayers": 88,
"bots": 0,
"secured": true,
"private": false,
"country": "JP",
"status": true,
"votes": 0,
"points": 66,
"add_date": 1753203220,
"last_update": 1776853219,
"banned": false,
"wipe": 1775208667,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 772,
"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/9846642");
$data = json_decode($json, true);
var_dump($data);