API for Rusthub.net | Jump For Loot | Random Item+ | Weekly
JSON for programs, websites and more
text
json
{
"response": {
"fps": 66,
"fps_avg": 66,
"entities_count": 46982,
"world_seed": 837267754,
"world_size": 3200,
"steam_id": "90286582297702404",
"domain": null,
"id": 7965883,
"ip": "156.236.84.207",
"port": 29015,
"query": 29017,
"color": 0,
"city": "City of London",
"description": "\nVisit rusthub.net to find out all about our servers and rules!\r\nMap wipes every Thursday at 16:00 BST/17:00 CET\r\nBP wipes every first Thursday of each month\r\n\r\nFeatures:\r\n-Jump for Loot\r\n-F15 Airstrike Events\r\n-Craftable Private Recycler\r\n-Purchasable Faster Tugboats\r\n-Place anything on Tugboats\r\n-Faster Smelting/Recycler Speed\r\n-Instant Craft\r\n-Raidable Bases\r\n-Call in Patrol\r\n5x Partol Heli, Bradley APC, Supply Drops, Hackable Crates\r\n\r\n\r\n\r\nDiscord: discord.gg/rusthub\r\nDaily restarts at 07:00 CET for better performance.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777913013,
"last_online": 1780549833,
"icon": null,
"name": "Rusthub.net | Jump For Loot | Random Item+ | Weekly",
"connect": "156.236.84.207:29015",
"request": "156.236.84.207:29017",
"map": "Rusthub Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1741000556,
"last_update": 1780549833,
"banned": false,
"wipe": 1779990463,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2783,
"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/7965883");
$data = json_decode($json, true);
var_dump($data);