Garry's Mod
-[VGS]- Community | Build\Kill |Glide|ACF|M9K|Starfall| के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11327442json
{
"response": {
"steam_id": "85568392936070731",
"domain": null,
"id": 11327442,
"ip": "71.237.207.118",
"port": 27012,
"query": 27012,
"color": 0,
"city": "Lebanon",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1778575338,
"score": 0,
"last_online": 1778011908,
"icon": null,
"name": "-[VGS]- Community | Build\\Kill |Glide|ACF|M9K|Starfall|",
"connect": "71.237.207.118:27012",
"request": "71.237.207.118:27012",
"map": "gm_bigcity_improved_lite",
"gamemode": "Sandbox",
"version": "2026.04.29",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774594183,
"last_update": 1778575338,
"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": 3407,
"language": "en",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11327442");
$data = json_decode($json, true);
var_dump($data);