API for [UAE/KSA] Falcon Rust 3x | Max 5 | Arab
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 70283,
"world_seed": 1337,
"world_size": 3350,
"steam_id": "90286752219761686",
"domain": null,
"id": 11435654,
"ip": "82.158.125.11",
"port": 28015,
"query": 28083,
"project_id": null,
"color": 0,
"city": "Dubai",
"description": "The Middle East's premier Rust server. 3x gather, max group 5, GCC-region low ping hosting. Triple anticheat, active staff, kits, ranks, leaderboards, and monthly wipes. Join the largest Arabic Rust community.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470419,
"last_online": 1780935626,
"icon": null,
"name": "[UAE/KSA] Falcon Rust 3x | Max 5 | Arab",
"connect": "82.158.125.11:28015",
"request": "82.158.125.11:28083",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 37,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "AE",
"status": true,
"votes": 0,
"points": 73,
"add_date": 1774977199,
"last_update": 1780935626,
"banned": false,
"wipe": 1780923445,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 794,
"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/11435654");
$data = json_decode($json, true);
var_dump($data);