[TR] OTTOMANYAK PRO PUBLIC | ottomanyakcs.com için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "85568392936184520",
"domain": null,
"id": 11488848,
"ip": "185.193.165.22",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Beyoğlu",
"description": "[{\"id\":\"xDXG55aG-b\",\"type\":\"paragraph\",\"data\":{\"text\":\"2026 yılından bu yana \\\"[TR] OTTOMANYAK Pro Public\\\" adıyla, şan ve şöhret peşinde koşmadan yolumuza devam ediyoruz. Battlefield 1’de 3 farklı sunucumuzla başlayan bu serüvenimizi, artık CS2 platformuna da taşıyarak büyütmüş bulunuyoruz.\\nAmacımız sıralamalarda yer almak değil; aynı kafa yapısına sahip oyuncuları bir araya getirerek, samimi ve keyifli bir oyun ortamı oluşturmaktır. Bizim için önemli olan rekabet değil, birlikte geçirilen kaliteli zamandır.\\nSteam Grubumuz: https://steamcommunity.com/groups/ottomanyakcs\\n\\n\\n📩 Tüm başvurularınız incelenir ve en kısa sürede geri dönüş sağlanır.\\n\\n🌐 CS2 Web Sitemiz: https://www.ottomanyakcs.com\\n\\n💬 Discord Topluluğumuz: https://discord.gg/ottomanyak\"}}]",
"game": 730,
"owner": 188038,
"boosts": 1,
"last_offline": 1780016619,
"last_online": 1780270819,
"icon": null,
"name": "[TR] OTTOMANYAK PRO PUBLIC | ottomanyakcs.com",
"connect": "185.193.165.22:27015",
"request": "185.193.165.22:27015",
"map": "de_dust2",
"gamemode": "Counter-Strike 2",
"version": "1.41.6.5",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1775862704,
"last_update": 1780270819,
"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": 195,
"language": "tr",
"parked": false,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": {
"username": "novakenshin",
"avatar": "1b384d59-7f4d-4f52-85c7-7d102c41fe13.jpg"
},
"mods": [
{
"id": 343,
"name": "Skins"
},
{
"id": 436,
"name": "Weapon Skins"
},
{
"id": 344,
"name": "Skins (Shop)"
},
{
"id": 1938,
"name": "PUBLIC"
},
{
"id": 122,
"name": "ranks"
},
{
"id": 123,
"name": "RanksPoints"
},
{
"id": 151,
"name": "weapon skin"
},
{
"id": 310,
"name": "Ranks"
},
{
"id": 2183,
"name": "skinchanger"
},
{
"id": 2275,
"name": "Rank System"
},
{
"id": 153,
"name": "CS2Fixes"
}
],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11488848");
$data = json_decode($json, true);
var_dump($data);