API for [EU] Hazard | X2 Vanilla+ | Quad | Biweekly | No BP Wipe
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 91185,
"world_seed": 777777,
"world_size": 4000,
"steam_id": "90286604567560201",
"domain": null,
"id": 11606343,
"ip": "136.243.32.157",
"port": 28010,
"query": 28011,
"color": 0,
"city": "Falkenstein",
"description": "![[EU] Hazard | X2 Vanilla+ | Quad | Biweekly | No BP Wipe](https://i.imgur.com/A4ydbgX.jpeg)\n2X Gather | Vanilla+ | PVP | Quad Teams | No BP Wipes | Monthly | Active Admins | discord.gg/DPKn5GDZmz",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780597469,
"last_online": 1780605637,
"icon": null,
"name": "[EU] Hazard | X2 Vanilla+ | Quad | Biweekly | No BP Wipe",
"connect": "136.243.32.157:28010",
"request": "136.243.32.157:28011",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915468,
"last_update": 1780605637,
"banned": false,
"wipe": 1780597570,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2927,
"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/11606343");
$data = json_decode($json, true);
var_dump($data);