Rust
API for [EU] Salvaged-Life | PVE | NPC | ZOMBIES |
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11305370json
{
"response": {
"fps": 95,
"fps_avg": 94,
"entities_count": 87921,
"world_seed": 8,
"world_size": 4200,
"steam_id": "90284793606414345",
"domain": null,
"id": 11305370,
"ip": "185.216.144.68",
"port": 28540,
"query": 28475,
"color": 0,
"city": "City of London",
"description": "![[EU] Salvaged-Life | PVE | NPC | ZOMBIES |](https://cdn3.mapstr.gg/cb346bfa8a440da280898ddbc5c989f7.png)\n★ 1x Loot Rates ★\r\n\r\n★ 1x ➜ 3x Gather With Skills ★\r\n\r\n★ NPC at all monuments & Zombie's roaming ★\r\n\r\n➤ Skill Tree\r\n➤ RaidableBases | 5 Tiers |\r\n➤ Convoy Events | 5 Tiers |\r\n➤ Road Bradley | 5 Tiers |\r\n➤ Undead Raiders | 5 Tiers |\r\n➤ Heli Signals | 5 Tiers |\r\n➤ Custom Cargo Ship | 3 Tiers |\r\n➤ Boss Monster\r\n➤ Custom TugBoats\r\n➤ Personal Ziplines\r\n➤ Personal Vehicles\r\n➤ RP Store\r\n➤ SkinBox\r\n➤ Quests\r\n➤ Kits\r\n➤ Backpacks\r\n➤ Instant teleports\r\n➤ Friendly active staff\r\n\r\nAND MUCH MORE!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776826995,
"score": 0,
"last_online": 1776858620,
"icon": null,
"name": "[EU] Salvaged-Life | PVE | NPC | ZOMBIES |",
"connect": "185.216.144.68:28540",
"request": "185.216.144.68:28475",
"map": "Blueprint Wipe In: 15d 6h 9m",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1774592884,
"last_update": 1776858620,
"banned": false,
"wipe": 1776360338,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2093,
"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/11305370");
$data = json_decode($json, true);
var_dump($data);