Counter-Strike 2
███ ➥ BLUESEN.RU [CS2] HNS PRE #1 [ANTICHEAT] için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/5030186json
{
"response": {
"steam_id": null,
"domain": null,
"id": 5030186,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"h2mLjxhOa9\",\"type\":\"image\",\"data\":{\"caption\":\"\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/a9425cc4-a4ca-49e4-9e8e-0cf38ba5afd8.png\"}}},{\"id\":\"J-Pf1fOlqv\",\"type\":\"header\",\"data\":{\"text\":\"➥ Полезные ссылки\",\"level\":1}},{\"id\":\"sSWZtdkHDL\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Сайт: **[bluesen.ru](http://bluesen.ru)\"}},{\"id\":\"JqGz6rOsNi\",\"type\":\"paragraph\",\"data\":{\"text\":\"**VK:** [vk.com/bluesen](http://vk.com/bluesen)\"}},{\"id\":\"vycxs892t-\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Discord:** [discord.gg/bluesen](http://discord.gg/bluesen)\"}},{\"id\":\"bK1VvgM8w9\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Telegram:** [t.me/bluesen](http://t.me/bluesen)\"}}]",
"game": 730,
"owner": 77677,
"boosts": 1,
"last_offline": 1760766752,
"score": 5,
"last_online": 1758115533,
"icon": null,
"name": "███ ➥ BLUESEN.RU [CS2] HNS PRE #1 [ANTICHEAT]",
"connect": null,
"request": null,
"map": "de_mirage",
"gamemode": "Counter-Strike 2",
"version": null,
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1720599305,
"last_update": 1760766752,
"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": 11641,
"language": "ru",
"parked": true,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": {
"username": "Rimatis",
"avatar": "075b7dd8-11c5-4129-980e-42911114dea7.jpg",
"last_online": 1734928293
},
"mods": [],
"disabled_modules": [
"chat"
]
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/5030186");
$data = json_decode($json, true);
var_dump($data);