American Truck Simulator
America's Adventure (MODS) के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11480935json
{
"response": {
"steam_id": "85568392935943895",
"domain": null,
"id": 11480935,
"ip": "64.20.39.254",
"port": 27061,
"query": 27062,
"color": 0,
"city": "Secaucus",
"description": null,
"game": 270880,
"owner": null,
"boosts": 1,
"last_offline": 1775582607,
"score": 0,
"last_online": 1776785482,
"icon": null,
"name": "America's Adventure (MODS)",
"connect": "64.20.39.254:27061",
"request": "64.20.39.254:27062",
"map": "usa",
"gamemode": "American Truck Simulator",
"version": null,
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774979232,
"last_update": 1776785482,
"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": 571,
"language": "en",
"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/11480935");
$data = json_decode($json, true);
var_dump($data);