API for Hosted By Game Host Bros
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286566434866181",
"domain": null,
"id": 11756442,
"ip": "168.100.161.185",
"port": 27090,
"query": 27090,
"project_id": null,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 20,
"owner": null,
"boosts": 1,
"last_offline": 1781210587,
"last_online": 1780520463,
"icon": null,
"name": "Hosted By Game Host Bros",
"connect": "168.100.161.185:27090",
"request": "168.100.161.185:27090",
"map": "2fort",
"gamemode": "Team Fortress Classic",
"version": "1.1.2.2/Stdio",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780520205,
"last_update": 1781210587,
"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": 127,
"language": "de",
"parked": false,
"app": {
"id": 35,
"steam_id": 20,
"name": "Team Fortress Classic",
"url": "team-fortress-classic"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11756442");
$data = json_decode($json, true);
var_dump($data);