American Truck Simulator
[ESP] WANY83 SIMULATION [SERVIDOR DEDICADO EXTREMO] के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11012774json
{
"response": {
"steam_id": "85568392934819064",
"domain": null,
"id": 11012774,
"ip": "195.82.126.125",
"port": 28999,
"query": 29000,
"color": 0,
"city": "Málaga",
"description": null,
"game": 270880,
"owner": null,
"boosts": 1,
"last_offline": 1777384404,
"score": 0,
"last_online": 1777587111,
"icon": null,
"name": "[ESP] WANY83 SIMULATION [SERVIDOR DEDICADO EXTREMO]",
"connect": "195.82.126.125:28999",
"request": "195.82.126.125:29000",
"map": "usa",
"gamemode": "Bienvenidos al Server con Mapa de Reforma y Promods",
"version": null,
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "ES",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1769942306,
"last_update": 1777587111,
"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": 349,
"language": "es",
"parked": false,
"app": {
"id": 2949,
"steam_id": 270880,
"name": "American Truck Simulator",
"url": "american-truck-simulator"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11012774");
$data = json_decode($json, true);
var_dump($data);