Counter-Strike: Global Offensive
Blood-war|Русский Маньячек|FREE VIP 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/7152856json
{
"response": {
"steam_id": null,
"domain": null,
"id": 7152856,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"d1Vr21hLc2\",\"type\":\"paragraph\",\"data\":{\"text\":\" Популярный проект серверов в CSGO/CS2\"}},{\"id\":\"SmjtC6FfUJ\",\"type\":\"paragraph\",\"data\":{\"text\":\"1. Удобную настройку скинов на нашем сайте\"}},{\"id\":\"4s67TmaEEY\",\"type\":\"paragraph\",\"data\":{\"text\":\"2. Система репортов (администратор сразу увидит ваш репорт) \"}},{\"id\":\"LTUGh_92kM\",\"type\":\"paragraph\",\"data\":{\"text\":\"3. Достойные администраторы\"}},{\"id\":\"T7blxhWmAu\",\"type\":\"paragraph\",\"data\":{\"text\":\"4. Частые обновления \"}}]",
"game": 4465480,
"owner": 92150,
"boosts": 1,
"last_offline": 1761066208,
"score": 5,
"last_online": 1758729019,
"icon": null,
"name": "Blood-war|Русский Маньячек|FREE VIP",
"connect": null,
"request": null,
"map": "dust2_old",
"gamemode": "Counter-Strike: Global Offensive",
"version": null,
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1736097411,
"last_update": 1761066208,
"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": 2180,
"language": "ru",
"parked": true,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": {
"username": "danilisaev0022",
"avatar": "0f5540e2-2039-4273-891b-a48c0c43e0eb.jpg",
"last_online": 1752460405
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/7152856");
$data = json_decode($json, true);
var_dump($data);