Counter-Strike: Global Offensive
☢️PIXELH.RU☢️ - PUBLIC #1 | !KNIFE !SKINS के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10733669json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10733669,
"ip": "45.95.31.3",
"port": 27415,
"query": 27415,
"color": 0,
"city": "Moscow",
"description": null,
"game": 4465480,
"owner": 149857,
"boosts": 1,
"last_offline": 1772739744,
"score": 3.7,
"last_online": 1776304208,
"icon": null,
"name": "☢️PIXELH.RU☢️ - PUBLIC #1 | !KNIFE !SKINS",
"connect": "45.95.31.3:27415",
"request": "45.95.31.3:27415",
"map": "de_anubis",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 0,
"maxplayers": 48,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 492,
"points": 652,
"add_date": 1765456582,
"last_update": 1776304208,
"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": 20,
"language": "ru",
"parked": false,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": {
"username": "gameboyas01",
"avatar": "2ede3df8-2041-4a2f-b812-59d5c6c10f90.jpg",
"last_online": 1776273877
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10733669");
$data = json_decode($json, true);
var_dump($data);