Counter-Strike 2
███ ➥ CSBLACK.RU 🔥 РАНДОМ ЧИТЫ #9 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/9500969json
{
"response": {
"steam_id": null,
"domain": null,
"id": 9500969,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"4MHi92Tmu9\",\"type\":\"paragraph\",\"data\":{\"text\":\"Сайт: https://cs2land.net\"}},{\"id\":\"88MKsHksOi\",\"type\":\"paragraph\",\"data\":{\"text\":\"Дискорд: https://discord.gg/rGhRm9Cg\"}},{\"id\":\"Jappn6F5Re\",\"type\":\"paragraph\",\"data\":{\"text\":\"Телеграм: https://t.me/cs2landnet\"}},{\"id\":\"GEOMHk0y3f\",\"type\":\"paragraph\",\"data\":{\"text\":\"Чат: https://t.me/cs2landru_chat\"}}]",
"game": 730,
"owner": 86208,
"boosts": 1,
"last_offline": 1766814649,
"score": 5,
"last_online": 1765929010,
"icon": null,
"name": "███ ➥ CSBLACK.RU 🔥 РАНДОМ ЧИТЫ #9",
"connect": null,
"request": null,
"map": "de_mirage",
"gamemode": "Counter-Strike 2",
"version": null,
"numplayers": 0,
"maxplayers": 25,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1750353239,
"last_update": 1766814649,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12372,
"language": "ru",
"parked": true,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": {
"username": "imarafon",
"avatar": "055fd301-6aa2-4cbe-8a4f-8ce0cd51f901.jpg",
"last_online": 1774024877
},
"mods": [
{
"id": 5,
"name": "Admin System"
},
{
"id": 415,
"name": "BunnyHop"
}
],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/9500969");
$data = json_decode($json, true);
var_dump($data);