American Truck Simulator
API für [ESP] WANY83 SIMULATION [SERVIDOR DEDICADO MODS]
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10997691json
{
"response": {
"steam_id": "85568392926252561",
"domain": null,
"id": 10997691,
"ip": "195.82.126.125",
"port": 27995,
"query": 27996,
"color": 0,
"city": "Málaga",
"description": null,
"game": 270880,
"owner": null,
"boosts": 1,
"last_offline": 1777384404,
"score": 0,
"last_online": 1777587647,
"icon": null,
"name": "[ESP] WANY83 SIMULATION [SERVIDOR DEDICADO MODS]",
"connect": "195.82.126.125:27995",
"request": "195.82.126.125:27996",
"map": "usa",
"gamemode": "Bienvenidos al Server",
"version": null,
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "ES",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1769906161,
"last_update": 1777587647,
"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": 326,
"language": "es",
"parked": false,
"app": {
"id": 2949,
"steam_id": 270880,
"name": "American Truck Simulator",
"url": "american-truck-simulator"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10997691");
$data = json_decode($json, true);
var_dump($data);