Rust
API for [US] Rust Isle Random Item Jump 10x FUN EVENTS Wiped 5/7
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/476519json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 78520,
"world_seed": 1505683533,
"world_size": 3000,
"steam_id": "90285696370202633",
"domain": null,
"id": 476519,
"ip": "104.129.133.179",
"port": 28024,
"query": 28028,
"color": 0,
"city": "Dallas",
"description": "![[US] Rust Isle Random Item Jump 10x FUN EVENTS Wiped 5/7](https://i.postimg.cc/vm0F2yQs/rj5x-header.jpg)\n→ Join Discord and get VIP at rustisle.com ←\r\n\r\n√ Get random items when jumping, 10x gather and other loot\r\n√ Wipes Thursdays 2PM EST New Map on Forced\r\n√ Flat build islands\r\n√ No BPs, Instant Crafting, 10x Smelting Speed\r\n√ Kits, Backpacks\r\n√ Combined Outpost, short night, fast airdrops, fast recycle\r\n√ Building Workbench\r\n√ Clans, auto authorization\r\n√ TP to Combined Outpost\r\n\r\n√ Server highly optimized for stability, no lag, no crashes, fast restarts\r\n\r\n√√√ Events - Raidable Bases,Convoy,Dangerous Treasures,Train Heist,Guarded Crate √√√\r\n\r\n↓↓↓ Rustisle.com VIP and Discord ↓↓↓",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777913013,
"score": null,
"last_online": 1778686219,
"icon": null,
"name": "[US] Rust Isle Random Item Jump 10x FUN EVENTS Wiped 5/7",
"connect": "104.129.133.179:28024",
"request": "104.129.133.179:28028",
"map": "Rustisle.com",
"gamemode": "Survival",
"version": "2625",
"numplayers": 3,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1634303359,
"last_update": 1778686219,
"banned": false,
"wipe": 1778177050,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1597,
"language": "en",
"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/476519");
$data = json_decode($json, true);
var_dump($data);