API for [US] Badlands Rust | 3X Vanilla | Solo/Duo/Trio/Quad
JSON for programs, websites and more
text
json
{
"response": {
"fps": 196,
"fps_avg": 208,
"entities_count": 68021,
"world_seed": 2031645717,
"world_size": 3500,
"steam_id": "90286235881202718",
"domain": null,
"id": 11502892,
"ip": "135.148.15.25",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Hudson",
"description": "Badlands Rust is a 3x Vanilla server for casual players that enjoy quick and competitive gameplay!\r\n-Wipes Tuesday and Saturday 3PM EST\r\n- Group Limit ~ 4\r\n- Gather Rate ~ 3x\r\n- Loot Tables ~ 3x\r\n- Half smelt and craft times\r\n- Fast Recyclers\r\n- More to come",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780551815,
"last_online": 1779880823,
"icon": null,
"name": "[US] Badlands Rust | 3X Vanilla | Solo/Duo/Trio/Quad",
"connect": "135.148.15.25:28015",
"request": "135.148.15.25:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779207224,
"last_update": 1780551815,
"banned": false,
"wipe": 1779480491,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11682,
"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/11502892");
$data = json_decode($json, true);
var_dump($data);