Counter-Strike 2
|CS2|FPS POWER UP[FPS-BOOST][VIP][SKIN] 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/9112239json
{
"response": {
"steam_id": null,
"domain": null,
"id": 9112239,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"rZuSyV-KB_\",\"type\":\"paragraph\",\"data\":{\"text\":\"Данный сервер предназначен для комфортной и душевной игры!\"}},{\"id\":\"G3roPJHGkg\",\"type\":\"paragraph\",\"data\":{\"text\":\"Наши возможности\"}},{\"id\":\"y9v4ipqD5X\",\"type\":\"paragraph\",\"data\":{\"text\":\"1.Boost FPS , прирост кадров в секунду\"}},{\"id\":\"av60FkTw_v\",\"type\":\"paragraph\",\"data\":{\"text\":\"2.Skinschanger (Менять скины на какие захочется)\"}},{\"id\":\"TfnDTapHuk\",\"type\":\"paragraph\",\"data\":{\"text\":\"3.Адекватное комьюнити\"}},{\"id\":\"fItmVqWsQc\",\"type\":\"paragraph\",\"data\":{\"text\":\"Скорее заходи играть 🎮\"}}]",
"game": 730,
"owner": 66854,
"boosts": 1,
"last_offline": 1769925055,
"score": 5,
"last_online": 1769043611,
"icon": null,
"name": "|CS2|FPS POWER UP[FPS-BOOST][VIP][SKIN]",
"connect": null,
"request": null,
"map": "de_mirage_fps_boost_new",
"gamemode": "Counter-Strike 2",
"version": null,
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1747141955,
"last_update": 1769925055,
"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": 15997,
"language": "ru",
"parked": true,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": {
"username": "BionicPlay",
"avatar": "7ad96c92-9892-4e97-b701-68ee94e3ec33.jpg",
"last_online": 1751585471
},
"mods": [
{
"id": 5,
"name": "Admin System"
},
{
"id": 435,
"name": "VIP FREE"
},
{
"id": 415,
"name": "BunnyHop"
},
{
"id": 391,
"name": "Vips"
},
{
"id": 48,
"name": "Check Cheats"
},
{
"id": 14,
"name": "Advertisement"
},
{
"id": 34,
"name": "Bhop"
},
{
"id": 362,
"name": "Tag"
},
{
"id": 49,
"name": "CheckCheats"
},
{
"id": 338,
"name": "Show Damage"
},
{
"id": 23,
"name": "Armor"
},
{
"id": 50,
"name": "Clans"
},
{
"id": 370,
"name": "Time VIP"
},
{
"id": 416,
"name": "Classic"
},
{
"id": 95,
"name": "Damage Info"
},
{
"id": 19,
"name": "AntiFlash"
},
{
"id": 30,
"name": "Awp Manager"
}
],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/9112239");
$data = json_decode($json, true);
var_dump($data);