API for TR | EU | HeroServer | 2X 30/5
JSON for programs, websites and more
text
json
{
"response": {
"fps": 55,
"fps_avg": 55,
"entities_count": 76402,
"world_seed": 161038976,
"world_size": 3700,
"steam_id": "90286577028995083",
"domain": null,
"id": 11510946,
"ip": "154.193.185.110",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Frankfurt am Main",
"description": "\n══════════════════════\n2 Week Map Wipe | Monthly BP Wipe\n══════════════════════\n\nMap Size: 3700\nMax Ping: 170 ms\nGather: 2x (Wood / Stone / Metal)\nSulfur: 1x\nHQM: 1x\nLoot: 2x\n\n══════════ WIPE ══════════\nMap Wipe: Every 2 Weeks (15:00)\nBlueprint Wipe: Monthly\n• The last wipe was on 30/5\n• Son wipe 30/5 tarihinde atıldı\n• The next wipe will be on 4/6 (5 day wipe schedule)\n• Bir sonraki wipe 4/6 tarihinde atılacak (5 günlük wipe süresi) \n • BP wiped 2/6\n • BP wipe atıldı: 2/6\n══════════════════════\n\nIP: play.heroserver.online\nDiscord: https://discord.gg/usq6ATvQHG\nWebsite: https://heroserver.online/\n══════════════════════",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780538665,
"last_online": 1780551628,
"icon": null,
"name": "TR | EU | HeroServer | 2X 30/5",
"connect": "154.193.185.110:28015",
"request": "154.193.185.110:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353835,
"last_update": 1780551628,
"banned": false,
"wipe": 1780127077,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5058,
"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/11510946");
$data = json_decode($json, true);
var_dump($data);