Motor Town: Behind The Wheel
के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10316271json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10316271,
"ip": "173.249.17.47",
"port": 31300,
"query": 31315,
"color": 0,
"city": "Lauterbourg",
"description": null,
"game": 1369670,
"owner": null,
"boosts": 1,
"last_offline": 1776228671,
"score": 0,
"last_online": 1776156633,
"icon": null,
"name": null,
"connect": null,
"request": "173.249.17.47:31315",
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": null,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1758289945,
"last_update": 1776228671,
"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": 197,
"language": "fr",
"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/10316271");
$data = json_decode($json, true);
var_dump($data);