API for A Bisecthosting Server - 45678dc8
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286647010124821",
"domain": null,
"id": 11659159,
"ip": "199.115.76.132",
"port": 9070,
"query": 9071,
"project_id": null,
"color": 0,
"city": "Los Angeles",
"description": null,
"game": 2646460,
"owner": null,
"boosts": 1,
"last_offline": 1780687463,
"last_online": 1781046041,
"icon": null,
"name": "A Bisecthosting Server - 45678dc8",
"connect": "199.115.76.132:9070",
"request": "199.115.76.132:9071",
"map": "Level01_Main",
"gamemode": "00",
"version": "1.0.0.0",
"numplayers": 1,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 40,
"add_date": 1780178398,
"last_update": 1781046041,
"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": 138,
"language": "en",
"parked": false,
"app": {
"id": 1625562,
"steam_id": 2646460,
"name": "Soulmask",
"url": "soulmask"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11659159");
$data = json_decode($json, true);
var_dump($data);