API for RustPunch.Net PVE |10X|PVE|Kits|Skins|NOBP|Skilltree|
JSON for programs, websites and more
text
json
{
"response": {
"fps": 170,
"fps_avg": 164,
"entities_count": 119497,
"world_seed": 1337,
"world_size": 4250,
"steam_id": "90286550818295834",
"domain": null,
"id": 9175538,
"ip": "89.213.214.39",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Ashburn",
"description": "\nRustPunch.Net PVE |10X|PVE|Kits|Skins|NOBP|Skilltree| \r\nWipe: Thursdays @ 14:00 EST \r\n\r\nFeatures: \r\n> 10X Scrap & Loot\r\n> 10X Faster Recyclers, Crafting, & Smelting\r\n> 10X Gather Rates for Everything\r\n> Starter Kit: Use /kit to claim!\r\n> Premium Loot Tables\r\n> Free Skinbox & VIP1 when you /vote\r\n\r\nDont forget to add our server to your favorites!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470420,
"last_online": 1780551634,
"icon": null,
"name": "RustPunch.Net PVE |10X|PVE|Kits|Skins|NOBP|Skilltree|",
"connect": "89.213.214.39:28015",
"request": "89.213.214.39:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1747243157,
"last_update": 1780551634,
"banned": false,
"wipe": 1778177684,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1729,
"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/9175538");
$data = json_decode($json, true);
var_dump($data);