Motor Town: Behind The Wheel
Beaumon Motor Town के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10795790json
{
"response": {
"steam_id": "90284371035585536",
"domain": null,
"id": 10795790,
"ip": "104.184.32.168",
"port": 7780,
"query": 27019,
"color": 0,
"city": "San Diego",
"description": null,
"game": 1369670,
"owner": null,
"boosts": 1,
"last_offline": 1774731736,
"score": 0,
"last_online": 1776228667,
"icon": null,
"name": "Beaumon Motor Town",
"connect": "104.184.32.168:7780",
"request": "104.184.32.168:27019",
"map": null,
"gamemode": "Unreal Test!",
"version": "0.7.18+1",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1766876004,
"last_update": 1776228667,
"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": 73,
"language": "en",
"parked": false,
"app": {
"id": 1564980,
"steam_id": 1369670,
"name": "Motor Town: Behind The Wheel",
"url": "motor-town-behind-the-wheel"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10795790");
$data = json_decode($json, true);
var_dump($data);