Counter-Strike: Global Offensive
☢️PIXELH.RU☢️| CSGO | FPS+ MIRAGE !knife !gloves के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11220887json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11220887,
"ip": "45.95.31.228",
"port": 27415,
"query": 27415,
"color": 0,
"city": "Moscow",
"description": null,
"game": 4465480,
"owner": 149857,
"boosts": 1,
"last_offline": 1772829279,
"score": 5,
"last_online": 1776304809,
"icon": null,
"name": "☢️PIXELH.RU☢️| CSGO | FPS+ MIRAGE !knife !gloves",
"connect": "45.95.31.228:27415",
"request": "45.95.31.228:27415",
"map": "de_mirage_alpha_fix",
"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": 487,
"points": 647,
"add_date": 1772829279,
"last_update": 1776304809,
"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": 21,
"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/11220887");
$data = json_decode($json, true);
var_dump($data);