Garry's Mod
[MZ STALKER RP] №1 Кордон [Регистрация] के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11490149json
{
"response": {
"steam_id": "85568392933265205",
"domain": null,
"id": 11490149,
"ip": "185.207.214.6",
"port": 24222,
"query": 24222,
"color": 0,
"city": "Moscow",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1777507404,
"score": 0,
"last_online": 1777495827,
"icon": null,
"name": "[MZ STALKER RP] №1 Кордон [Регистрация]",
"connect": "185.207.214.6:24222",
"request": "185.207.214.6:24222",
"map": "Кордон/Свалка",
"gamemode": "☢️ STALKER - EVOLUTION MZ",
"version": "2026.04.29",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1777143133,
"last_update": 1777507404,
"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": 3933,
"language": "ru",
"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/11490149");
$data = json_decode($json, true);
var_dump($data);