API for [SOLO] UAE Modded x3
JSON for programs, websites and more
text
json
{
"response": {
"fps": 192,
"fps_avg": 196,
"entities_count": 63498,
"world_seed": 1292410216,
"world_size": 3500,
"steam_id": "90286642346734601",
"domain": null,
"id": 11502120,
"ip": "86.99.37.56",
"port": 28015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Dubai",
"description": "![[SOLO] UAE Modded x3](https://pid.abukaff.io/api/files/pbc_3607937828/u1k9sm6abx7h0d7/rust_xqu6gohgi5.jpg)\nWelcome to SOLO UAE 3x Server \r\n Functions: \r\n Remove tool \r\n Clans \r\n Autodoor \r\n Extra stacks \r\n Quick sorting \r\n Furnace ore splitting",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780682061,
"last_online": 1781521232,
"icon": null,
"name": "[SOLO] UAE Modded x3",
"connect": "86.99.37.56:28015",
"request": "86.99.37.56:27015",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "AE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207191,
"last_update": 1781521232,
"banned": false,
"wipe": 1780682473,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2745,
"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/11502120");
$data = json_decode($json, true);
var_dump($data);