API for Akira BR =)
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286700718714882",
"domain": null,
"id": 11777402,
"ip": "191.8.242.176",
"port": 26015,
"query": 26016,
"project_id": null,
"color": 0,
"city": "São José dos Campos",
"description": null,
"game": 270880,
"owner": null,
"boosts": 1,
"last_offline": 1781214777,
"last_online": 1781152867,
"icon": null,
"name": "Akira BR =)",
"connect": "191.8.242.176:26015",
"request": "191.8.242.176:26016",
"map": "usa",
"gamemode": "American Truck Simulator",
"version": null,
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": false,
"country": "BR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780998771,
"last_update": 1781214777,
"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": 856,
"language": "pt",
"parked": false,
"app": {
"id": 2949,
"steam_id": 270880,
"name": "American Truck Simulator",
"url": "american-truck-simulator"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11777402");
$data = json_decode($json, true);
var_dump($data);