Counter-Strike 2
CS2-HAWK.RU - PUBLIC #1 [!KNIFE !SKINS] için API
Geniş bir entegrasyon yöntemleri yelpazesi sunuyoruz. Bunlardan herhangi birini kullanabilir veya JSON API'sini kullanarak kendinizinkini oluşturabilirsiniz. Yeni bir entegrasyon yöntemi ekleme öneriniz varsa, lütfen bizimle iletişime geçin. Bizimle iletişime geçin
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/4249597json
{
"response": {
"steam_id": null,
"domain": null,
"id": 4249597,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"MHG89PDH1U\",\"type\":\"image\",\"data\":{\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/cfb11fc2-0b2a-4a84-9869-4b936df7c3eb.jpg\"},\"caption\":\"Добро пожаловать на наш проект \\\"Игровые сервера by [Hawk]Kotis\\\" для игры Counter Strike 2\",\"withBorder\":false,\"stretched\":false,\"withBackground\":false}},{\"id\":\"aHkvYbPImi\",\"type\":\"paragraph\",\"data\":{\"text\":\"\\n**НАШИ СОЦИАЛЬНЫЕ СЕТИ**\"}},{\"id\":\"g9PsOrSIRz\",\"type\":\"paragraph\",\"data\":{\"text\":\"■ Онлайн Покупка💰■ - https://cs2-hawk.ru/store\"}},{\"id\":\"LEooR6EZf0\",\"type\":\"paragraph\",\"data\":{\"text\":\"■ Банлист📝■ - https://cs2-hawk.ru/bans\"}},{\"id\":\"sTvLk3oJqF\",\"type\":\"paragraph\",\"data\":{\"text\":\"■ Главные администраторы⚠️■ -\"}},{\"id\":\"Gppa0SAqRd\",\"type\":\"paragraph\",\"data\":{\"text\":\"https://vk.com/kirill_kotis\"}},{\"id\":\"kPRiB7-QjH\",\"type\":\"paragraph\",\"data\":{\"text\":\"https://vk.com/generalov2006\"}},{\"id\":\"znfkL-htoK\",\"type\":\"paragraph\",\"data\":{\"text\":\"■ Дискорд☑️■ - https://discord.gg/wT7qqkw4KK\"}},{\"id\":\"7uR2lg8f2n\",\"type\":\"paragraph\",\"data\":{\"text\":\"Наш проект по CS 1.6 был создан в 2013 году, и на данный момент мы вернулись с новыми серверами в игре Counter Strike 2\"}}]",
"game": 730,
"owner": 66885,
"boosts": 1,
"last_offline": 1758283913,
"score": 4.9,
"last_online": 1755226220,
"icon": null,
"name": "CS2-HAWK.RU - PUBLIC #1 [!KNIFE !SKINS]",
"connect": null,
"request": null,
"map": "de_mirage",
"gamemode": "Counter-Strike 2",
"version": null,
"numplayers": 0,
"maxplayers": 22,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1715585925,
"last_update": 1758283913,
"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": 15624,
"language": "ru",
"parked": true,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": {
"username": "kirillk1",
"avatar": "ee53e8f2-f9ed-429f-9127-dfa5be6ddd7b.jpg",
"last_online": 1771577029
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/4249597");
$data = json_decode($json, true);
var_dump($data);