API for Beleghost - B6 - (v560.3)
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286548918754324",
"domain": null,
"id": 10906608,
"ip": "69.14.244.26",
"port": 7838,
"query": 27562,
"color": 0,
"city": "South Lyon",
"description": null,
"game": 834910,
"owner": null,
"boosts": 1,
"last_offline": 1780391058,
"last_online": 1780555395,
"icon": null,
"name": "Beleghost - B6 - (v560.3)",
"connect": "69.14.244.26:7838",
"request": "69.14.244.26:27562",
"map": "Ocean",
"gamemode": "TestGameMode_C",
"version": "560.3",
"numplayers": 0,
"maxplayers": 15,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768387483,
"last_update": 1780555395,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 689,
"language": "en",
"parked": false,
"app": {
"id": 23488,
"steam_id": 834910,
"name": "ATLAS",
"url": "atlas"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10906608");
$data = json_decode($json, true);
var_dump($data);