Rust
Rustmimi-日本 main初心者 04/17-pvp-(JP|KR|TW|SEA) के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10780976json
{
"response": {
"fps": 91,
"fps_avg": 89,
"entities_count": 56654,
"world_seed": 1669817015,
"world_size": 3500,
"steam_id": "90284754849154076",
"domain": null,
"id": 10780976,
"ip": "118.27.224.253",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Chiyoda City",
"description": "\nRustmimi-日本 main 04/17-pvp(JP|KR|TW|SEA)\r\nマップサイズ3500\r\n次回マップワイプ:4月24日(金)予定/BPワイプ:5月1日(金)予定\r\nルール:左下のWebsiteリンク → Discordで確認\r\n----\r\nJapan Beginner PvP (JP|KR|TW|SEA) - Rustmimi\r\nMap Size: 3500\r\nNext Map:apr. 24th (Fri)/ BP Wipe:may. 1th (Fri)\r\nRules & server info: check Discord via the Website link (bottom-left)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776805404,
"score": 0,
"last_online": 1776852018,
"icon": null,
"name": "Rustmimi-日本 main初心者 04/17-pvp-(JP|KR|TW|SEA)",
"connect": "118.27.224.253:28015",
"request": "118.27.224.253:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 7,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "JP",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1766872489,
"last_update": 1776852018,
"banned": false,
"wipe": 1776366941,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1499,
"language": "ja",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10780976");
$data = json_decode($json, true);
var_dump($data);