λ Wynex Project Half-Life Alyx | Русский HL2RP के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "85568392936263518",
"domain": null,
"id": 11602843,
"ip": "5.175.247.152",
"port": 27015,
"query": 27015,
"color": 0,
"city": "St Petersburg",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1779687501,
"last_online": 1779734440,
"icon": null,
"name": "λ Wynex Project Half-Life Alyx | Русский HL2RP",
"connect": "5.175.247.152:27015",
"request": "5.175.247.152:27015",
"map": "rp_synapse_t6",
"gamemode": "IX: HLA RP",
"version": "2026.04.29",
"numplayers": 4,
"maxplayers": 44,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 37,
"add_date": 1779687501,
"last_update": 1779734440,
"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": 418,
"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/11602843");
$data = json_decode($json, true);
var_dump($data);