American Truck Simulator
API for Cv2 Brasil - ATS #1 - discord.gg/Gbg9JeGYXq
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/8991191json
{
"response": {
"steam_id": null,
"domain": null,
"id": 8991191,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 270880,
"owner": 118052,
"boosts": 1,
"last_offline": 1761889968,
"score": 0,
"last_online": 1760964025,
"icon": null,
"name": "Cv2 Brasil - ATS #1 - discord.gg/Gbg9JeGYXq",
"connect": null,
"request": null,
"map": "/map/usa.mbd",
"gamemode": "Temos servidores de 128 Players - discord.gg/Gbg9JeGYXq",
"version": null,
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": false,
"country": "BR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1746829059,
"last_update": 1761889968,
"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": 598,
"language": "pt",
"parked": true,
"app": {
"id": 2949,
"steam_id": 270880,
"name": "American Truck Simulator",
"url": "american-truck-simulator"
},
"server_owner": {
"username": "Cv2Brasil",
"avatar": "4a4aedd2-c124-4416-a8a2-5d3c9731bd23.jpg",
"last_online": 1746900423
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/8991191");
$data = json_decode($json, true);
var_dump($data);