Motor Town: Behind The Wheel
The Workers League | discord.gg/TheWorkersLeague के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/4692656json
{
"response": {
"steam_id": "90284358680474627",
"domain": null,
"id": 4692656,
"ip": "51.79.17.189",
"port": 7777,
"query": 27015,
"color": 0,
"city": "Montreal",
"description": "",
"game": 1369670,
"owner": null,
"boosts": 1,
"last_offline": 1774975326,
"score": 0,
"last_online": 1776216613,
"icon": null,
"name": "The Workers League | discord.gg/TheWorkersLeague",
"connect": "51.79.17.189:7777",
"request": "51.79.17.189:27015",
"map": null,
"gamemode": "Unreal Test!",
"version": "0.7.18+1",
"numplayers": 42,
"maxplayers": 97,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 72,
"add_date": 1717761818,
"last_update": 1776216613,
"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": 4,
"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/4692656");
$data = json_decode($json, true);
var_dump($data);