API for Tha Bois
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286731067430942",
"domain": null,
"id": 11768058,
"ip": "83.223.207.120",
"port": 29200,
"query": 29215,
"project_id": null,
"color": 0,
"city": "Dallas",
"description": null,
"game": 1369670,
"owner": null,
"boosts": 1,
"last_offline": 1780933981,
"last_online": 1781218242,
"icon": null,
"name": "Tha Bois",
"connect": "83.223.207.120:29200",
"request": "83.223.207.120:29215",
"map": null,
"gamemode": "Unreal Test!",
"version": "0.7.18+1",
"numplayers": 1,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1780933981,
"last_update": 1781218242,
"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": 21,
"language": "en",
"parked": false,
"app": {
"id": 1564980,
"steam_id": 1369670,
"name": "Motor Town: Behind The Wheel",
"url": "motor-town-behind-the-wheel"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11768058");
$data = json_decode($json, true);
var_dump($data);