Rust
[SEA] INDO RUST REBORN | 2x Vanilla | WIPED 17/4 4 days ago के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10805531json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 79052,
"world_seed": 1062869171,
"world_size": 3500,
"steam_id": "90284789608330257",
"domain": null,
"id": 10805531,
"ip": "203.27.106.49",
"port": 28025,
"query": 28026,
"color": 0,
"city": "Singapore",
"description": "![[SEA] INDO RUST REBORN | 2x Vanilla | WIPED 17/4 4 days ago](https://i.ibb.co.com/hJFM1qQm/INDORUST-BANNER.png)\nWelcome to INDO RUST REBORN! Beginner friendly server.\r\n\r\nServer Rules:\r\n- No macro/script/bug abuse\r\n\r\nServer Features:\r\n- Vanilla 2x Gather/Pickup/Quarry/Excav\r\n- Kits\r\n- Max Team: 8 (Default)\r\n- Map Size: 3500\r\n\r\nWipe Schedule:\r\n- Map Wipe: Weekly Every Friday (6PM)\r\n- Full Wipe: Monthly (Last 3 Apr 2026 | Next 8 May 2026 2AM)\r\n- Daily Server Restart at 6AM\r\n\r\nAll times shown are in GMT+7\r\n\r\nBattlemetrics: rs0000000icP0rAi42Nz*Y",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776787403,
"score": 5,
"last_online": 1776849016,
"icon": null,
"name": "[SEA] INDO RUST REBORN | 2x Vanilla | WIPED 17/4 4 days ago",
"connect": "203.27.106.49:28025",
"request": "203.27.106.49:28026",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 3,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 3,
"points": 65,
"add_date": 1766921282,
"last_update": 1776849016,
"banned": false,
"wipe": 1776423464,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 834,
"language": "en",
"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/10805531");
$data = json_decode($json, true);
var_dump($data);