Garry's Mod
[CN] RXSEND Breach 3服 Q群:1004756504 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11448051json
{
"response": {
"steam_id": "85568392931865611",
"domain": null,
"id": 11448051,
"ip": "43.249.194.156",
"port": 33822,
"query": 33822,
"color": 0,
"city": "Jinan",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1776531203,
"score": 0,
"last_online": 1776796235,
"icon": null,
"name": "[CN] RXSEND Breach 3服 Q群:1004756504",
"connect": "43.249.194.156:33822",
"request": "43.249.194.156:33822",
"map": "cn_rxsend_site19_demo",
"gamemode": "Rxsend Breach",
"version": "2025.03.26",
"numplayers": 6,
"maxplayers": 65,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 38,
"add_date": 1774977930,
"last_update": 1776796235,
"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": 369,
"language": "zh",
"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/11448051");
$data = json_decode($json, true);
var_dump($data);