American Truck Simulator
API for V&N Transporten
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11173584json
{
"response": {
"steam_id": "85568392935930855",
"domain": null,
"id": 11173584,
"ip": "5.175.192.77",
"port": 25000,
"query": 25580,
"color": 0,
"city": "Eygelshoven",
"description": null,
"game": 270880,
"owner": null,
"boosts": 1,
"last_offline": 1775943115,
"score": 0,
"last_online": 1776028252,
"icon": null,
"name": "V&N Transporten",
"connect": "5.175.192.77:25000",
"request": "5.175.192.77:25580",
"map": "usa",
"gamemode": "American Truck Simulator",
"version": null,
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772229291,
"last_update": 1776028252,
"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": 435,
"language": "nl",
"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/11173584");
$data = json_decode($json, true);
var_dump($data);