API for ELEVATE RUST | 3X SOLO/DUO | BEGINNER FRIENDLY | RAIDABLE BASES
JSON for programs, websites and more
text
json
{
"response": {
"fps": 139,
"fps_avg": 116,
"entities_count": 94007,
"world_seed": 13825,
"world_size": 4000,
"steam_id": "90286603913495576",
"domain": null,
"id": 11131057,
"ip": "157.85.95.160",
"port": 26066,
"query": 26067,
"color": 0,
"city": "Frankfurt am Main",
"description": "\nElevate Rust 3x rate server. We try to archive a elevated Rust game experience. There is no real money trade for features and will never be! Active admins!\r\n\r\nNO PAY TO WIN\r\n\r\nAvailable Features:\r\nâ˘3x rates\r\nâ˘Custom Starter Kits - Type /kit to access them\r\nâ˘Combined Storage - Linkable Lootboxes - Link your loot for better storage management\r\nâ˘Raidable Bases | Meaningful Skill System\r\nâ˘Faster reyclers | Faster Smelting | Instand Craft\r\nâ˘Better TC | Workbench exdended for the whole building\r\nâ˘Upkeep reduced by 50%\r\nâ˘Furnance Splitter - Type /ffs for Options\r\nâ˘Gathering gets you EXP and Levels - Get a small gather boost for each level\r\nâ˘Increased stack size by 5x\r\nâ˘Auto upgrade your placed building with /bgrade\r\nâ˘Save Trade with /trade\r\nâ˘Quicksort\r\nâ˘Spawn Mini\r\nâ˘Vote for night skip\r\nâ˘Custom Outpost Vendor\r\nâ˘Buyable Raid Protection for Sulfur",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595663,
"last_online": 1780604428,
"icon": null,
"name": "ELEVATE RUST | 3X SOLO/DUO | BEGINNER FRIENDLY | RAIDABLE BASES",
"connect": "157.85.95.160:26066",
"request": "157.85.95.160:26067",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 3,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1770397331,
"last_update": 1780604428,
"banned": false,
"wipe": 1780595972,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1465,
"language": "de",
"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/11131057");
$data = json_decode($json, true);
var_dump($data);