Rust
API for [BR] RustValley 2X PVE |ARMAS CUSTOMIZADAS|RAIDABLE BASES
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11189547json
{
"response": {
"fps": 98,
"fps_avg": 95,
"entities_count": 142268,
"world_seed": 1,
"world_size": 4500,
"steam_id": "90285655500221451",
"domain": null,
"id": 11189547,
"ip": "181.233.115.142",
"port": 29015,
"query": 29016,
"color": 0,
"city": "Itapetininga",
"description": "![[BR] RustValley 2X PVE |ARMAS CUSTOMIZADAS|RAIDABLE BASES](https://image.myrustserver.com/logo/tedymt_6813310d976dc.png)\n[BR] New RustValley | PVE+ | Legendary Weapons | Raidable Bases | SKILLS \r\n\r\nFeatures: \r\n MINERADORAS VIRTUAIS /vq\r\n LEGENDARY WEAPONS\r\n CASINO /casino\r\n RAIDABLE BASES\r\n SKILL TREE\r\n /SHOP TO BUY ITEMS\r\nEPIC LOOT /el",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778580777,
"score": 0,
"last_online": 1778616019,
"icon": null,
"name": "[BR] RustValley 2X PVE |ARMAS CUSTOMIZADAS|RAIDABLE BASES",
"connect": "181.233.115.142:29015",
"request": "181.233.115.142:29016",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 4,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1772699059,
"last_update": 1778616019,
"banned": false,
"wipe": 1778179133,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1945,
"language": "pt",
"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/11189547");
$data = json_decode($json, true);
var_dump($data);