Rust
API for Japan Tokyo - 侍 | samurai | Solo/Duo/Trio | JP | Vanilla
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11261305json
{
"response": {
"fps": 226,
"fps_avg": 225,
"entities_count": 55173,
"world_seed": 55201488,
"world_size": 3200,
"steam_id": "90284743078131741",
"domain": null,
"id": 11261305,
"ip": "51.79.218.246",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Singapore",
"description": "ご覧いただきありがとうございます。\r\n初心者から上級者まで歓迎しております。\r\nSolo/Duo/Trio Only、バニラサーバー\r\n\r\n【サーバー情報】\r\n・PVP、リサイクラー2倍速、鉱石湧き倍\r\n・Raidable Bases(bot拠点)プラグイン実装\r\n・チーム制限:3人まで\r\n・マップ/BPワイプ;1weeks, 毎週金曜18時にワイプ\r\n・毎日AM00:00サーバー再起動\r\n・チート行為やルール違反者には厳格に対応します。Discordのリンクからご連絡ください。\r\nMap and blueprint wipes follow a 1‑week cycle.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776265315,
"score": 0,
"last_online": 1776852024,
"icon": null,
"name": "Japan Tokyo - 侍 | samurai | Solo/Duo/Trio | JP | Vanilla",
"connect": "51.79.218.246:28015",
"request": "51.79.218.246:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555233,
"last_update": 1776852024,
"banned": false,
"wipe": 1776417031,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5079,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11261305");
$data = json_decode($json, true);
var_dump($data);