API for Industry Town Semi-RP (Vanilla)
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90285863412177946",
"domain": null,
"id": 11492703,
"ip": "162.33.20.115",
"port": 9127,
"query": 9128,
"project_id": null,
"color": 0,
"city": "The Hague",
"description": null,
"game": 1369670,
"owner": null,
"boosts": 1,
"last_offline": 1781247185,
"last_online": 1780657909,
"icon": null,
"name": "Industry Town Semi-RP (Vanilla)",
"connect": "162.33.20.115:9127",
"request": "162.33.20.115:9128",
"map": null,
"gamemode": "Unreal Test!",
"version": "0.7.18+1",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779192900,
"last_update": 1781247185,
"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": 331,
"language": "nl",
"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/11492703");
$data = json_decode($json, true);
var_dump($data);