Counter-Strike 2
🔥 STANDOFF | CRAZYPUB.SU | MOSCOW 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/7836179json
{
"response": {
"steam_id": "85568392935186969",
"domain": null,
"id": 7836179,
"ip": "95.213.255.89",
"port": 27415,
"query": 27415,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"AsKvs3E0Lz\",\"type\":\"paragraph\",\"data\":{\"text\":\"CSELO — это качественный игровой проект с высоким онлайном, отзывчивой администрацией и приятной атмосферой.[Сайт](https://cs-elo.ru/) | [Группа ВК](https://vk.com/cselo) | [Дискорд](https://discord.gg/2TPBdb4m5y) |\"}},{\"id\":\"yAiKPjTSwa\",\"type\":\"paragraph\",\"data\":{\"text\":\"PUBLIC | [CS-ELO.RU](https://cs-elo.ru/) | CS2 | !viptest, скиныIP - 95.213.255.94:27415\"}},{\"id\":\"xrSqwXWA5_\",\"type\":\"paragraph\",\"data\":{\"text\":\"AWP | [CS-ELO.RU](https://cs-elo.ru/) | CS2 | !viptest, скиныIP - [37.48.252.4:27115](steam://connect/212.22.93.25:27015)\"}},{\"id\":\"SdauHZC7uu\",\"type\":\"paragraph\",\"data\":{\"text\":\"STANDOFF | [CS-ELO.RU](https://cs-elo.ru/) | CS2 | !viptest, скиныIP - [95.213.255.89:27415](steam://connect/46.174.51.173:27015)\"}},{\"id\":\"5mUJgglY2m\",\"type\":\"paragraph\",\"data\":{\"text\":\"PUBLIC+BHOP | [CS-ELO.RU](https://cs-elo.ru/) | CS2 | !viptest, скиныIP - [81.163.17.83:27115](steam://connect/62.182.159.98:27115)\\n[](steam://connect/62.182.159.98:27115)\\nSTANDOFF_OLD | [CS-ELO.RU](https://cs-elo.ru/) | CS2 | !viptest, скиныIP - [95.213.255.90:27015](steam://connect/62.182.159.98:27115)\"}}]",
"game": 730,
"owner": 79473,
"boosts": 1,
"last_offline": 1775151130,
"score": 0,
"last_online": 1775742611,
"icon": null,
"name": "🔥 STANDOFF | CRAZYPUB.SU | MOSCOW",
"connect": "95.213.255.89:27415",
"request": "95.213.255.89:27415",
"map": "sandstone_new_crazy",
"gamemode": "Counter-Strike 2",
"version": "1.41.4.1",
"numplayers": 2,
"maxplayers": 64,
"bots": 1,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 97,
"add_date": 1740140047,
"last_update": 1775742611,
"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": 120,
"language": "ru",
"parked": false,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2",
"popular_maps_available": true
},
"server_owner": {
"username": "MoOv1k",
"avatar": "16f32f48-85a6-41c1-a3b2-ffc7b12f09df.jpg",
"last_online": 1768422558
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/7836179");
$data = json_decode($json, true);
var_dump($data);