Garry's Mod
[FR/EN] MKR : FunBox | SANDBOX - VRmod/PVP/BUILD/TFA/GWater2/RP के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/9987013json
{
"response": {
"steam_id": "85568392932393414",
"domain": null,
"id": 9987013,
"ip": "161.97.75.40",
"port": 35001,
"query": 35001,
"color": 0,
"city": "Lauterbourg",
"description": null,
"game": 4000,
"owner": 97096,
"boosts": 1,
"last_offline": 1777841824,
"score": 0,
"last_online": 1778559020,
"icon": null,
"name": "[FR/EN] MKR : FunBox | SANDBOX - VRmod/PVP/BUILD/TFA/GWater2/RP",
"connect": "161.97.75.40:35001",
"request": "161.97.75.40:35001",
"map": "gm_kindercity_night",
"gamemode": "Sandbox",
"version": "2026.04.29",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1754906651,
"last_update": 1778559020,
"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": 51,
"language": "fr",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": {
"username": "lumastor",
"avatar": "7afb638a-e323-4d44-88bb-b4e656a1b1e9.png",
"last_online": 1777842145
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/9987013");
$data = json_decode($json, true);
var_dump($data);