API for [UAE/ARAB] Rust In Dubai - 10x One Grid | No BPs
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 0,
"world_seed": 0,
"world_size": 3000,
"steam_id": 90286577420605470,
"domain": null,
"id": 11645027,
"ip": "185.179.202.196",
"port": 28075,
"query": 28074,
"color": 0,
"city": "Dubai",
"description": "![[UAE/ARAB] Rust In Dubai - 10x One Grid | No BPs](https://cdn.rankeval.gg/Banner.png)\nWelcome to Rust in Dubai.\r\nExperience fast-paced PvP, smooth progression, and a rewarding token-based economy set in the iconic desert battlegrounds of the UAE.\r\n\r\nProtected by Advanced Anti-Cheat | RankEval Leaderboards Included |Enterprise-Grade DDoS Protection\r\n\r\n[Core Features]\r\n\r\n[Shop]– Token Currency System\r\nEarn tokens by playing and spend them on items, boosts, and upgrades.\r\n\r\n[Kits]– Redeem Over Time\r\nUnlock and claim kits as you progress through the wipe.\r\n\r\n[Loadouts] – Spawn & Progress Faster\r\nUpgrade your starting gear and dominate the battlefield from the start.\r\n\r\n[Earn Tokens By]\r\n\r\nPlaying on the server\r\nKilling other players\r\nCompleting PvE actions & events\r\n\r\n[Useful Commands]\r\n\r\n/store – Open the store shop\r\n/kit – Access your kit menu\r\n/clan – Create or manage clans\r\n/tpr – Send teleport requests\r\n/sethome <name> – Save your home location\r\n\r\n[Useful Links]\r\n\r\n[Store]: https://rustindubai.com/\r\n\r\n[Discord]: https://discord.gg/rustindubai",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780177443,
"last_online": 1780554028,
"icon": null,
"name": "[UAE/ARAB] Rust In Dubai - 10x One Grid | No BPs",
"connect": "185.179.202.196:28075",
"request": "185.179.202.196:28074",
"map": "discord.gg/rustindubai",
"gamemode": "Survival",
"version": "2585",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "AE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780177443,
"last_update": 1780554028,
"banned": false,
"wipe": 1780423200,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5746,
"language": "ar",
"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/11645027");
$data = json_decode($json, true);
var_dump($data);