Counter-Strike: Global Offensive
★CSGO★ 🔵 +300 FPS ❤️ MIRAGE | 128TICK | СКИНЫ | के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11395305json
{
"response": {
"steam_id": "85568392935958115",
"domain": null,
"id": 11395305,
"ip": "170.168.115.61",
"port": 27415,
"query": 27415,
"color": 0,
"city": "Mytishchi",
"description": null,
"game": 4465480,
"owner": null,
"boosts": 1,
"last_offline": 1776412420,
"score": 0,
"last_online": 1776804028,
"icon": null,
"name": "★CSGO★ 🔵 +300 FPS ❤️ MIRAGE | 128TICK | СКИНЫ |",
"connect": "170.168.115.61:27415",
"request": "170.168.115.61:27415",
"map": "de_mirage_fps_fragshot_2",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 7,
"maxplayers": 24,
"bots": 1,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 54,
"add_date": 1774598054,
"last_update": 1776804028,
"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": 300,
"language": "ru",
"parked": false,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11395305");
$data = json_decode($json, true);
var_dump($data);