Counter-Strike 2
API for [OTTO] OTTOMANYAK PRO PUBLIC | !ws !kf !glove ottomanyakcs.com
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11488848json
{
"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\"}}]",
"game": 730,
"owner": 188038,
"boosts": 1,
"last_offline": 1777623792,
"score": 5,
"last_online": 1777643444,
"icon": null,
"name": "[OTTO] OTTOMANYAK PRO PUBLIC | !ws !kf !glove ottomanyakcs.com",
"connect": "185.193.165.22:27015",
"request": "185.193.165.22:27015",
"map": "de_dust2",
"gamemode": "Counter-Strike 2",
"version": "1.41.5.8",
"numplayers": 10,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 8,
"points": 145,
"add_date": 1775862704,
"last_update": 1777643444,
"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": 56,
"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",
"last_online": 1777413431
},
"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": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11488848");
$data = json_decode($json, true);
var_dump($data);