API for DEV ONLY
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286144431214606",
"domain": null,
"id": 11588426,
"ip": "13.42.65.211",
"port": 7777,
"query": 27015,
"color": 0,
"city": "London",
"description": null,
"game": 1170940,
"owner": null,
"boosts": 1,
"last_offline": 1780175568,
"last_online": 1779649868,
"icon": null,
"name": "DEV ONLY",
"connect": "13.42.65.211:7777",
"request": "13.42.65.211:27015",
"map": "MAP_Beru_WP",
"gamemode": "Outerstellar",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779357725,
"last_update": 1780175568,
"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": 5,
"language": "en",
"parked": false,
"app": {
"id": 1611371,
"steam_id": 1170940,
"name": "Outerstellar",
"url": "outerstellar"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11588426");
$data = json_decode($json, true);
var_dump($data);