Rust
API for [DK] Rustværket | Vanilla+ | Biweekly | Max 4 | Beginner Frien
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11158964json
{
"response": {
"fps": 120,
"fps_avg": 123,
"entities_count": 70185,
"world_seed": 1899883040,
"world_size": 3500,
"steam_id": "90285060587557919",
"domain": null,
"id": 11158964,
"ip": "194.103.19.72",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Skive",
"description": "![[DK] Rustværket | Vanilla+ | Biweekly | Max 4 | Beginner Frien](https://i.imgur.com/Nz5gmWu.png)\nVelkommen til Rustværket \r\n\r\nVanilla+ Rust med biweekly wipe og max 4 spillere pr. hold. \r\nEn server med fede rammer – også for nye spillere. \r\nHer spiller vi vanilla Rust – men vi gør det ordentligt! \r\n- 72 timers offline raid protection \r\n- Hybrid PvE/PvP mode. \r\n- Community events \r\n- Halveret upkeep & justeret decay \r\n- Minicopter spawner langs vejene \r\n- Quality-of-Life justeringer – stadig Vanilla balance \r\n \r\nToxic opførsel, hadtale (racisme, sexisme, homofobi osv.), griefing og trolling tolereres ikke. \r\n\r\nSpil hårdt. Opfør dig ordentligt.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777566748,
"score": 0,
"last_online": 1777383621,
"icon": null,
"name": "[DK] Rustværket | Vanilla+ | Biweekly | Max 4 | Beginner Frien",
"connect": "194.103.19.72:28015",
"request": "194.103.19.72:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DK",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1772228120,
"last_update": 1777566748,
"banned": false,
"wipe": 1775152902,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 8040,
"language": "da",
"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/11158964");
$data = json_decode($json, true);
var_dump($data);