Euro Truck Simulator 2
Hungary Map 1.58 full (def15814 1.4) gm.link/u160429 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10973281json
{
"response": {
"steam_id": "85568392935892040",
"domain": null,
"id": 10973281,
"ip": "185.76.10.230",
"port": 11556,
"query": 11557,
"color": 0,
"city": "Amsterdam",
"description": null,
"game": 227300,
"owner": 160429,
"boosts": 1,
"last_offline": 1773545565,
"score": 5,
"last_online": 1776047414,
"icon": null,
"name": "Hungary Map 1.58 full (def15814 1.4) gm.link/u160429",
"connect": "185.76.10.230:11556",
"request": "185.76.10.230:11557",
"map": "hungary",
"gamemode": "https://forum.scssoft.com/viewtopic.php?t=24305",
"version": null,
"numplayers": 0,
"maxplayers": 128,
"bots": 0,
"secured": false,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1769457049,
"last_update": 1776047414,
"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": 44,
"language": "hu",
"parked": false,
"app": {
"id": 1980,
"steam_id": 227300,
"name": "Euro Truck Simulator 2",
"url": "euro-truck-simulator-2"
},
"server_owner": {
"username": "sziabalu_xs",
"avatar": "767a8361-ba04-4a2b-8c1f-08abb1cf3e9a.jpg",
"last_online": 1776007509
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10973281");
$data = json_decode($json, true);
var_dump($data);