American Truck Simulator
API for BRASIL CAMINHONEIROS ATS (LOBBY INFINITO)
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11488050json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11488050,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "São Paulo",
"description": null,
"game": 270880,
"owner": 179274,
"boosts": 1,
"last_offline": 1775107328,
"score": 0,
"last_online": 1775106819,
"icon": null,
"name": "BRASIL CAMINHONEIROS ATS (LOBBY INFINITO)",
"connect": null,
"request": null,
"map": "usa",
"gamemode": "Discord: lobbyinfinito.shop",
"version": null,
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": false,
"country": "BR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1775015821,
"last_update": 1775107328,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": true,
"hide_query": false,
"position_game": 672,
"language": "pt",
"parked": true,
"app": {
"id": 2949,
"steam_id": 270880,
"name": "American Truck Simulator",
"url": "american-truck-simulator"
},
"server_owner": {
"username": "jefferson_lima",
"avatar": "44142daa-31ef-4d63-8390-565bcc38381e.jpg",
"last_online": 1776633854
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11488050");
$data = json_decode($json, true);
var_dump($data);